Shades of Maire #222005
Tints of Maire #222005
RGB
CMYK
RGB Variations
Color information
#222005 (or 0x222005) is known color: Maire. HEX triplet: 22, 20 and 05. RGB value is (34,32,5). Sum of RGB (Red+Green+Blue) = 34+32+5=71 (9% of max value = 765). Red value is 34 (13.67% from 255 or 47.89% from 71); Green value is 32 (12.89% from 255 or 45.07% from 71); Blue value is 5 (2.34% from 255 or 7.04% from 71); Max value from RGB is 34 - color contains mainly: red. Hex color #222005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222005 is #DDDFFA. Grayscale: #1D1D1D. Windows color (decimal): -14540795 or 335906. OLE color: 335906.
HSL color Cylindrical-coordinate representation of color #222005: hue angle of 55.86º degrees, saturation: 0.74, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #222005 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 32 | 5 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.87 |
| HSL | 55.86º | 0.74% | 0.08% | - |
| HSV(B) | 55.86º | 0.85% | 0.13% | - |
| XYZ | 1.2 | 1.38 | 0.35 | - |
| YUV | 29.52 | 114.16 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 32 | 5 | 0 | 0.06 | 0.85 | 0.87 | 55.86 | 0.74 | 0.08 |
| Hex | 22 | 20 | 5 | 0 | 6 | 55 | 57 | 38 | 4A | 8 |
| Octal | 42 | 40 | 5 | 0 | 6 | 125 | 127 | 70 | 112 | 10 |
| Binary | 100010 | 100000 | 101 | 0 | 110 | 1010101 | 1010111 | 111000 | 1001010 | 1000 |
Color Harmonies of #222005
Complementary color
Monochromatic Colors of #222005
Black with #222005
Text Example
Text Example
White with #222005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222005; }
p { color: rgb(34,32,5); }
H1.HeaderClassName
{
color: #222005;
}
.AnyTagClassName
{
color: #222005;
}
</style>
background-color css
<style>
a { background-color: #222005; }
a { background-color: rgb(34,32,5); }
div.DivClassName
{
background-color: #222005;
}
.BgClassName
{
background-color: #222005;
}
</style>
border-color css
<style>
span { border-color: #222005; }
span { border-color: rgb(34,32,5); }
td.TdClassName
{
border-color: #222005;
}
.TagClassName
{
border-color: #222005;
}
</style>