RGB - Colours
--------------------------
RGB colours range is 0 to 255. 0 means no intensity
for that primary colour, 255 is maximum intensity.
Example:
0,0,0 is black
255,255,255 is white
255,0,0 is red
128,0,0 is dark
red.
0,255,0 is green
0,0,255 is blue