Shades of Jaguar #19172C
Tints of Jaguar #19172C
RGB
CMYK
RGB Variations
Color information
#19172C (or 0x19172C) is known color: Jaguar. HEX triplet: 19, 17 and 2C. RGB value is (25,23,44). Sum of RGB (Red+Green+Blue) = 25+23+44=92 (12% of max value = 765). Red value is 25 (10.16% from 255 or 27.17% from 92); Green value is 23 (9.38% from 255 or 25% from 92); Blue value is 44 (17.58% from 255 or 47.83% from 92); Max value from RGB is 44 - color contains mainly: blue. Hex color #19172C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19172C is #E6E8D3. Grayscale: #191919. Windows color (decimal): -15132884 or 2889497. OLE color: 2889497.
HSL color Cylindrical-coordinate representation of color #19172C: hue angle of 245.71º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #19172C is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 25 | 23 | 44 | - |
| CMYK | 0.43 | 0.48 | 0 | 0.83 |
| HSL | 245.71º | 0.31% | 0.13% | - |
| HSV(B) | 245.71º | 0.48% | 0.17% | - |
| XYZ | 1.16 | 1 | 2.51 | - |
| YUV | 25.99 | 138.16 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 23 | 44 | 0.43 | 0.48 | 0 | 0.83 | 245.71 | 0.31 | 0.13 |
| Hex | 19 | 17 | 2C | 2B | 30 | 0 | 53 | F6 | 1F | D |
| Octal | 31 | 27 | 54 | 53 | 60 | 0 | 123 | 366 | 37 | 15 |
| Binary | 11001 | 10111 | 101100 | 101011 | 110000 | 0 | 1010011 | 11110110 | 11111 | 1101 |
Color Harmonies of #19172C
Complementary color
Monochromatic Colors of #19172C
Black with #19172C
Text Example
Text Example
White with #19172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19172C; }
p { color: rgb(25,23,44); }
H1.HeaderClassName
{
color: #19172C;
}
.AnyTagClassName
{
color: #19172C;
}
</style>
background-color css
<style>
a { background-color: #19172C; }
a { background-color: rgb(25,23,44); }
div.DivClassName
{
background-color: #19172C;
}
.BgClassName
{
background-color: #19172C;
}
</style>
border-color css
<style>
span { border-color: #19172C; }
span { border-color: rgb(25,23,44); }
td.TdClassName
{
border-color: #19172C;
}
.TagClassName
{
border-color: #19172C;
}
</style>