Shades of Maire #020200
Tints of Maire #020200
RGB
CMYK
RGB Variations
Color information
#020200 (or 0x020200) is known color: Maire. HEX triplet: 02, 02 and 00. RGB value is (2,2,0). Sum of RGB (Red+Green+Blue) = 2+2+0=4 (0% of max value = 765). Red value is 2 (1.17% from 255 or 50% from 4); Green value is 2 (1.17% from 255 or 50% from 4); Blue value is 0 (0.39% from 255 or 0% from 4); Max value from RGB is 2 - color contains mainly: red, green. Hex color #020200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020200 is #FDFDFF. Grayscale: #010101. Windows color (decimal): -16645632 or 514. OLE color: 514.
HSL color Cylindrical-coordinate representation of color #020200: hue angle of 60º 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 #020200 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.99.
Color convert
| RGB | 2 | 2 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.99 |
| HSL | 60º | 1% | 0% | - |
| HSV(B) | 60º | 1% | 0.01% | - |
| XYZ | 0.05 | 0.06 | 0.01 | - |
| YUV | 1.77 | 127 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 2 | 0 | 0 | 0 | 1 | 0.99 | 60 | 1 | 0 |
| Hex | 2 | 2 | 0 | 0 | 0 | 64 | 63 | 3C | 64 | 0 |
| Octal | 2 | 2 | 0 | 0 | 0 | 144 | 143 | 74 | 144 | 0 |
| Binary | 10 | 10 | 0 | 0 | 0 | 1100100 | 1100011 | 111100 | 1100100 | 0 |
Color Harmonies of #020200
Complementary color
Monochromatic Colors of #020200
Black with #020200
Text Example
Text Example
White with #020200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020200; }
p { color: rgb(2,2,0); }
H1.HeaderClassName
{
color: #020200;
}
.AnyTagClassName
{
color: #020200;
}
</style>
background-color css
<style>
a { background-color: #020200; }
a { background-color: rgb(2,2,0); }
div.DivClassName
{
background-color: #020200;
}
.BgClassName
{
background-color: #020200;
}
</style>
border-color css
<style>
span { border-color: #020200; }
span { border-color: rgb(2,2,0); }
td.TdClassName
{
border-color: #020200;
}
.TagClassName
{
border-color: #020200;
}
</style>