Shades of Jaguar #161519
Tints of Jaguar #161519
RGB
CMYK
RGB Variations
Color information
#161519 (or 0x161519) is known color: Jaguar. HEX triplet: 16, 15 and 19. RGB value is (22,21,25). Sum of RGB (Red+Green+Blue) = 22+21+25=68 (9% of max value = 765). Red value is 22 (8.98% from 255 or 32.35% from 68); Green value is 21 (8.59% from 255 or 30.88% from 68); Blue value is 25 (10.16% from 255 or 36.76% from 68); Max value from RGB is 25 - color contains mainly: blue. Hex color #161519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161519 is #E9EAE6. Grayscale: #151515. Windows color (decimal): -15330023 or 1643798. OLE color: 1643798.
HSL color Cylindrical-coordinate representation of color #161519: hue angle of 255º degrees, saturation: 0.09, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #161519 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 22 | 21 | 25 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.90 |
| HSL | 255º | 0.09% | 0.09% | - |
| HSV(B) | 255º | 0.16% | 0.1% | - |
| XYZ | 0.77 | 0.78 | 1.03 | - |
| YUV | 21.76 | 129.83 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 21 | 25 | 0.12 | 0.16 | 0 | 0.90 | 255 | 0.09 | 0.09 |
| Hex | 16 | 15 | 19 | C | 10 | 0 | 5A | FF | 9 | 9 |
| Octal | 26 | 25 | 31 | 14 | 20 | 0 | 132 | 377 | 11 | 11 |
| Binary | 10110 | 10101 | 11001 | 1100 | 10000 | 0 | 1011010 | 11111111 | 1001 | 1001 |
Color Harmonies of #161519
Complementary color
Monochromatic Colors of #161519
Black with #161519
Text Example
Text Example
White with #161519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161519; }
p { color: rgb(22,21,25); }
H1.HeaderClassName
{
color: #161519;
}
.AnyTagClassName
{
color: #161519;
}
</style>
background-color css
<style>
a { background-color: #161519; }
a { background-color: rgb(22,21,25); }
div.DivClassName
{
background-color: #161519;
}
.BgClassName
{
background-color: #161519;
}
</style>
border-color css
<style>
span { border-color: #161519; }
span { border-color: rgb(22,21,25); }
td.TdClassName
{
border-color: #161519;
}
.TagClassName
{
border-color: #161519;
}
</style>