Shades of Maire #211F0E
Tints of Maire #211F0E
RGB
CMYK
RGB Variations
Color information
#211F0E (or 0x211F0E) is known color: Maire. HEX triplet: 21, 1F and 0E. RGB value is (33,31,14). Sum of RGB (Red+Green+Blue) = 33+31+14=78 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.31% from 78); Green value is 31 (12.5% from 255 or 39.74% from 78); Blue value is 14 (5.86% from 255 or 17.95% from 78); Max value from RGB is 33 - color contains mainly: red. Hex color #211F0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211F0E is #DEE0F1. Grayscale: #1D1D1D. Windows color (decimal): -14606578 or 925473. OLE color: 925473.
HSL color Cylindrical-coordinate representation of color #211F0E: hue angle of 53.68º degrees, saturation: 0.4, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #211F0E is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 31 | 14 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.87 |
| HSL | 53.68º | 0.4% | 0.09% | - |
| HSV(B) | 53.68º | 0.58% | 0.13% | - |
| XYZ | 1.2 | 1.34 | 0.61 | - |
| YUV | 29.66 | 119.16 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 14 | 0 | 0.06 | 0.58 | 0.87 | 53.68 | 0.4 | 0.09 |
| Hex | 21 | 1F | E | 0 | 6 | 3A | 57 | 36 | 28 | 9 |
| Octal | 41 | 37 | 16 | 0 | 6 | 72 | 127 | 66 | 50 | 11 |
| Binary | 100001 | 11111 | 1110 | 0 | 110 | 111010 | 1010111 | 110110 | 101000 | 1001 |
Color Harmonies of #211F0E
Complementary color
Monochromatic Colors of #211F0E
Black with #211F0E
Text Example
Text Example
White with #211F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211F0E; }
p { color: rgb(33,31,14); }
H1.HeaderClassName
{
color: #211F0E;
}
.AnyTagClassName
{
color: #211F0E;
}
</style>
background-color css
<style>
a { background-color: #211F0E; }
a { background-color: rgb(33,31,14); }
div.DivClassName
{
background-color: #211F0E;
}
.BgClassName
{
background-color: #211F0E;
}
</style>
border-color css
<style>
span { border-color: #211F0E; }
span { border-color: rgb(33,31,14); }
td.TdClassName
{
border-color: #211F0E;
}
.TagClassName
{
border-color: #211F0E;
}
</style>