Shades of Jaguar #171524
Tints of Jaguar #171524
RGB
CMYK
RGB Variations
Color information
#171524 (or 0x171524) is known color: Jaguar. HEX triplet: 17, 15 and 24. RGB value is (23,21,36). Sum of RGB (Red+Green+Blue) = 23+21+36=80 (10% of max value = 765). Red value is 23 (9.38% from 255 or 28.75% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 36 (14.45% from 255 or 45% from 80); Max value from RGB is 36 - color contains mainly: blue. Hex color #171524 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171524 is #E8EADB. Grayscale: #171717. Windows color (decimal): -15264476 or 2364695. OLE color: 2364695.
HSL color Cylindrical-coordinate representation of color #171524: hue angle of 248º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #171524 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 23 | 21 | 36 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.86 |
| HSL | 248º | 0.26% | 0.11% | - |
| HSV(B) | 248º | 0.42% | 0.14% | - |
| XYZ | 0.94 | 0.85 | 1.78 | - |
| YUV | 23.31 | 135.16 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 21 | 36 | 0.36 | 0.42 | 0 | 0.86 | 248 | 0.26 | 0.11 |
| Hex | 17 | 15 | 24 | 24 | 2A | 0 | 56 | F8 | 1A | B |
| Octal | 27 | 25 | 44 | 44 | 52 | 0 | 126 | 370 | 32 | 13 |
| Binary | 10111 | 10101 | 100100 | 100100 | 101010 | 0 | 1010110 | 11111000 | 11010 | 1011 |
Color Harmonies of #171524
Complementary color
Monochromatic Colors of #171524
Black with #171524
Text Example
Text Example
White with #171524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171524; }
p { color: rgb(23,21,36); }
H1.HeaderClassName
{
color: #171524;
}
.AnyTagClassName
{
color: #171524;
}
</style>
background-color css
<style>
a { background-color: #171524; }
a { background-color: rgb(23,21,36); }
div.DivClassName
{
background-color: #171524;
}
.BgClassName
{
background-color: #171524;
}
</style>
border-color css
<style>
span { border-color: #171524; }
span { border-color: rgb(23,21,36); }
td.TdClassName
{
border-color: #171524;
}
.TagClassName
{
border-color: #171524;
}
</style>