Shades of Jaguar #222033
Tints of Jaguar #222033
RGB
CMYK
RGB Variations
Color information
#222033 (or 0x222033) is known color: Jaguar. HEX triplet: 22, 20 and 33. RGB value is (34,32,51). Sum of RGB (Red+Green+Blue) = 34+32+51=117 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.06% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 51 (20.31% from 255 or 43.59% from 117); Max value from RGB is 51 - color contains mainly: blue. Hex color #222033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222033 is #DDDFCC. Grayscale: #222222. Windows color (decimal): -14540749 or 3350562. OLE color: 3350562.
HSL color Cylindrical-coordinate representation of color #222033: hue angle of 246.32º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #222033 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 34 | 32 | 51 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.8 |
| HSL | 246.32º | 0.23% | 0.16% | - |
| HSV(B) | 246.32º | 0.37% | 0.2% | - |
| XYZ | 1.77 | 1.61 | 3.35 | - |
| YUV | 34.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 32 | 51 | 0.33 | 0.37 | 0 | 0.8 | 246.32 | 0.23 | 0.16 |
| Hex | 22 | 20 | 33 | 21 | 25 | 0 | 50 | F6 | 17 | 10 |
| Octal | 42 | 40 | 63 | 41 | 45 | 0 | 120 | 366 | 27 | 20 |
| Binary | 100010 | 100000 | 110011 | 100001 | 100101 | 0 | 1010000 | 11110110 | 10111 | 10000 |
Color Harmonies of #222033
Complementary color
Monochromatic Colors of #222033
Black with #222033
Text Example
Text Example
White with #222033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222033; }
p { color: rgb(34,32,51); }
H1.HeaderClassName
{
color: #222033;
}
.AnyTagClassName
{
color: #222033;
}
</style>
background-color css
<style>
a { background-color: #222033; }
a { background-color: rgb(34,32,51); }
div.DivClassName
{
background-color: #222033;
}
.BgClassName
{
background-color: #222033;
}
</style>
border-color css
<style>
span { border-color: #222033; }
span { border-color: rgb(34,32,51); }
td.TdClassName
{
border-color: #222033;
}
.TagClassName
{
border-color: #222033;
}
</style>