Shades of Jaguar #17151F
Tints of Jaguar #17151F
RGB
CMYK
RGB Variations
Color information
#17151F (or 0x17151F) is known color: Jaguar. HEX triplet: 17, 15 and 1F. RGB value is (23,21,31). Sum of RGB (Red+Green+Blue) = 23+21+31=75 (9% of max value = 765). Red value is 23 (9.38% from 255 or 30.67% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 31 (12.5% from 255 or 41.33% from 75); Max value from RGB is 31 - color contains mainly: blue. Hex color #17151F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17151F is #E8EAE0. Grayscale: #161616. Windows color (decimal): -15264481 or 2037015. OLE color: 2037015.
HSL color Cylindrical-coordinate representation of color #17151F: hue angle of 252º degrees, saturation: 0.19, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #17151F is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 23 | 21 | 31 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.88 |
| HSL | 252º | 0.19% | 0.1% | - |
| HSV(B) | 252º | 0.32% | 0.12% | - |
| XYZ | 0.87 | 0.82 | 1.41 | - |
| YUV | 22.74 | 132.66 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 21 | 31 | 0.26 | 0.32 | 0 | 0.88 | 252 | 0.19 | 0.1 |
| Hex | 17 | 15 | 1F | 1A | 20 | 0 | 58 | FC | 13 | A |
| Octal | 27 | 25 | 37 | 32 | 40 | 0 | 130 | 374 | 23 | 12 |
| Binary | 10111 | 10101 | 11111 | 11010 | 100000 | 0 | 1011000 | 11111100 | 10011 | 1010 |
Color Harmonies of #17151F
Complementary color
Monochromatic Colors of #17151F
Black with #17151F
Text Example
Text Example
White with #17151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17151F; }
p { color: rgb(23,21,31); }
H1.HeaderClassName
{
color: #17151F;
}
.AnyTagClassName
{
color: #17151F;
}
</style>
background-color css
<style>
a { background-color: #17151F; }
a { background-color: rgb(23,21,31); }
div.DivClassName
{
background-color: #17151F;
}
.BgClassName
{
background-color: #17151F;
}
</style>
border-color css
<style>
span { border-color: #17151F; }
span { border-color: rgb(23,21,31); }
td.TdClassName
{
border-color: #17151F;
}
.TagClassName
{
border-color: #17151F;
}
</style>