Shades of Mardi Gras #020102
Tints of Mardi Gras #020102
RGB
CMYK
RGB Variations
Color information
#020102 (or 0x020102) is known color: 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
RGB | 2 | 1 | 2 | - |
CMYK | 0 | 0.50 | 0 | 0.99 |
HSL | 300º | 0.33% | 0.01% | - |
HSV(B) | 300º | 0.5% | 0.01% | - |
XYZ | 0.05 | 0.04 | 0.06 | - |
YUV | 1.41 | 128.33 | 128.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 1 | 2 | 0 | 0.50 | 0 | 0.99 | 300 | 0.33 | 0.01 |
Hex | 2 | 1 | 2 | 0 | 32 | 0 | 63 | 12C | 21 | 1 |
Octal | 2 | 1 | 2 | 0 | 62 | 0 | 143 | 454 | 41 | 1 |
Binary | 10 | 1 | 10 | 0 | 110010 | 0 | 1100011 | 100101100 | 100001 | 1 |
Color Harmonies of #020102
Complementary color
Monochromatic Colors of #020102
Black with #020102
Text Example
Text Example
White with #020102
Text Example
Text Example
HTML Codes & Css Web 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>