Shades of Jaguar #19172B
Tints of Jaguar #19172B
RGB
CMYK
RGB Variations
Color information
#19172B (or 0x19172B) is known color: Jaguar. HEX triplet: 19, 17 and 2B. RGB value is (25,23,43). Sum of RGB (Red+Green+Blue) = 25+23+43=91 (12% of max value = 765). Red value is 25 (10.16% from 255 or 27.47% from 91); Green value is 23 (9.38% from 255 or 25.27% from 91); Blue value is 43 (17.19% from 255 or 47.25% from 91); Max value from RGB is 43 - color contains mainly: blue. Hex color #19172B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19172B is #E6E8D4. Grayscale: #191919. Windows color (decimal): -15132885 or 2823961. OLE color: 2823961.
HSL color Cylindrical-coordinate representation of color #19172B: hue angle of 246º degrees, saturation: 0.3, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #19172B is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 25 | 23 | 43 | - |
| CMYK | 0.42 | 0.47 | 0 | 0.83 |
| HSL | 246º | 0.3% | 0.13% | - |
| HSV(B) | 246º | 0.47% | 0.17% | - |
| XYZ | 1.14 | 0.99 | 2.42 | - |
| YUV | 25.88 | 137.66 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 23 | 43 | 0.42 | 0.47 | 0 | 0.83 | 246 | 0.3 | 0.13 |
| Hex | 19 | 17 | 2B | 2A | 2F | 0 | 53 | F6 | 1E | D |
| Octal | 31 | 27 | 53 | 52 | 57 | 0 | 123 | 366 | 36 | 15 |
| Binary | 11001 | 10111 | 101011 | 101010 | 101111 | 0 | 1010011 | 11110110 | 11110 | 1101 |
Color Harmonies of #19172B
Complementary color
Monochromatic Colors of #19172B
Black with #19172B
Text Example
Text Example
White with #19172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19172B; }
p { color: rgb(25,23,43); }
H1.HeaderClassName
{
color: #19172B;
}
.AnyTagClassName
{
color: #19172B;
}
</style>
background-color css
<style>
a { background-color: #19172B; }
a { background-color: rgb(25,23,43); }
div.DivClassName
{
background-color: #19172B;
}
.BgClassName
{
background-color: #19172B;
}
</style>
border-color css
<style>
span { border-color: #19172B; }
span { border-color: rgb(25,23,43); }
td.TdClassName
{
border-color: #19172B;
}
.TagClassName
{
border-color: #19172B;
}
</style>