Shades of Jaguar #19172E
Tints of Jaguar #19172E
RGB
CMYK
RGB Variations
Color information
#19172E (or 0x19172E) is known color: Jaguar. HEX triplet: 19, 17 and 2E. RGB value is (25,23,46). Sum of RGB (Red+Green+Blue) = 25+23+46=94 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.60% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 46 (18.36% from 255 or 48.94% from 94); Max value from RGB is 46 - color contains mainly: blue. Hex color #19172E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19172E is #E6E8D1. Grayscale: #1A1A1A. Windows color (decimal): -15132882 or 3020569. OLE color: 3020569.
HSL color Cylindrical-coordinate representation of color #19172E: hue angle of 245.22º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #19172E is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 23 | 46 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.82 |
| HSL | 245.22º | 0.33% | 0.14% | - |
| HSV(B) | 245.22º | 0.5% | 0.18% | - |
| XYZ | 1.2 | 1.02 | 2.72 | - |
| YUV | 26.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 23 | 46 | 0.46 | 0.50 | 0 | 0.82 | 245.22 | 0.33 | 0.14 |
| Hex | 19 | 17 | 2E | 2E | 32 | 0 | 52 | F5 | 21 | E |
| Octal | 31 | 27 | 56 | 56 | 62 | 0 | 122 | 365 | 41 | 16 |
| Binary | 11001 | 10111 | 101110 | 101110 | 110010 | 0 | 1010010 | 11110101 | 100001 | 1110 |
Color Harmonies of #19172E
Complementary color
Monochromatic Colors of #19172E
Black with #19172E
Text Example
Text Example
White with #19172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19172E; }
p { color: rgb(25,23,46); }
H1.HeaderClassName
{
color: #19172E;
}
.AnyTagClassName
{
color: #19172E;
}
</style>
background-color css
<style>
a { background-color: #19172E; }
a { background-color: rgb(25,23,46); }
div.DivClassName
{
background-color: #19172E;
}
.BgClassName
{
background-color: #19172E;
}
</style>
border-color css
<style>
span { border-color: #19172E; }
span { border-color: rgb(25,23,46); }
td.TdClassName
{
border-color: #19172E;
}
.TagClassName
{
border-color: #19172E;
}
</style>