Shades of Jaguar #19172A
Tints of Jaguar #19172A
RGB
CMYK
RGB Variations
Color information
#19172A (or 0x19172A) is known color: Jaguar. HEX triplet: 19, 17 and 2A. RGB value is (25,23,42). Sum of RGB (Red+Green+Blue) = 25+23+42=90 (11% of max value = 765). Red value is 25 (10.16% from 255 or 27.78% from 90); Green value is 23 (9.38% from 255 or 25.56% from 90); Blue value is 42 (16.80% from 255 or 46.67% from 90); Max value from RGB is 42 - color contains mainly: blue. Hex color #19172A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19172A is #E6E8D5. Grayscale: #191919. Windows color (decimal): -15132886 or 2758425. OLE color: 2758425.
HSL color Cylindrical-coordinate representation of color #19172A: hue angle of 246.32º degrees, saturation: 0.29, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #19172A is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 23 | 42 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.84 |
| HSL | 246.32º | 0.29% | 0.13% | - |
| HSV(B) | 246.32º | 0.45% | 0.16% | - |
| XYZ | 1.13 | 0.99 | 2.32 | - |
| YUV | 25.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 23 | 42 | 0.40 | 0.45 | 0 | 0.84 | 246.32 | 0.29 | 0.13 |
| Hex | 19 | 17 | 2A | 28 | 2D | 0 | 54 | F6 | 1D | D |
| Octal | 31 | 27 | 52 | 50 | 55 | 0 | 124 | 366 | 35 | 15 |
| Binary | 11001 | 10111 | 101010 | 101000 | 101101 | 0 | 1010100 | 11110110 | 11101 | 1101 |
Color Harmonies of #19172A
Complementary color
Monochromatic Colors of #19172A
Black with #19172A
Text Example
Text Example
White with #19172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19172A; }
p { color: rgb(25,23,42); }
H1.HeaderClassName
{
color: #19172A;
}
.AnyTagClassName
{
color: #19172A;
}
</style>
background-color css
<style>
a { background-color: #19172A; }
a { background-color: rgb(25,23,42); }
div.DivClassName
{
background-color: #19172A;
}
.BgClassName
{
background-color: #19172A;
}
</style>
border-color css
<style>
span { border-color: #19172A; }
span { border-color: rgb(25,23,42); }
td.TdClassName
{
border-color: #19172A;
}
.TagClassName
{
border-color: #19172A;
}
</style>