Shades of Maire #221F18
Tints of Maire #221F18
RGB
CMYK
RGB Variations
Color information
#221F18 (or 0x221F18) is known color: Maire. HEX triplet: 22, 1F and 18. RGB value is (34,31,24). Sum of RGB (Red+Green+Blue) = 34+31+24=89 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.20% from 89); Green value is 31 (12.5% from 255 or 34.83% from 89); Blue value is 24 (9.77% from 255 or 26.97% from 89); Max value from RGB is 34 - color contains mainly: red. Hex color #221F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221F18 is #DDE0E7. Grayscale: #1F1F1F. Windows color (decimal): -14541032 or 1580834. OLE color: 1580834.
HSL color Cylindrical-coordinate representation of color #221F18: hue angle of 42º degrees, saturation: 0.17, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #221F18 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 31 | 24 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.87 |
| HSL | 42º | 0.17% | 0.11% | - |
| HSV(B) | 42º | 0.29% | 0.13% | - |
| XYZ | 1.31 | 1.39 | 1.06 | - |
| YUV | 31.1 | 123.99 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 31 | 24 | 0 | 0.09 | 0.29 | 0.87 | 42 | 0.17 | 0.11 |
| Hex | 22 | 1F | 18 | 0 | 9 | 1D | 57 | 2A | 11 | B |
| Octal | 42 | 37 | 30 | 0 | 11 | 35 | 127 | 52 | 21 | 13 |
| Binary | 100010 | 11111 | 11000 | 0 | 1001 | 11101 | 1010111 | 101010 | 10001 | 1011 |
Color Harmonies of #221F18
Complementary color
Monochromatic Colors of #221F18
Black with #221F18
Text Example
Text Example
White with #221F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221F18; }
p { color: rgb(34,31,24); }
H1.HeaderClassName
{
color: #221F18;
}
.AnyTagClassName
{
color: #221F18;
}
</style>
background-color css
<style>
a { background-color: #221F18; }
a { background-color: rgb(34,31,24); }
div.DivClassName
{
background-color: #221F18;
}
.BgClassName
{
background-color: #221F18;
}
</style>
border-color css
<style>
span { border-color: #221F18; }
span { border-color: rgb(34,31,24); }
td.TdClassName
{
border-color: #221F18;
}
.TagClassName
{
border-color: #221F18;
}
</style>