Shades of Maire #211E15
Tints of Maire #211E15
RGB
CMYK
RGB Variations
Color information
#211E15 (or 0x211E15) is known color: Maire. HEX triplet: 21, 1E and 15. RGB value is (33,30,21). Sum of RGB (Red+Green+Blue) = 33+30+21=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 30 (12.11% from 255 or 35.71% from 84); Blue value is 21 (8.59% from 255 or 25% from 84); Max value from RGB is 33 - color contains mainly: red. Hex color #211E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211E15 is #DEE1EA. Grayscale: #1D1D1D. Windows color (decimal): -14606827 or 1383969. OLE color: 1383969.
HSL color Cylindrical-coordinate representation of color #211E15: hue angle of 45º degrees, saturation: 0.22, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #211E15 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 30 | 21 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.87 |
| HSL | 45º | 0.22% | 0.11% | - |
| HSV(B) | 45º | 0.36% | 0.13% | - |
| XYZ | 1.23 | 1.31 | 0.9 | - |
| YUV | 29.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 30 | 21 | 0 | 0.09 | 0.36 | 0.87 | 45 | 0.22 | 0.11 |
| Hex | 21 | 1E | 15 | 0 | 9 | 24 | 57 | 2D | 16 | B |
| Octal | 41 | 36 | 25 | 0 | 11 | 44 | 127 | 55 | 26 | 13 |
| Binary | 100001 | 11110 | 10101 | 0 | 1001 | 100100 | 1010111 | 101101 | 10110 | 1011 |
Color Harmonies of #211E15
Complementary color
Monochromatic Colors of #211E15
Black with #211E15
Text Example
Text Example
White with #211E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211E15; }
p { color: rgb(33,30,21); }
H1.HeaderClassName
{
color: #211E15;
}
.AnyTagClassName
{
color: #211E15;
}
</style>
background-color css
<style>
a { background-color: #211E15; }
a { background-color: rgb(33,30,21); }
div.DivClassName
{
background-color: #211E15;
}
.BgClassName
{
background-color: #211E15;
}
</style>
border-color css
<style>
span { border-color: #211E15; }
span { border-color: rgb(33,30,21); }
td.TdClassName
{
border-color: #211E15;
}
.TagClassName
{
border-color: #211E15;
}
</style>