Shades of Jaguar #1A191F
Tints of Jaguar #1A191F
RGB
CMYK
RGB Variations
Color information
#1A191F (or 0x1A191F) is known color: Jaguar. HEX triplet: 1A, 19 and 1F. RGB value is (26,25,31). Sum of RGB (Red+Green+Blue) = 26+25+31=82 (10% of max value = 765). Red value is 26 (10.55% from 255 or 31.71% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 31 (12.5% from 255 or 37.80% from 82); Max value from RGB is 31 - color contains mainly: blue. Hex color #1A191F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A191F is #E5E6E0. Grayscale: #191919. Windows color (decimal): -15066849 or 2038042. OLE color: 2038042.
HSL color Cylindrical-coordinate representation of color #1A191F: hue angle of 250º degrees, saturation: 0.11, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #1A191F is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 26 | 25 | 31 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.88 |
| HSL | 250º | 0.11% | 0.11% | - |
| HSV(B) | 250º | 0.19% | 0.12% | - |
| XYZ | 1.02 | 1.01 | 1.44 | - |
| YUV | 25.98 | 130.83 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 25 | 31 | 0.16 | 0.19 | 0 | 0.88 | 250 | 0.11 | 0.11 |
| Hex | 1A | 19 | 1F | 10 | 13 | 0 | 58 | FA | B | B |
| Octal | 32 | 31 | 37 | 20 | 23 | 0 | 130 | 372 | 13 | 13 |
| Binary | 11010 | 11001 | 11111 | 10000 | 10011 | 0 | 1011000 | 11111010 | 1011 | 1011 |
Color Harmonies of #1A191F
Complementary color
Monochromatic Colors of #1A191F
Black with #1A191F
Text Example
Text Example
White with #1A191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A191F; }
p { color: rgb(26,25,31); }
H1.HeaderClassName
{
color: #1A191F;
}
.AnyTagClassName
{
color: #1A191F;
}
</style>
background-color css
<style>
a { background-color: #1A191F; }
a { background-color: rgb(26,25,31); }
div.DivClassName
{
background-color: #1A191F;
}
.BgClassName
{
background-color: #1A191F;
}
</style>
border-color css
<style>
span { border-color: #1A191F; }
span { border-color: rgb(26,25,31); }
td.TdClassName
{
border-color: #1A191F;
}
.TagClassName
{
border-color: #1A191F;
}
</style>