Shades of Jaguar #161324
Tints of Jaguar #161324
RGB
CMYK
RGB Variations
Color information
#161324 (or 0x161324) is known color: Jaguar. HEX triplet: 16, 13 and 24. RGB value is (22,19,36). Sum of RGB (Red+Green+Blue) = 22+19+36=77 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.57% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 36 (14.45% from 255 or 46.75% from 77); Max value from RGB is 36 - color contains mainly: blue. Hex color #161324 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161324 is #E9ECDB. Grayscale: #151515. Windows color (decimal): -15330524 or 2364182. OLE color: 2364182.
HSL color Cylindrical-coordinate representation of color #161324: hue angle of 250.59º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #161324 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 22 | 19 | 36 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.86 |
| HSL | 250.59º | 0.31% | 0.11% | - |
| HSV(B) | 250.59º | 0.47% | 0.14% | - |
| XYZ | 0.88 | 0.76 | 1.77 | - |
| YUV | 21.84 | 135.99 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 19 | 36 | 0.39 | 0.47 | 0 | 0.86 | 250.59 | 0.31 | 0.11 |
| Hex | 16 | 13 | 24 | 27 | 2F | 0 | 56 | FB | 1F | B |
| Octal | 26 | 23 | 44 | 47 | 57 | 0 | 126 | 373 | 37 | 13 |
| Binary | 10110 | 10011 | 100100 | 100111 | 101111 | 0 | 1010110 | 11111011 | 11111 | 1011 |
Color Harmonies of #161324
Complementary color
Monochromatic Colors of #161324
Black with #161324
Text Example
Text Example
White with #161324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161324; }
p { color: rgb(22,19,36); }
H1.HeaderClassName
{
color: #161324;
}
.AnyTagClassName
{
color: #161324;
}
</style>
background-color css
<style>
a { background-color: #161324; }
a { background-color: rgb(22,19,36); }
div.DivClassName
{
background-color: #161324;
}
.BgClassName
{
background-color: #161324;
}
</style>
border-color css
<style>
span { border-color: #161324; }
span { border-color: rgb(22,19,36); }
td.TdClassName
{
border-color: #161324;
}
.TagClassName
{
border-color: #161324;
}
</style>