Shades of Maire #211E14
Tints of Maire #211E14
RGB
CMYK
RGB Variations
Color information
#211E14 (or 0x211E14) is known color: Maire. HEX triplet: 21, 1E and 14. RGB value is (33,30,20). Sum of RGB (Red+Green+Blue) = 33+30+20=83 (10% of max value = 765). Red value is 33 (13.28% from 255 or 39.76% from 83); Green value is 30 (12.11% from 255 or 36.14% from 83); Blue value is 20 (8.20% from 255 or 24.10% from 83); Max value from RGB is 33 - color contains mainly: red. Hex color #211E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211E14 is #DEE1EB. Grayscale: #1D1D1D. Windows color (decimal): -14606828 or 1318433. OLE color: 1318433.
HSL color Cylindrical-coordinate representation of color #211E14: hue angle of 46.15º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #211E14 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 30 | 20 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.87 |
| HSL | 46.15º | 0.25% | 0.1% | - |
| HSV(B) | 46.15º | 0.39% | 0.13% | - |
| XYZ | 1.22 | 1.3 | 0.85 | - |
| YUV | 29.76 | 122.49 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 30 | 20 | 0 | 0.09 | 0.39 | 0.87 | 46.15 | 0.25 | 0.1 |
| Hex | 21 | 1E | 14 | 0 | 9 | 27 | 57 | 2E | 19 | A |
| Octal | 41 | 36 | 24 | 0 | 11 | 47 | 127 | 56 | 31 | 12 |
| Binary | 100001 | 11110 | 10100 | 0 | 1001 | 100111 | 1010111 | 101110 | 11001 | 1010 |
Color Harmonies of #211E14
Complementary color
Monochromatic Colors of #211E14
Black with #211E14
Text Example
Text Example
White with #211E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211E14; }
p { color: rgb(33,30,20); }
H1.HeaderClassName
{
color: #211E14;
}
.AnyTagClassName
{
color: #211E14;
}
</style>
background-color css
<style>
a { background-color: #211E14; }
a { background-color: rgb(33,30,20); }
div.DivClassName
{
background-color: #211E14;
}
.BgClassName
{
background-color: #211E14;
}
</style>
border-color css
<style>
span { border-color: #211E14; }
span { border-color: rgb(33,30,20); }
td.TdClassName
{
border-color: #211E14;
}
.TagClassName
{
border-color: #211E14;
}
</style>