Shades of Jaguar #17161B
Tints of Jaguar #17161B
RGB
CMYK
RGB Variations
Color information
#17161B (or 0x17161B) is known color: Jaguar. HEX triplet: 17, 16 and 1B. RGB value is (23,22,27). Sum of RGB (Red+Green+Blue) = 23+22+27=72 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.94% from 72); Green value is 22 (8.98% from 255 or 30.56% from 72); Blue value is 27 (10.94% from 255 or 37.5% from 72); Max value from RGB is 27 - color contains mainly: blue. Hex color #17161B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17161B is #E8E9E4. Grayscale: #161616. Windows color (decimal): -15264229 or 1775127. OLE color: 1775127.
HSL color Cylindrical-coordinate representation of color #17161B: hue angle of 252º degrees, saturation: 0.1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #17161B is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 23 | 22 | 27 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.89 |
| HSL | 252º | 0.1% | 0.1% | - |
| HSV(B) | 252º | 0.19% | 0.11% | - |
| XYZ | 0.84 | 0.84 | 1.15 | - |
| YUV | 22.87 | 130.33 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 22 | 27 | 0.15 | 0.19 | 0 | 0.89 | 252 | 0.1 | 0.1 |
| Hex | 17 | 16 | 1B | F | 13 | 0 | 59 | FC | A | A |
| Octal | 27 | 26 | 33 | 17 | 23 | 0 | 131 | 374 | 12 | 12 |
| Binary | 10111 | 10110 | 11011 | 1111 | 10011 | 0 | 1011001 | 11111100 | 1010 | 1010 |
Color Harmonies of #17161B
Complementary color
Monochromatic Colors of #17161B
Black with #17161B
Text Example
Text Example
White with #17161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17161B; }
p { color: rgb(23,22,27); }
H1.HeaderClassName
{
color: #17161B;
}
.AnyTagClassName
{
color: #17161B;
}
</style>
background-color css
<style>
a { background-color: #17161B; }
a { background-color: rgb(23,22,27); }
div.DivClassName
{
background-color: #17161B;
}
.BgClassName
{
background-color: #17161B;
}
</style>
border-color css
<style>
span { border-color: #17161B; }
span { border-color: rgb(23,22,27); }
td.TdClassName
{
border-color: #17161B;
}
.TagClassName
{
border-color: #17161B;
}
</style>