Shades of Maire #211D00
Tints of Maire #211D00
RGB
CMYK
RGB Variations
Color information
#211D00 (or 0x211D00) is known color: Maire. HEX triplet: 21, 1D and 00. RGB value is (33,29,0). Sum of RGB (Red+Green+Blue) = 33+29+0=62 (8% of max value = 765). Red value is 33 (13.28% from 255 or 53.23% from 62); Green value is 29 (11.72% from 255 or 46.77% from 62); Blue value is 0 (0.39% from 255 or 0% from 62); Max value from RGB is 33 - color contains mainly: red. Hex color #211D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211D00 is #DEE2FF. Grayscale: #1B1B1B. Windows color (decimal): -14607104 or 7457. OLE color: 7457.
HSL color Cylindrical-coordinate representation of color #211D00: hue angle of 52.73º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #211D00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 29 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.87 |
| HSL | 52.73º | 1% | 0.06% | - |
| HSV(B) | 52.73º | 1% | 0.13% | - |
| XYZ | 1.07 | 1.2 | 0.18 | - |
| YUV | 26.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 29 | 0 | 0 | 0.12 | 1 | 0.87 | 52.73 | 1 | 0.06 |
| Hex | 21 | 1D | 0 | 0 | C | 64 | 57 | 35 | 64 | 6 |
| Octal | 41 | 35 | 0 | 0 | 14 | 144 | 127 | 65 | 144 | 6 |
| Binary | 100001 | 11101 | 0 | 0 | 1100 | 1100100 | 1010111 | 110101 | 1100100 | 110 |
Color Harmonies of #211D00
Complementary color
Monochromatic Colors of #211D00
Black with #211D00
Text Example
Text Example
White with #211D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211D00; }
p { color: rgb(33,29,0); }
H1.HeaderClassName
{
color: #211D00;
}
.AnyTagClassName
{
color: #211D00;
}
</style>
background-color css
<style>
a { background-color: #211D00; }
a { background-color: rgb(33,29,0); }
div.DivClassName
{
background-color: #211D00;
}
.BgClassName
{
background-color: #211D00;
}
</style>
border-color css
<style>
span { border-color: #211D00; }
span { border-color: rgb(33,29,0); }
td.TdClassName
{
border-color: #211D00;
}
.TagClassName
{
border-color: #211D00;
}
</style>