Colors by RGB

It is also possible to express colors using RGB values. This allows for a better control over nuance. The minimum value is 0 and the maximum value is 255 - rgb(0,0,0) represents black and rgb(255,255,255) represents white.