#020002

Color #020002 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #020002

Tints of Mardi Gras #020002

Color information

#020002 (or 0x020002) is unknown color: approx Mardi Gras. HEX triplet: 02, 00 and 02. RGB value is (2,0,2). Sum of RGB (Red+Green+Blue) = 2+0+2=4 (0% of max value = 765). Red value is 2 (1.17% from 255 or 50% from 4); Green value is 0 (0.39% from 255 or 0% from 4); Blue value is 2 (1.17% from 255 or 50% from 4); Max value from RGB is 2 - color contains mainly: red, blue. Hex color #020002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020002 is #FDFFFD. Grayscale: #000000. Windows color (decimal): -16646142 or 131074. OLE color: 131074.

HSL color Cylindrical-coordinate representation of color #020002: hue angle of 300º degrees, saturation: 1, lightness: 0%. HSV value (or HSB Brightness) of color is 0.01% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020002 is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.99.

Color convert

RGB202-
CMYK0100.99
HSL300º100%0.39%-
HSV(B)300º100%0.78%-
XYZ0.040.020.06-
YUV0.83128.66128.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 50%
R=50%
G=0%
B=50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.99
SystemRedGreenBlueCMYKHSL
Decimal2020100.993001000.39
Hex20206406312c640
Octal202014401434541440
Binary10010011001000110001110010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020002; }

 p { color: rgb(2,0,2); }

 H1.HeaderClassName
 {
   color: #020002;
 }
 .AnyTagClassName
 {
   color: #020002;
 }
</style>
background-color css

<style>
 a { background-color: #020002; }

 a { background-color: rgb(2,0,2); }

 div.DivClassName
 {
   background-color: #020002;
 }
 .BgClassName
 {
   background-color: #020002;
 }
</style>
border-color css

<style>
 span { border-color: #020002; }

 span { border-color: rgb(2,0,2); }

 td.TdClassName
 {
   border-color: #020002;
 }
 .TagClassName
 {
   border-color: #020002;
 }
</style>