Shades of Jaguar #222139
Tints of Jaguar #222139
RGB
CMYK
RGB Variations
Color information
#222139 (or 0x222139) is known color: Jaguar. HEX triplet: 22, 21 and 39. RGB value is (34,33,57). Sum of RGB (Red+Green+Blue) = 34+33+57=124 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.42% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 57 (22.66% from 255 or 45.97% from 124); Max value from RGB is 57 - color contains mainly: blue. Hex color #222139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222139 is #DDDEC6. Grayscale: #232323. Windows color (decimal): -14540487 or 3744034. OLE color: 3744034.
HSL color Cylindrical-coordinate representation of color #222139: hue angle of 242.5º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #222139 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 34 | 33 | 57 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.78 |
| HSL | 242.5º | 0.27% | 0.18% | - |
| HSV(B) | 242.5º | 0.42% | 0.22% | - |
| XYZ | 1.94 | 1.72 | 4.1 | - |
| YUV | 36.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 33 | 57 | 0.40 | 0.42 | 0 | 0.78 | 242.5 | 0.27 | 0.18 |
| Hex | 22 | 21 | 39 | 28 | 2A | 0 | 4E | F2 | 1B | 12 |
| Octal | 42 | 41 | 71 | 50 | 52 | 0 | 116 | 362 | 33 | 22 |
| Binary | 100010 | 100001 | 111001 | 101000 | 101010 | 0 | 1001110 | 11110010 | 11011 | 10010 |
Color Harmonies of #222139
Complementary color
Monochromatic Colors of #222139
Black with #222139
Text Example
Text Example
White with #222139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222139; }
p { color: rgb(34,33,57); }
H1.HeaderClassName
{
color: #222139;
}
.AnyTagClassName
{
color: #222139;
}
</style>
background-color css
<style>
a { background-color: #222139; }
a { background-color: rgb(34,33,57); }
div.DivClassName
{
background-color: #222139;
}
.BgClassName
{
background-color: #222139;
}
</style>
border-color css
<style>
span { border-color: #222139; }
span { border-color: rgb(34,33,57); }
td.TdClassName
{
border-color: #222139;
}
.TagClassName
{
border-color: #222139;
}
</style>