Shades of Maire #222115
Tints of Maire #222115
RGB
CMYK
RGB Variations
Color information
#222115 (or 0x222115) is known color: Maire. HEX triplet: 22, 21 and 15. RGB value is (34,33,21). Sum of RGB (Red+Green+Blue) = 34+33+21=88 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.64% from 88); Green value is 33 (13.28% from 255 or 37.5% from 88); Blue value is 21 (8.59% from 255 or 23.86% from 88); Max value from RGB is 34 - color contains mainly: red. Hex color #222115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222115 is #DDDEEA. Grayscale: #1F1F1F. Windows color (decimal): -14540523 or 1384738. OLE color: 1384738.
HSL color Cylindrical-coordinate representation of color #222115: hue angle of 55.38º degrees, saturation: 0.24, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #222115 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 33 | 21 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.87 |
| HSL | 55.38º | 0.24% | 0.11% | - |
| HSV(B) | 55.38º | 0.38% | 0.13% | - |
| XYZ | 1.34 | 1.48 | 0.92 | - |
| YUV | 31.93 | 121.83 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 33 | 21 | 0 | 0.03 | 0.38 | 0.87 | 55.38 | 0.24 | 0.11 |
| Hex | 22 | 21 | 15 | 0 | 3 | 26 | 57 | 37 | 18 | B |
| Octal | 42 | 41 | 25 | 0 | 3 | 46 | 127 | 67 | 30 | 13 |
| Binary | 100010 | 100001 | 10101 | 0 | 11 | 100110 | 1010111 | 110111 | 11000 | 1011 |
Color Harmonies of #222115
Complementary color
Monochromatic Colors of #222115
Black with #222115
Text Example
Text Example
White with #222115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222115; }
p { color: rgb(34,33,21); }
H1.HeaderClassName
{
color: #222115;
}
.AnyTagClassName
{
color: #222115;
}
</style>
background-color css
<style>
a { background-color: #222115; }
a { background-color: rgb(34,33,21); }
div.DivClassName
{
background-color: #222115;
}
.BgClassName
{
background-color: #222115;
}
</style>
border-color css
<style>
span { border-color: #222115; }
span { border-color: rgb(34,33,21); }
td.TdClassName
{
border-color: #222115;
}
.TagClassName
{
border-color: #222115;
}
</style>