Shades of Jaguar #1A191E
Tints of Jaguar #1A191E
RGB
CMYK
RGB Variations
Color information
#1A191E (or 0x1A191E) is known color: Jaguar. HEX triplet: 1A, 19 and 1E. RGB value is (26,25,30). Sum of RGB (Red+Green+Blue) = 26+25+30=81 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.10% from 81); Green value is 25 (10.16% from 255 or 30.86% from 81); Blue value is 30 (12.11% from 255 or 37.04% from 81); Max value from RGB is 30 - color contains mainly: blue. Hex color #1A191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A191E is #E5E6E1. Grayscale: #191919. Windows color (decimal): -15066850 or 1972506. OLE color: 1972506.
HSL color Cylindrical-coordinate representation of color #1A191E: hue angle of 252º degrees, saturation: 0.09, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #1A191E is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 26 | 25 | 30 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.88 |
| HSL | 252º | 0.09% | 0.11% | - |
| HSV(B) | 252º | 0.17% | 0.12% | - |
| XYZ | 1.01 | 1.01 | 1.37 | - |
| YUV | 25.87 | 130.33 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 25 | 30 | 0.13 | 0.17 | 0 | 0.88 | 252 | 0.09 | 0.11 |
| Hex | 1A | 19 | 1E | D | 11 | 0 | 58 | FC | 9 | B |
| Octal | 32 | 31 | 36 | 15 | 21 | 0 | 130 | 374 | 11 | 13 |
| Binary | 11010 | 11001 | 11110 | 1101 | 10001 | 0 | 1011000 | 11111100 | 1001 | 1011 |
Color Harmonies of #1A191E
Complementary color
Monochromatic Colors of #1A191E
Black with #1A191E
Text Example
Text Example
White with #1A191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A191E; }
p { color: rgb(26,25,30); }
H1.HeaderClassName
{
color: #1A191E;
}
.AnyTagClassName
{
color: #1A191E;
}
</style>
background-color css
<style>
a { background-color: #1A191E; }
a { background-color: rgb(26,25,30); }
div.DivClassName
{
background-color: #1A191E;
}
.BgClassName
{
background-color: #1A191E;
}
</style>
border-color css
<style>
span { border-color: #1A191E; }
span { border-color: rgb(26,25,30); }
td.TdClassName
{
border-color: #1A191E;
}
.TagClassName
{
border-color: #1A191E;
}
</style>