Shades of Maire #211F08
Tints of Maire #211F08
RGB
CMYK
RGB Variations
Color information
#211F08 (or 0x211F08) is known color: Maire. HEX triplet: 21, 1F and 08. RGB value is (33,31,8). Sum of RGB (Red+Green+Blue) = 33+31+8=72 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.83% from 72); Green value is 31 (12.5% from 255 or 43.06% from 72); Blue value is 8 (3.52% from 255 or 11.11% from 72); Max value from RGB is 33 - color contains mainly: red. Hex color #211F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211F08 is #DEE0F7. Grayscale: #1D1D1D. Windows color (decimal): -14606584 or 532257. OLE color: 532257.
HSL color Cylindrical-coordinate representation of color #211F08: hue angle of 55.2º degrees, saturation: 0.61, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #211F08 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 31 | 8 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.87 |
| HSL | 55.2º | 0.61% | 0.08% | - |
| HSV(B) | 55.2º | 0.76% | 0.13% | - |
| XYZ | 1.16 | 1.32 | 0.42 | - |
| YUV | 28.98 | 116.16 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 8 | 0 | 0.06 | 0.76 | 0.87 | 55.2 | 0.61 | 0.08 |
| Hex | 21 | 1F | 8 | 0 | 6 | 4C | 57 | 37 | 3D | 8 |
| Octal | 41 | 37 | 10 | 0 | 6 | 114 | 127 | 67 | 75 | 10 |
| Binary | 100001 | 11111 | 1000 | 0 | 110 | 1001100 | 1010111 | 110111 | 111101 | 1000 |
Color Harmonies of #211F08
Complementary color
Monochromatic Colors of #211F08
Black with #211F08
Text Example
Text Example
White with #211F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211F08; }
p { color: rgb(33,31,8); }
H1.HeaderClassName
{
color: #211F08;
}
.AnyTagClassName
{
color: #211F08;
}
</style>
background-color css
<style>
a { background-color: #211F08; }
a { background-color: rgb(33,31,8); }
div.DivClassName
{
background-color: #211F08;
}
.BgClassName
{
background-color: #211F08;
}
</style>
border-color css
<style>
span { border-color: #211F08; }
span { border-color: rgb(33,31,8); }
td.TdClassName
{
border-color: #211F08;
}
.TagClassName
{
border-color: #211F08;
}
</style>