Shades of Maire #211D04
Tints of Maire #211D04
RGB
CMYK
RGB Variations
Color information
#211D04 (or 0x211D04) is known color: Maire. HEX triplet: 21, 1D and 04. RGB value is (33,29,4). Sum of RGB (Red+Green+Blue) = 33+29+4=66 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50% from 66); Green value is 29 (11.72% from 255 or 43.94% from 66); Blue value is 4 (1.95% from 255 or 6.06% from 66); Max value from RGB is 33 - color contains mainly: red. Hex color #211D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211D04 is #DEE2FB. Grayscale: #1B1B1B. Windows color (decimal): -14607100 or 269601. OLE color: 269601.
HSL color Cylindrical-coordinate representation of color #211D04: hue angle of 51.72º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #211D04 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 29 | 4 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.87 |
| HSL | 51.72º | 0.78% | 0.07% | - |
| HSV(B) | 51.72º | 0.88% | 0.13% | - |
| XYZ | 1.09 | 1.21 | 0.29 | - |
| YUV | 27.35 | 114.83 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 29 | 4 | 0 | 0.12 | 0.88 | 0.87 | 51.72 | 0.78 | 0.07 |
| Hex | 21 | 1D | 4 | 0 | C | 58 | 57 | 34 | 4E | 7 |
| Octal | 41 | 35 | 4 | 0 | 14 | 130 | 127 | 64 | 116 | 7 |
| Binary | 100001 | 11101 | 100 | 0 | 1100 | 1011000 | 1010111 | 110100 | 1001110 | 111 |
Color Harmonies of #211D04
Complementary color
Monochromatic Colors of #211D04
Black with #211D04
Text Example
Text Example
White with #211D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211D04; }
p { color: rgb(33,29,4); }
H1.HeaderClassName
{
color: #211D04;
}
.AnyTagClassName
{
color: #211D04;
}
</style>
background-color css
<style>
a { background-color: #211D04; }
a { background-color: rgb(33,29,4); }
div.DivClassName
{
background-color: #211D04;
}
.BgClassName
{
background-color: #211D04;
}
</style>
border-color css
<style>
span { border-color: #211D04; }
span { border-color: rgb(33,29,4); }
td.TdClassName
{
border-color: #211D04;
}
.TagClassName
{
border-color: #211D04;
}
</style>