Shades of Maire #222007
Tints of Maire #222007
RGB
CMYK
RGB Variations
Color information
#222007 (or 0x222007) is known color: Maire. HEX triplet: 22, 20 and 07. RGB value is (34,32,7). Sum of RGB (Red+Green+Blue) = 34+32+7=73 (9% of max value = 765). Red value is 34 (13.67% from 255 or 46.58% from 73); Green value is 32 (12.89% from 255 or 43.84% from 73); Blue value is 7 (3.12% from 255 or 9.59% from 73); Max value from RGB is 34 - color contains mainly: red. Hex color #222007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222007 is #DDDFF8. Grayscale: #1D1D1D. Windows color (decimal): -14540793 or 466978. OLE color: 466978.
HSL color Cylindrical-coordinate representation of color #222007: hue angle of 55.56º degrees, saturation: 0.66, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #222007 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 32 | 7 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.87 |
| HSL | 55.56º | 0.66% | 0.08% | - |
| HSV(B) | 55.56º | 0.79% | 0.13% | - |
| XYZ | 1.21 | 1.39 | 0.4 | - |
| YUV | 29.75 | 115.16 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 32 | 7 | 0 | 0.06 | 0.79 | 0.87 | 55.56 | 0.66 | 0.08 |
| Hex | 22 | 20 | 7 | 0 | 6 | 4F | 57 | 38 | 42 | 8 |
| Octal | 42 | 40 | 7 | 0 | 6 | 117 | 127 | 70 | 102 | 10 |
| Binary | 100010 | 100000 | 111 | 0 | 110 | 1001111 | 1010111 | 111000 | 1000010 | 1000 |
Color Harmonies of #222007
Complementary color
Monochromatic Colors of #222007
Black with #222007
Text Example
Text Example
White with #222007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222007; }
p { color: rgb(34,32,7); }
H1.HeaderClassName
{
color: #222007;
}
.AnyTagClassName
{
color: #222007;
}
</style>
background-color css
<style>
a { background-color: #222007; }
a { background-color: rgb(34,32,7); }
div.DivClassName
{
background-color: #222007;
}
.BgClassName
{
background-color: #222007;
}
</style>
border-color css
<style>
span { border-color: #222007; }
span { border-color: rgb(34,32,7); }
td.TdClassName
{
border-color: #222007;
}
.TagClassName
{
border-color: #222007;
}
</style>