Shades of Maire #222402
Tints of Maire #222402
RGB
CMYK
RGB Variations
Color information
#222402 (or 0x222402) is known color: Maire. HEX triplet: 22, 24 and 02. RGB value is (34,36,2). Sum of RGB (Red+Green+Blue) = 34+36+2=72 (9% of max value = 765). Red value is 34 (13.67% from 255 or 47.22% from 72); Green value is 36 (14.45% from 255 or 50% from 72); Blue value is 2 (1.17% from 255 or 2.78% from 72); Max value from RGB is 36 - color contains mainly: green. Hex color #222402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222402 is #DDDBFD. Grayscale: #1F1F1F. Windows color (decimal): -14539774 or 140322. OLE color: 140322.
HSL color Cylindrical-coordinate representation of color #222402: hue angle of 63.53º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #222402 is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 34 | 36 | 2 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.86 |
| HSL | 63.53º | 0.89% | 0.07% | - |
| HSV(B) | 63.53º | 0.94% | 0.14% | - |
| XYZ | 1.3 | 1.61 | 0.3 | - |
| YUV | 31.53 | 111.34 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 36 | 2 | 0.06 | 0 | 0.94 | 0.86 | 63.53 | 0.89 | 0.07 |
| Hex | 22 | 24 | 2 | 6 | 0 | 5E | 56 | 40 | 59 | 7 |
| Octal | 42 | 44 | 2 | 6 | 0 | 136 | 126 | 100 | 131 | 7 |
| Binary | 100010 | 100100 | 10 | 110 | 0 | 1011110 | 1010110 | 1000000 | 1011001 | 111 |
Color Harmonies of #222402
Complementary color
Monochromatic Colors of #222402
Black with #222402
Text Example
Text Example
White with #222402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222402; }
p { color: rgb(34,36,2); }
H1.HeaderClassName
{
color: #222402;
}
.AnyTagClassName
{
color: #222402;
}
</style>
background-color css
<style>
a { background-color: #222402; }
a { background-color: rgb(34,36,2); }
div.DivClassName
{
background-color: #222402;
}
.BgClassName
{
background-color: #222402;
}
</style>
border-color css
<style>
span { border-color: #222402; }
span { border-color: rgb(34,36,2); }
td.TdClassName
{
border-color: #222402;
}
.TagClassName
{
border-color: #222402;
}
</style>