Shades of Jaguar #16151A
Tints of Jaguar #16151A
RGB
CMYK
RGB Variations
Color information
#16151A (or 0x16151A) is known color: Jaguar. HEX triplet: 16, 15 and 1A. RGB value is (22,21,26). Sum of RGB (Red+Green+Blue) = 22+21+26=69 (9% of max value = 765). Red value is 22 (8.98% from 255 or 31.88% from 69); Green value is 21 (8.59% from 255 or 30.43% from 69); Blue value is 26 (10.55% from 255 or 37.68% from 69); Max value from RGB is 26 - color contains mainly: blue. Hex color #16151A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16151A is #E9EAE5. Grayscale: #151515. Windows color (decimal): -15330022 or 1709334. OLE color: 1709334.
HSL color Cylindrical-coordinate representation of color #16151A: hue angle of 252º degrees, saturation: 0.11, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #16151A is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 22 | 21 | 26 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.90 |
| HSL | 252º | 0.11% | 0.09% | - |
| HSV(B) | 252º | 0.19% | 0.1% | - |
| XYZ | 0.79 | 0.78 | 1.09 | - |
| YUV | 21.87 | 130.33 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 21 | 26 | 0.15 | 0.19 | 0 | 0.90 | 252 | 0.11 | 0.09 |
| Hex | 16 | 15 | 1A | F | 13 | 0 | 5A | FC | B | 9 |
| Octal | 26 | 25 | 32 | 17 | 23 | 0 | 132 | 374 | 13 | 11 |
| Binary | 10110 | 10101 | 11010 | 1111 | 10011 | 0 | 1011010 | 11111100 | 1011 | 1001 |
Color Harmonies of #16151A
Complementary color
Monochromatic Colors of #16151A
Black with #16151A
Text Example
Text Example
White with #16151A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16151A; }
p { color: rgb(22,21,26); }
H1.HeaderClassName
{
color: #16151A;
}
.AnyTagClassName
{
color: #16151A;
}
</style>
background-color css
<style>
a { background-color: #16151A; }
a { background-color: rgb(22,21,26); }
div.DivClassName
{
background-color: #16151A;
}
.BgClassName
{
background-color: #16151A;
}
</style>
border-color css
<style>
span { border-color: #16151A; }
span { border-color: rgb(22,21,26); }
td.TdClassName
{
border-color: #16151A;
}
.TagClassName
{
border-color: #16151A;
}
</style>