Shades of Maire #020201
Tints of Maire #020201
RGB
CMYK
RGB Variations
Color information
#020201 (or 0x020201) is known color: Maire. HEX triplet: 02, 02 and 01. RGB value is (2,2,1). Sum of RGB (Red+Green+Blue) = 2+2+1=5 (0% of max value = 765). Red value is 2 (1.17% from 255 or 40% from 5); Green value is 2 (1.17% from 255 or 40% from 5); Blue value is 1 (0.78% from 255 or 20% from 5); Max value from RGB is 2 - color contains mainly: red, green. Hex color #020201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020201 is #FDFDFE. Grayscale: #010101. Windows color (decimal): -16645631 or 66050. OLE color: 66050.
HSL color Cylindrical-coordinate representation of color #020201: hue angle of 60º 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 #020201 is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.99.
Color convert
RGB | 2 | 2 | 1 | - |
CMYK | 0 | 0 | 0.50 | 0.99 |
HSL | 60º | 0.33% | 0.01% | - |
HSV(B) | 60º | 0.5% | 0.01% | - |
XYZ | 0.05 | 0.06 | 0.04 | - |
YUV | 1.89 | 127.5 | 128.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 2 | 1 | 0 | 0 | 0.50 | 0.99 | 60 | 0.33 | 0.01 |
Hex | 2 | 2 | 1 | 0 | 0 | 32 | 63 | 3C | 21 | 1 |
Octal | 2 | 2 | 1 | 0 | 0 | 62 | 143 | 74 | 41 | 1 |
Binary | 10 | 10 | 1 | 0 | 0 | 110010 | 1100011 | 111100 | 100001 | 1 |
Color Harmonies of #020201
Complementary color
Monochromatic Colors of #020201
Black with #020201
Text Example
Text Example
White with #020201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020201; }
p { color: rgb(2,2,1); }
H1.HeaderClassName
{
color: #020201;
}
.AnyTagClassName
{
color: #020201;
}
</style>
background-color css
<style>
a { background-color: #020201; }
a { background-color: rgb(2,2,1); }
div.DivClassName
{
background-color: #020201;
}
.BgClassName
{
background-color: #020201;
}
</style>
border-color css
<style>
span { border-color: #020201; }
span { border-color: rgb(2,2,1); }
td.TdClassName
{
border-color: #020201;
}
.TagClassName
{
border-color: #020201;
}
</style>