Shades of Jaguar #17152C
Tints of Jaguar #17152C
RGB
CMYK
RGB Variations
Color information
#17152C (or 0x17152C) is known color: Jaguar. HEX triplet: 17, 15 and 2C. RGB value is (23,21,44). Sum of RGB (Red+Green+Blue) = 23+21+44=88 (11% of max value = 765). Red value is 23 (9.38% from 255 or 26.14% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 44 (17.58% from 255 or 50% from 88); Max value from RGB is 44 - color contains mainly: blue. Hex color #17152C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17152C is #E8EAD3. Grayscale: #181818. Windows color (decimal): -15264468 or 2888983. OLE color: 2888983.
HSL color Cylindrical-coordinate representation of color #17152C: hue angle of 245.22º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #17152C is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 23 | 21 | 44 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.83 |
| HSL | 245.22º | 0.35% | 0.13% | - |
| HSV(B) | 245.22º | 0.52% | 0.17% | - |
| XYZ | 1.08 | 0.9 | 2.5 | - |
| YUV | 24.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 21 | 44 | 0.48 | 0.52 | 0 | 0.83 | 245.22 | 0.35 | 0.13 |
| Hex | 17 | 15 | 2C | 30 | 34 | 0 | 53 | F5 | 23 | D |
| Octal | 27 | 25 | 54 | 60 | 64 | 0 | 123 | 365 | 43 | 15 |
| Binary | 10111 | 10101 | 101100 | 110000 | 110100 | 0 | 1010011 | 11110101 | 100011 | 1101 |
Color Harmonies of #17152C
Complementary color
Monochromatic Colors of #17152C
Black with #17152C
Text Example
Text Example
White with #17152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17152C; }
p { color: rgb(23,21,44); }
H1.HeaderClassName
{
color: #17152C;
}
.AnyTagClassName
{
color: #17152C;
}
</style>
background-color css
<style>
a { background-color: #17152C; }
a { background-color: rgb(23,21,44); }
div.DivClassName
{
background-color: #17152C;
}
.BgClassName
{
background-color: #17152C;
}
</style>
border-color css
<style>
span { border-color: #17152C; }
span { border-color: rgb(23,21,44); }
td.TdClassName
{
border-color: #17152C;
}
.TagClassName
{
border-color: #17152C;
}
</style>