Shades of Maire #211D05
Tints of Maire #211D05
RGB
CMYK
RGB Variations
Color information
#211D05 (or 0x211D05) is known color: Maire. HEX triplet: 21, 1D and 05. RGB value is (33,29,5). Sum of RGB (Red+Green+Blue) = 33+29+5=67 (8% of max value = 765). Red value is 33 (13.28% from 255 or 49.25% from 67); Green value is 29 (11.72% from 255 or 43.28% from 67); Blue value is 5 (2.34% from 255 or 7.46% from 67); Max value from RGB is 33 - color contains mainly: red. Hex color #211D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211D05 is #DEE2FA. Grayscale: #1B1B1B. Windows color (decimal): -14607099 or 335137. OLE color: 335137.
HSL color Cylindrical-coordinate representation of color #211D05: hue angle of 51.43º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #211D05 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 29 | 5 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.87 |
| HSL | 51.43º | 0.74% | 0.07% | - |
| HSV(B) | 51.43º | 0.85% | 0.13% | - |
| XYZ | 1.09 | 1.21 | 0.32 | - |
| YUV | 27.46 | 115.33 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 29 | 5 | 0 | 0.12 | 0.85 | 0.87 | 51.43 | 0.74 | 0.07 |
| Hex | 21 | 1D | 5 | 0 | C | 55 | 57 | 33 | 4A | 7 |
| Octal | 41 | 35 | 5 | 0 | 14 | 125 | 127 | 63 | 112 | 7 |
| Binary | 100001 | 11101 | 101 | 0 | 1100 | 1010101 | 1010111 | 110011 | 1001010 | 111 |
Color Harmonies of #211D05
Complementary color
Monochromatic Colors of #211D05
Black with #211D05
Text Example
Text Example
White with #211D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211D05; }
p { color: rgb(33,29,5); }
H1.HeaderClassName
{
color: #211D05;
}
.AnyTagClassName
{
color: #211D05;
}
</style>
background-color css
<style>
a { background-color: #211D05; }
a { background-color: rgb(33,29,5); }
div.DivClassName
{
background-color: #211D05;
}
.BgClassName
{
background-color: #211D05;
}
</style>
border-color css
<style>
span { border-color: #211D05; }
span { border-color: rgb(33,29,5); }
td.TdClassName
{
border-color: #211D05;
}
.TagClassName
{
border-color: #211D05;
}
</style>