Shades of Maire #212012
Tints of Maire #212012
RGB
CMYK
RGB Variations
Color information
#212012 (or 0x212012) is known color: Maire. HEX triplet: 21, 20 and 12. RGB value is (33,32,18). Sum of RGB (Red+Green+Blue) = 33+32+18=83 (10% of max value = 765). Red value is 33 (13.28% from 255 or 39.76% from 83); Green value is 32 (12.89% from 255 or 38.55% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 33 - color contains mainly: red. Hex color #212012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212012 is #DEDFED. Grayscale: #1E1E1E. Windows color (decimal): -14606318 or 1187873. OLE color: 1187873.
HSL color Cylindrical-coordinate representation of color #212012: hue angle of 56º degrees, saturation: 0.29, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #212012 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 32 | 18 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.87 |
| HSL | 56º | 0.29% | 0.1% | - |
| HSV(B) | 56º | 0.45% | 0.13% | - |
| XYZ | 1.25 | 1.4 | 0.78 | - |
| YUV | 30.7 | 120.83 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 32 | 18 | 0 | 0.03 | 0.45 | 0.87 | 56 | 0.29 | 0.1 |
| Hex | 21 | 20 | 12 | 0 | 3 | 2D | 57 | 38 | 1D | A |
| Octal | 41 | 40 | 22 | 0 | 3 | 55 | 127 | 70 | 35 | 12 |
| Binary | 100001 | 100000 | 10010 | 0 | 11 | 101101 | 1010111 | 111000 | 11101 | 1010 |
Color Harmonies of #212012
Complementary color
Monochromatic Colors of #212012
Black with #212012
Text Example
Text Example
White with #212012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212012; }
p { color: rgb(33,32,18); }
H1.HeaderClassName
{
color: #212012;
}
.AnyTagClassName
{
color: #212012;
}
</style>
background-color css
<style>
a { background-color: #212012; }
a { background-color: rgb(33,32,18); }
div.DivClassName
{
background-color: #212012;
}
.BgClassName
{
background-color: #212012;
}
</style>
border-color css
<style>
span { border-color: #212012; }
span { border-color: rgb(33,32,18); }
td.TdClassName
{
border-color: #212012;
}
.TagClassName
{
border-color: #212012;
}
</style>