Shades of Maire #211900
Tints of Maire #211900
RGB
CMYK
RGB Variations
Color information
#211900 (or 0x211900) is known color: Maire. HEX triplet: 21, 19 and 00. RGB value is (33,25,0). Sum of RGB (Red+Green+Blue) = 33+25+0=58 (7% of max value = 765). Red value is 33 (13.28% from 255 or 56.90% from 58); Green value is 25 (10.16% from 255 or 43.10% from 58); Blue value is 0 (0.39% from 255 or 0% from 58); Max value from RGB is 33 - color contains mainly: red. Hex color #211900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211900 is #DEE6FF. Grayscale: #181818. Windows color (decimal): -14608128 or 6433. OLE color: 6433.
HSL color Cylindrical-coordinate representation of color #211900: hue angle of 45.45º 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 #211900 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 25 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.87 |
| HSL | 45.45º | 1% | 0.06% | - |
| HSV(B) | 45.45º | 1% | 0.13% | - |
| XYZ | 0.97 | 1.02 | 0.15 | - |
| YUV | 24.54 | 114.15 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 25 | 0 | 0 | 0.24 | 1 | 0.87 | 45.45 | 1 | 0.06 |
| Hex | 21 | 19 | 0 | 0 | 18 | 64 | 57 | 2D | 64 | 6 |
| Octal | 41 | 31 | 0 | 0 | 30 | 144 | 127 | 55 | 144 | 6 |
| Binary | 100001 | 11001 | 0 | 0 | 11000 | 1100100 | 1010111 | 101101 | 1100100 | 110 |
Color Harmonies of #211900
Complementary color
Monochromatic Colors of #211900
Black with #211900
Text Example
Text Example
White with #211900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211900; }
p { color: rgb(33,25,0); }
H1.HeaderClassName
{
color: #211900;
}
.AnyTagClassName
{
color: #211900;
}
</style>
background-color css
<style>
a { background-color: #211900; }
a { background-color: rgb(33,25,0); }
div.DivClassName
{
background-color: #211900;
}
.BgClassName
{
background-color: #211900;
}
</style>
border-color css
<style>
span { border-color: #211900; }
span { border-color: rgb(33,25,0); }
td.TdClassName
{
border-color: #211900;
}
.TagClassName
{
border-color: #211900;
}
</style>