Shades of Maire #212016
Tints of Maire #212016
RGB
CMYK
RGB Variations
Color information
#212016 (or 0x212016) is known color: Maire. HEX triplet: 21, 20 and 16. RGB value is (33,32,22). Sum of RGB (Red+Green+Blue) = 33+32+22=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 22 (8.98% from 255 or 25.29% from 87); Max value from RGB is 33 - color contains mainly: red. Hex color #212016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212016 is #DEDFE9. Grayscale: #1F1F1F. Windows color (decimal): -14606314 or 1450017. OLE color: 1450017.
HSL color Cylindrical-coordinate representation of color #212016: hue angle of 54.55º degrees, saturation: 0.2, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #212016 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 32 | 22 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.87 |
| HSL | 54.55º | 0.2% | 0.11% | - |
| HSV(B) | 54.55º | 0.33% | 0.13% | - |
| XYZ | 1.29 | 1.41 | 0.96 | - |
| YUV | 31.16 | 122.83 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 32 | 22 | 0 | 0.03 | 0.33 | 0.87 | 54.55 | 0.2 | 0.11 |
| Hex | 21 | 20 | 16 | 0 | 3 | 21 | 57 | 37 | 14 | B |
| Octal | 41 | 40 | 26 | 0 | 3 | 41 | 127 | 67 | 24 | 13 |
| Binary | 100001 | 100000 | 10110 | 0 | 11 | 100001 | 1010111 | 110111 | 10100 | 1011 |
Color Harmonies of #212016
Complementary color
Monochromatic Colors of #212016
Black with #212016
Text Example
Text Example
White with #212016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212016; }
p { color: rgb(33,32,22); }
H1.HeaderClassName
{
color: #212016;
}
.AnyTagClassName
{
color: #212016;
}
</style>
background-color css
<style>
a { background-color: #212016; }
a { background-color: rgb(33,32,22); }
div.DivClassName
{
background-color: #212016;
}
.BgClassName
{
background-color: #212016;
}
</style>
border-color css
<style>
span { border-color: #212016; }
span { border-color: rgb(33,32,22); }
td.TdClassName
{
border-color: #212016;
}
.TagClassName
{
border-color: #212016;
}
</style>