Shades of Maire #211F00
Tints of Maire #211F00
RGB
CMYK
RGB Variations
Color information
#211F00 (or 0x211F00) is known color: Maire. HEX triplet: 21, 1F and 00. RGB value is (33,31,0). Sum of RGB (Red+Green+Blue) = 33+31+0=64 (8% of max value = 765). Red value is 33 (13.28% from 255 or 51.56% from 64); Green value is 31 (12.5% from 255 or 48.44% from 64); Blue value is 0 (0.39% from 255 or 0% from 64); Max value from RGB is 33 - color contains mainly: red. Hex color #211F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211F00 is #DEE0FF. Grayscale: #1C1C1C. Windows color (decimal): -14606592 or 7969. OLE color: 7969.
HSL color Cylindrical-coordinate representation of color #211F00: hue angle of 56.36º 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 #211F00 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 31 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.87 |
| HSL | 56.36º | 1% | 0.06% | - |
| HSV(B) | 56.36º | 1% | 0.13% | - |
| XYZ | 1.12 | 1.3 | 0.19 | - |
| YUV | 28.06 | 112.16 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 0 | 0 | 0.06 | 1 | 0.87 | 56.36 | 1 | 0.06 |
| Hex | 21 | 1F | 0 | 0 | 6 | 64 | 57 | 38 | 64 | 6 |
| Octal | 41 | 37 | 0 | 0 | 6 | 144 | 127 | 70 | 144 | 6 |
| Binary | 100001 | 11111 | 0 | 0 | 110 | 1100100 | 1010111 | 111000 | 1100100 | 110 |
Color Harmonies of #211F00
Complementary color
Monochromatic Colors of #211F00
Black with #211F00
Text Example
Text Example
White with #211F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211F00; }
p { color: rgb(33,31,0); }
H1.HeaderClassName
{
color: #211F00;
}
.AnyTagClassName
{
color: #211F00;
}
</style>
background-color css
<style>
a { background-color: #211F00; }
a { background-color: rgb(33,31,0); }
div.DivClassName
{
background-color: #211F00;
}
.BgClassName
{
background-color: #211F00;
}
</style>
border-color css
<style>
span { border-color: #211F00; }
span { border-color: rgb(33,31,0); }
td.TdClassName
{
border-color: #211F00;
}
.TagClassName
{
border-color: #211F00;
}
</style>