Shades of Maire #211E03
Tints of Maire #211E03
RGB
CMYK
RGB Variations
Color information
#211E03 (or 0x211E03) is known color: Maire. HEX triplet: 21, 1E and 03. RGB value is (33,30,3). Sum of RGB (Red+Green+Blue) = 33+30+3=66 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50% from 66); Green value is 30 (12.11% from 255 or 45.45% from 66); Blue value is 3 (1.56% from 255 or 4.55% from 66); Max value from RGB is 33 - color contains mainly: red. Hex color #211E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211E03 is #DEE1FC. Grayscale: #1B1B1B. Windows color (decimal): -14606845 or 204321. OLE color: 204321.
HSL color Cylindrical-coordinate representation of color #211E03: hue angle of 54º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #211E03 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 30 | 3 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.87 |
| HSL | 54º | 0.83% | 0.07% | - |
| HSV(B) | 54º | 0.91% | 0.13% | - |
| XYZ | 1.11 | 1.26 | 0.27 | - |
| YUV | 27.82 | 113.99 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 30 | 3 | 0 | 0.09 | 0.91 | 0.87 | 54 | 0.83 | 0.07 |
| Hex | 21 | 1E | 3 | 0 | 9 | 5B | 57 | 36 | 53 | 7 |
| Octal | 41 | 36 | 3 | 0 | 11 | 133 | 127 | 66 | 123 | 7 |
| Binary | 100001 | 11110 | 11 | 0 | 1001 | 1011011 | 1010111 | 110110 | 1010011 | 111 |
Color Harmonies of #211E03
Complementary color
Monochromatic Colors of #211E03
Black with #211E03
Text Example
Text Example
White with #211E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211E03; }
p { color: rgb(33,30,3); }
H1.HeaderClassName
{
color: #211E03;
}
.AnyTagClassName
{
color: #211E03;
}
</style>
background-color css
<style>
a { background-color: #211E03; }
a { background-color: rgb(33,30,3); }
div.DivClassName
{
background-color: #211E03;
}
.BgClassName
{
background-color: #211E03;
}
</style>
border-color css
<style>
span { border-color: #211E03; }
span { border-color: rgb(33,30,3); }
td.TdClassName
{
border-color: #211E03;
}
.TagClassName
{
border-color: #211E03;
}
</style>