Shades of Maire #201F00
Tints of Maire #201F00
RGB
CMYK
RGB Variations
Color information
#201F00 (or 0x201F00) is known color: Maire. HEX triplet: 20, 1F and 00. RGB value is (32,31,0). Sum of RGB (Red+Green+Blue) = 32+31+0=63 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50.79% from 63); Green value is 31 (12.5% from 255 or 49.21% from 63); Blue value is 0 (0.39% from 255 or 0% from 63); Max value from RGB is 32 - color contains mainly: red. Hex color #201F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201F00 is #DFE0FF. Grayscale: #1B1B1B. Windows color (decimal): -14672128 or 7968. OLE color: 7968.
HSL color Cylindrical-coordinate representation of color #201F00: hue angle of 58.12º 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 #201F00 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 31 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.87 |
| HSL | 58.13º | 1% | 0.06% | - |
| HSV(B) | 58.13º | 1% | 0.13% | - |
| XYZ | 1.09 | 1.29 | 0.19 | - |
| YUV | 27.77 | 112.33 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 0 | 0 | 0.03 | 1 | 0.87 | 58.13 | 1 | 0.06 |
| Hex | 20 | 1F | 0 | 0 | 3 | 64 | 57 | 3A | 64 | 6 |
| Octal | 40 | 37 | 0 | 0 | 3 | 144 | 127 | 72 | 144 | 6 |
| Binary | 100000 | 11111 | 0 | 0 | 11 | 1100100 | 1010111 | 111010 | 1100100 | 110 |
Color Harmonies of #201F00
Complementary color
Monochromatic Colors of #201F00
Black with #201F00
Text Example
Text Example
White with #201F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201F00; }
p { color: rgb(32,31,0); }
H1.HeaderClassName
{
color: #201F00;
}
.AnyTagClassName
{
color: #201F00;
}
</style>
background-color css
<style>
a { background-color: #201F00; }
a { background-color: rgb(32,31,0); }
div.DivClassName
{
background-color: #201F00;
}
.BgClassName
{
background-color: #201F00;
}
</style>
border-color css
<style>
span { border-color: #201F00; }
span { border-color: rgb(32,31,0); }
td.TdClassName
{
border-color: #201F00;
}
.TagClassName
{
border-color: #201F00;
}
</style>