Shades of Maire #212116
Tints of Maire #212116
RGB
CMYK
RGB Variations
Color information
#212116 (or 0x212116) is known color: Maire. HEX triplet: 21, 21 and 16. RGB value is (33,33,22). Sum of RGB (Red+Green+Blue) = 33+33+22=88 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.5% from 88); Green value is 33 (13.28% from 255 or 37.5% from 88); Blue value is 22 (8.98% from 255 or 25% from 88); Max value from RGB is 33 - color contains mainly: red, green. Hex color #212116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212116 is #DEDEE9. Grayscale: #1F1F1F. Windows color (decimal): -14606058 or 1450273. OLE color: 1450273.
HSL color Cylindrical-coordinate representation of color #212116: hue angle of 60º 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 #212116 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 33 | 22 | - |
| CMYK | 0 | 0 | 0.33 | 0.87 |
| HSL | 60º | 0.2% | 0.11% | - |
| HSV(B) | 60º | 0.33% | 0.13% | - |
| XYZ | 1.32 | 1.47 | 0.97 | - |
| YUV | 31.75 | 122.5 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 33 | 22 | 0 | 0 | 0.33 | 0.87 | 60 | 0.2 | 0.11 |
| Hex | 21 | 21 | 16 | 0 | 0 | 21 | 57 | 3C | 14 | B |
| Octal | 41 | 41 | 26 | 0 | 0 | 41 | 127 | 74 | 24 | 13 |
| Binary | 100001 | 100001 | 10110 | 0 | 0 | 100001 | 1010111 | 111100 | 10100 | 1011 |
Color Harmonies of #212116
Complementary color
Monochromatic Colors of #212116
Black with #212116
Text Example
Text Example
White with #212116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212116; }
p { color: rgb(33,33,22); }
H1.HeaderClassName
{
color: #212116;
}
.AnyTagClassName
{
color: #212116;
}
</style>
background-color css
<style>
a { background-color: #212116; }
a { background-color: rgb(33,33,22); }
div.DivClassName
{
background-color: #212116;
}
.BgClassName
{
background-color: #212116;
}
</style>
border-color css
<style>
span { border-color: #212116; }
span { border-color: rgb(33,33,22); }
td.TdClassName
{
border-color: #212116;
}
.TagClassName
{
border-color: #212116;
}
</style>