Shades of Maire #202000
Tints of Maire #202000
RGB
CMYK
RGB Variations
Color information
#202000 (or 0x202000) is known color: Maire. HEX triplet: 20, 20 and 00. RGB value is (32,32,0). Sum of RGB (Red+Green+Blue) = 32+32+0=64 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50% from 64); Green value is 32 (12.89% from 255 or 50% from 64); Blue value is 0 (0.39% from 255 or 0% from 64); Max value from RGB is 32 - color contains mainly: red, green. Hex color #202000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202000 is #DFDFFF. Grayscale: #1C1C1C. Windows color (decimal): -14671872 or 8224. OLE color: 8224.
HSL color Cylindrical-coordinate representation of color #202000: hue angle of 60º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #202000 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 32 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.87 |
| HSL | 60º | 1% | 0.06% | - |
| HSV(B) | 60º | 1% | 0.13% | - |
| XYZ | 1.11 | 1.34 | 0.2 | - |
| YUV | 28.35 | 112 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 32 | 0 | 0 | 0 | 1 | 0.87 | 60 | 1 | 0.06 |
| Hex | 20 | 20 | 0 | 0 | 0 | 64 | 57 | 3C | 64 | 6 |
| Octal | 40 | 40 | 0 | 0 | 0 | 144 | 127 | 74 | 144 | 6 |
| Binary | 100000 | 100000 | 0 | 0 | 0 | 1100100 | 1010111 | 111100 | 1100100 | 110 |
Color Harmonies of #202000
Complementary color
Monochromatic Colors of #202000
Black with #202000
Text Example
Text Example
White with #202000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202000; }
p { color: rgb(32,32,0); }
H1.HeaderClassName
{
color: #202000;
}
.AnyTagClassName
{
color: #202000;
}
</style>
background-color css
<style>
a { background-color: #202000; }
a { background-color: rgb(32,32,0); }
div.DivClassName
{
background-color: #202000;
}
.BgClassName
{
background-color: #202000;
}
</style>
border-color css
<style>
span { border-color: #202000; }
span { border-color: rgb(32,32,0); }
td.TdClassName
{
border-color: #202000;
}
.TagClassName
{
border-color: #202000;
}
</style>