I know black is [0,0,0]
,and white is [255,255,255]
.
Red is [0,0,255]
,green is [0,255,0]
,blue is [255,0,0]
.
How do other colors show?
I know black is [0,0,0]
,and white is [255,255,255]
.
Red is [0,0,255]
,green is [0,255,0]
,blue is [255,0,0]
.
How do other colors show?
There are some base colors that are good to know. For the rest you definitely should use a color mixer. Here is one that shows rgb
and bgr
http://wamingo.net/rgbbgr/
Base Colors:
Blue: [255, 0, 0]
Green: [0, 255, 0]
Red: [0, 0, 255]
Base Mixes:
Yellow: [0, 255, 255]
Magenta: [255, 0, 255]
Cyan: [255, 255, 0]