Skip to main content

Create Colors Using RGB

Create Colors Using RGB

Back to Help Center

RGB color codes consist of 3 number ranging from 0-255. It often looks like this 0,0,0 up to 255,255,255. Each specifies the amount of Red, Green and Blue that should be added to a color. Mathematically 255 x 255 x 255 = 16,777,216 color options. This will give you more detailed color control. 

Color (R,G,B) Code
Black (OFF) 0,0,0
White 255,255,255
Red 255,0,0
Green 0,255,0
Blue 0,0,255
Yellow 255,255,0
Orange 255,128,0
Purple 128,0,255