Shades of Maire #211F15
Tints of Maire #211F15
RGB
CMYK
RGB Variations
Color information
#211F15 (or 0x211F15) is known color: Maire. HEX triplet: 21, 1F and 15. RGB value is (33,31,21). Sum of RGB (Red+Green+Blue) = 33+31+21=85 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.82% from 85); Green value is 31 (12.5% from 255 or 36.47% from 85); Blue value is 21 (8.59% from 255 or 24.71% from 85); Max value from RGB is 33 - color contains mainly: red. Hex color #211F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211F15 is #DEE0EA. Grayscale: #1E1E1E. Windows color (decimal): -14606571 or 1384225. OLE color: 1384225.
HSL color Cylindrical-coordinate representation of color #211F15: hue angle of 50º degrees, saturation: 0.22, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #211F15 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 31 | 21 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.87 |
| HSL | 50º | 0.22% | 0.11% | - |
| HSV(B) | 50º | 0.36% | 0.13% | - |
| XYZ | 1.25 | 1.36 | 0.91 | - |
| YUV | 30.46 | 122.66 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 21 | 0 | 0.06 | 0.36 | 0.87 | 50 | 0.22 | 0.11 |
| Hex | 21 | 1F | 15 | 0 | 6 | 24 | 57 | 32 | 16 | B |
| Octal | 41 | 37 | 25 | 0 | 6 | 44 | 127 | 62 | 26 | 13 |
| Binary | 100001 | 11111 | 10101 | 0 | 110 | 100100 | 1010111 | 110010 | 10110 | 1011 |
Color Harmonies of #211F15
Complementary color
Monochromatic Colors of #211F15
Black with #211F15
Text Example
Text Example
White with #211F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211F15; }
p { color: rgb(33,31,21); }
H1.HeaderClassName
{
color: #211F15;
}
.AnyTagClassName
{
color: #211F15;
}
</style>
background-color css
<style>
a { background-color: #211F15; }
a { background-color: rgb(33,31,21); }
div.DivClassName
{
background-color: #211F15;
}
.BgClassName
{
background-color: #211F15;
}
</style>
border-color css
<style>
span { border-color: #211F15; }
span { border-color: rgb(33,31,21); }
td.TdClassName
{
border-color: #211F15;
}
.TagClassName
{
border-color: #211F15;
}
</style>