Shades of Jaguar #161131
Tints of Jaguar #161131
RGB
CMYK
RGB Variations
Color information
#161131 (or 0x161131) is known color: Jaguar. HEX triplet: 16, 11 and 31. RGB value is (22,17,49). Sum of RGB (Red+Green+Blue) = 22+17+49=88 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 49 (19.53% from 255 or 55.68% from 88); Max value from RGB is 49 - color contains mainly: blue. Hex color #161131 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161131 is #E9EECE. Grayscale: #161616. Windows color (decimal): -15331023 or 3215638. OLE color: 3215638.
HSL color Cylindrical-coordinate representation of color #161131: hue angle of 249.38º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #161131 is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 22 | 17 | 49 | - |
| CMYK | 0.55 | 0.65 | 0 | 0.81 |
| HSL | 249.38º | 0.48% | 0.13% | - |
| HSV(B) | 249.38º | 0.65% | 0.19% | - |
| XYZ | 1.09 | 0.79 | 3 | - |
| YUV | 22.14 | 143.16 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 17 | 49 | 0.55 | 0.65 | 0 | 0.81 | 249.38 | 0.48 | 0.13 |
| Hex | 16 | 11 | 31 | 37 | 41 | 0 | 51 | F9 | 30 | D |
| Octal | 26 | 21 | 61 | 67 | 101 | 0 | 121 | 371 | 60 | 15 |
| Binary | 10110 | 10001 | 110001 | 110111 | 1000001 | 0 | 1010001 | 11111001 | 110000 | 1101 |
Color Harmonies of #161131
Complementary color
Monochromatic Colors of #161131
Black with #161131
Text Example
Text Example
White with #161131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161131; }
p { color: rgb(22,17,49); }
H1.HeaderClassName
{
color: #161131;
}
.AnyTagClassName
{
color: #161131;
}
</style>
background-color css
<style>
a { background-color: #161131; }
a { background-color: rgb(22,17,49); }
div.DivClassName
{
background-color: #161131;
}
.BgClassName
{
background-color: #161131;
}
</style>
border-color css
<style>
span { border-color: #161131; }
span { border-color: rgb(22,17,49); }
td.TdClassName
{
border-color: #161131;
}
.TagClassName
{
border-color: #161131;
}
</style>