Shades of Jaguar #17161D
Tints of Jaguar #17161D
RGB
CMYK
RGB Variations
Color information
#17161D (or 0x17161D) is known color: Jaguar. HEX triplet: 17, 16 and 1D. RGB value is (23,22,29). Sum of RGB (Red+Green+Blue) = 23+22+29=74 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.08% from 74); Green value is 22 (8.98% from 255 or 29.73% from 74); Blue value is 29 (11.72% from 255 or 39.19% from 74); Max value from RGB is 29 - color contains mainly: blue. Hex color #17161D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17161D is #E8E9E2. Grayscale: #171717. Windows color (decimal): -15264227 or 1906199. OLE color: 1906199.
HSL color Cylindrical-coordinate representation of color #17161D: hue angle of 248.57º degrees, saturation: 0.14, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #17161D is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 23 | 22 | 29 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.89 |
| HSL | 248.57º | 0.14% | 0.1% | - |
| HSV(B) | 248.57º | 0.24% | 0.11% | - |
| XYZ | 0.86 | 0.84 | 1.28 | - |
| YUV | 23.1 | 131.33 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 22 | 29 | 0.21 | 0.24 | 0 | 0.89 | 248.57 | 0.14 | 0.1 |
| Hex | 17 | 16 | 1D | 15 | 18 | 0 | 59 | F9 | E | A |
| Octal | 27 | 26 | 35 | 25 | 30 | 0 | 131 | 371 | 16 | 12 |
| Binary | 10111 | 10110 | 11101 | 10101 | 11000 | 0 | 1011001 | 11111001 | 1110 | 1010 |
Color Harmonies of #17161D
Complementary color
Monochromatic Colors of #17161D
Black with #17161D
Text Example
Text Example
White with #17161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17161D; }
p { color: rgb(23,22,29); }
H1.HeaderClassName
{
color: #17161D;
}
.AnyTagClassName
{
color: #17161D;
}
</style>
background-color css
<style>
a { background-color: #17161D; }
a { background-color: rgb(23,22,29); }
div.DivClassName
{
background-color: #17161D;
}
.BgClassName
{
background-color: #17161D;
}
</style>
border-color css
<style>
span { border-color: #17161D; }
span { border-color: rgb(23,22,29); }
td.TdClassName
{
border-color: #17161D;
}
.TagClassName
{
border-color: #17161D;
}
</style>