Shades of Maire #211E07
Tints of Maire #211E07
RGB
CMYK
RGB Variations
Color information
#211E07 (or 0x211E07) is known color: Maire. HEX triplet: 21, 1E and 07. RGB value is (33,30,7). Sum of RGB (Red+Green+Blue) = 33+30+7=70 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.14% from 70); Green value is 30 (12.11% from 255 or 42.86% from 70); Blue value is 7 (3.12% from 255 or 10% from 70); Max value from RGB is 33 - color contains mainly: red. Hex color #211E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211E07 is #DEE1F8. Grayscale: #1C1C1C. Windows color (decimal): -14606841 or 466465. OLE color: 466465.
HSL color Cylindrical-coordinate representation of color #211E07: hue angle of 53.08º degrees, saturation: 0.65, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #211E07 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 30 | 7 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.87 |
| HSL | 53.08º | 0.65% | 0.08% | - |
| HSV(B) | 53.08º | 0.79% | 0.13% | - |
| XYZ | 1.13 | 1.27 | 0.39 | - |
| YUV | 28.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 30 | 7 | 0 | 0.09 | 0.79 | 0.87 | 53.08 | 0.65 | 0.08 |
| Hex | 21 | 1E | 7 | 0 | 9 | 4F | 57 | 35 | 41 | 8 |
| Octal | 41 | 36 | 7 | 0 | 11 | 117 | 127 | 65 | 101 | 10 |
| Binary | 100001 | 11110 | 111 | 0 | 1001 | 1001111 | 1010111 | 110101 | 1000001 | 1000 |
Color Harmonies of #211E07
Complementary color
Monochromatic Colors of #211E07
Black with #211E07
Text Example
Text Example
White with #211E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211E07; }
p { color: rgb(33,30,7); }
H1.HeaderClassName
{
color: #211E07;
}
.AnyTagClassName
{
color: #211E07;
}
</style>
background-color css
<style>
a { background-color: #211E07; }
a { background-color: rgb(33,30,7); }
div.DivClassName
{
background-color: #211E07;
}
.BgClassName
{
background-color: #211E07;
}
</style>
border-color css
<style>
span { border-color: #211E07; }
span { border-color: rgb(33,30,7); }
td.TdClassName
{
border-color: #211E07;
}
.TagClassName
{
border-color: #211E07;
}
</style>