Shades of Jaguar #17142E
Tints of Jaguar #17142E
RGB
CMYK
RGB Variations
Color information
#17142E (or 0x17142E) is known color: Jaguar. HEX triplet: 17, 14 and 2E. RGB value is (23,20,46). Sum of RGB (Red+Green+Blue) = 23+20+46=89 (11% of max value = 765). Red value is 23 (9.38% from 255 or 25.84% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 46 (18.36% from 255 or 51.69% from 89); Max value from RGB is 46 - color contains mainly: blue. Hex color #17142E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17142E is #E8EBD1. Grayscale: #171717. Windows color (decimal): -15264722 or 3019799. OLE color: 3019799.
HSL color Cylindrical-coordinate representation of color #17142E: hue angle of 246.92º degrees, saturation: 0.39, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #17142E is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 20 | 46 | - |
| CMYK | 0.50 | 0.57 | 0 | 0.82 |
| HSL | 246.92º | 0.39% | 0.13% | - |
| HSV(B) | 246.92º | 0.57% | 0.18% | - |
| XYZ | 1.1 | 0.88 | 2.7 | - |
| YUV | 23.86 | 140.49 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 20 | 46 | 0.50 | 0.57 | 0 | 0.82 | 246.92 | 0.39 | 0.13 |
| Hex | 17 | 14 | 2E | 32 | 39 | 0 | 52 | F7 | 27 | D |
| Octal | 27 | 24 | 56 | 62 | 71 | 0 | 122 | 367 | 47 | 15 |
| Binary | 10111 | 10100 | 101110 | 110010 | 111001 | 0 | 1010010 | 11110111 | 100111 | 1101 |
Color Harmonies of #17142E
Complementary color
Monochromatic Colors of #17142E
Black with #17142E
Text Example
Text Example
White with #17142E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17142E; }
p { color: rgb(23,20,46); }
H1.HeaderClassName
{
color: #17142E;
}
.AnyTagClassName
{
color: #17142E;
}
</style>
background-color css
<style>
a { background-color: #17142E; }
a { background-color: rgb(23,20,46); }
div.DivClassName
{
background-color: #17142E;
}
.BgClassName
{
background-color: #17142E;
}
</style>
border-color css
<style>
span { border-color: #17142E; }
span { border-color: rgb(23,20,46); }
td.TdClassName
{
border-color: #17142E;
}
.TagClassName
{
border-color: #17142E;
}
</style>