Shades of Jaguar #16122E
Tints of Jaguar #16122E
RGB
CMYK
RGB Variations
Color information
#16122E (or 0x16122E) is known color: Jaguar. HEX triplet: 16, 12 and 2E. RGB value is (22,18,46). Sum of RGB (Red+Green+Blue) = 22+18+46=86 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25.58% from 86); Green value is 18 (7.42% from 255 or 20.93% from 86); Blue value is 46 (18.36% from 255 or 53.49% from 86); Max value from RGB is 46 - color contains mainly: blue. Hex color #16122E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16122E is #E9EDD1. Grayscale: #161616. Windows color (decimal): -15330770 or 3019286. OLE color: 3019286.
HSL color Cylindrical-coordinate representation of color #16122E: hue angle of 248.57º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #16122E is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 22 | 18 | 46 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.82 |
| HSL | 248.57º | 0.44% | 0.13% | - |
| HSV(B) | 248.57º | 0.61% | 0.18% | - |
| XYZ | 1.04 | 0.8 | 2.68 | - |
| YUV | 22.39 | 141.33 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 18 | 46 | 0.52 | 0.61 | 0 | 0.82 | 248.57 | 0.44 | 0.13 |
| Hex | 16 | 12 | 2E | 34 | 3D | 0 | 52 | F9 | 2C | D |
| Octal | 26 | 22 | 56 | 64 | 75 | 0 | 122 | 371 | 54 | 15 |
| Binary | 10110 | 10010 | 101110 | 110100 | 111101 | 0 | 1010010 | 11111001 | 101100 | 1101 |
Color Harmonies of #16122E
Complementary color
Monochromatic Colors of #16122E
Black with #16122E
Text Example
Text Example
White with #16122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16122E; }
p { color: rgb(22,18,46); }
H1.HeaderClassName
{
color: #16122E;
}
.AnyTagClassName
{
color: #16122E;
}
</style>
background-color css
<style>
a { background-color: #16122E; }
a { background-color: rgb(22,18,46); }
div.DivClassName
{
background-color: #16122E;
}
.BgClassName
{
background-color: #16122E;
}
</style>
border-color css
<style>
span { border-color: #16122E; }
span { border-color: rgb(22,18,46); }
td.TdClassName
{
border-color: #16122E;
}
.TagClassName
{
border-color: #16122E;
}
</style>