#020102

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

Shades of Mardi Gras #020102

Tints of Mardi Gras #020102

Color information

#020102 (or 0x020102) is unknown color: approx Mardi Gras. HEX triplet: 02, 01 and 02. RGB value is (2,1,2). Sum of RGB (Red+Green+Blue) = 2+1+2=5 (0% of max value = 765). Red value is 2 (1.17% from 255 or 40% from 5); Green value is 1 (0.78% from 255 or 20% from 5); Blue value is 2 (1.17% from 255 or 40% from 5); Max value from RGB is 2 - color contains mainly: red, blue. Hex color #020102 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020102 is #FDFEFD. Grayscale: #010101. Windows color (decimal): -16645886 or 131330. OLE color: 131330.

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

Color convert

RGB212-
CMYK00.5000.99
HSL300º33.33%0.59%-
HSV(B)300º50%0.78%-
XYZ0.050.040.06-
YUV1.41128.33128.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 40%
GREEN value IS 1 (0.78% from 255) = 20%
BLUE value IS 2 (1.17% from 255) = 40%
R=40%
G=20%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.99
SystemRedGreenBlueCMYKHSL
Decimal21200.5000.9930033.330.59
Hex21203206312c211
Octal2120620143454411
Binary101100110010011000111001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020102; }

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

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

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

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

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

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

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

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