Shades of Maire #211E12
Tints of Maire #211E12
RGB
CMYK
RGB Variations
Color information
#211E12 (or 0x211E12) is known color: Maire. HEX triplet: 21, 1E and 12. RGB value is (33,30,18). Sum of RGB (Red+Green+Blue) = 33+30+18=81 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.74% from 81); Green value is 30 (12.11% from 255 or 37.04% from 81); Blue value is 18 (7.42% from 255 or 22.22% from 81); Max value from RGB is 33 - color contains mainly: red. Hex color #211E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211E12 is #DEE1ED. Grayscale: #1D1D1D. Windows color (decimal): -14606830 or 1187361. OLE color: 1187361.
HSL color Cylindrical-coordinate representation of color #211E12: hue angle of 48º degrees, saturation: 0.29, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #211E12 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 30 | 18 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.87 |
| HSL | 48º | 0.29% | 0.1% | - |
| HSV(B) | 48º | 0.45% | 0.13% | - |
| XYZ | 1.2 | 1.3 | 0.76 | - |
| YUV | 29.53 | 121.49 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 30 | 18 | 0 | 0.09 | 0.45 | 0.87 | 48 | 0.29 | 0.1 |
| Hex | 21 | 1E | 12 | 0 | 9 | 2D | 57 | 30 | 1D | A |
| Octal | 41 | 36 | 22 | 0 | 11 | 55 | 127 | 60 | 35 | 12 |
| Binary | 100001 | 11110 | 10010 | 0 | 1001 | 101101 | 1010111 | 110000 | 11101 | 1010 |
Color Harmonies of #211E12
Complementary color
Monochromatic Colors of #211E12
Black with #211E12
Text Example
Text Example
White with #211E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211E12; }
p { color: rgb(33,30,18); }
H1.HeaderClassName
{
color: #211E12;
}
.AnyTagClassName
{
color: #211E12;
}
</style>
background-color css
<style>
a { background-color: #211E12; }
a { background-color: rgb(33,30,18); }
div.DivClassName
{
background-color: #211E12;
}
.BgClassName
{
background-color: #211E12;
}
</style>
border-color css
<style>
span { border-color: #211E12; }
span { border-color: rgb(33,30,18); }
td.TdClassName
{
border-color: #211E12;
}
.TagClassName
{
border-color: #211E12;
}
</style>