Shades of Maire #212120
Tints of Maire #212120
RGB
CMYK
RGB Variations
Color information
#212120 (or 0x212120) is known color: Maire. HEX triplet: 21, 21 and 20. RGB value is (33,33,32). Sum of RGB (Red+Green+Blue) = 33+33+32=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 33 (13.28% from 255 or 33.67% from 98); Blue value is 32 (12.89% from 255 or 32.65% from 98); Max value from RGB is 33 - color contains mainly: red, green. Hex color #212120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212120 is #DEDEDF. Grayscale: #202020. Windows color (decimal): -14606048 or 2105633. OLE color: 2105633.
HSL color Cylindrical-coordinate representation of color #212120: hue angle of 60º degrees, saturation: 0.02, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #212120 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 33 | 32 | - |
| CMYK | 0 | 0 | 0.03 | 0.87 |
| HSL | 60º | 0.02% | 0.13% | - |
| HSV(B) | 60º | 0.03% | 0.13% | - |
| XYZ | 1.43 | 1.52 | 1.58 | - |
| YUV | 32.89 | 127.5 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 33 | 32 | 0 | 0 | 0.03 | 0.87 | 60 | 0.02 | 0.13 |
| Hex | 21 | 21 | 20 | 0 | 0 | 3 | 57 | 3C | 2 | D |
| Octal | 41 | 41 | 40 | 0 | 0 | 3 | 127 | 74 | 2 | 15 |
| Binary | 100001 | 100001 | 100000 | 0 | 0 | 11 | 1010111 | 111100 | 10 | 1101 |
Color Harmonies of #212120
Complementary color
Monochromatic Colors of #212120
Black with #212120
Text Example
Text Example
White with #212120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212120; }
p { color: rgb(33,33,32); }
H1.HeaderClassName
{
color: #212120;
}
.AnyTagClassName
{
color: #212120;
}
</style>
background-color css
<style>
a { background-color: #212120; }
a { background-color: rgb(33,33,32); }
div.DivClassName
{
background-color: #212120;
}
.BgClassName
{
background-color: #212120;
}
</style>
border-color css
<style>
span { border-color: #212120; }
span { border-color: rgb(33,33,32); }
td.TdClassName
{
border-color: #212120;
}
.TagClassName
{
border-color: #212120;
}
</style>