Shades of Jaguar #1A1925
Tints of Jaguar #1A1925
RGB
CMYK
RGB Variations
Color information
#1A1925 (or 0x1A1925) is known color: Jaguar. HEX triplet: 1A, 19 and 25. RGB value is (26,25,37). Sum of RGB (Red+Green+Blue) = 26+25+37=88 (11% of max value = 765). Red value is 26 (10.55% from 255 or 29.55% from 88); Green value is 25 (10.16% from 255 or 28.41% from 88); Blue value is 37 (14.84% from 255 or 42.05% from 88); Max value from RGB is 37 - color contains mainly: blue. Hex color #1A1925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1925 is #E5E6DA. Grayscale: #1A1A1A. Windows color (decimal): -15066843 or 2431258. OLE color: 2431258.
HSL color Cylindrical-coordinate representation of color #1A1925: hue angle of 245º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1A1925 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 26 | 25 | 37 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.85 |
| HSL | 245º | 0.19% | 0.12% | - |
| HSV(B) | 245º | 0.32% | 0.15% | - |
| XYZ | 1.11 | 1.05 | 1.89 | - |
| YUV | 26.67 | 133.83 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 25 | 37 | 0.30 | 0.32 | 0 | 0.85 | 245 | 0.19 | 0.12 |
| Hex | 1A | 19 | 25 | 1E | 20 | 0 | 55 | F5 | 13 | C |
| Octal | 32 | 31 | 45 | 36 | 40 | 0 | 125 | 365 | 23 | 14 |
| Binary | 11010 | 11001 | 100101 | 11110 | 100000 | 0 | 1010101 | 11110101 | 10011 | 1100 |
Color Harmonies of #1A1925
Complementary color
Monochromatic Colors of #1A1925
Black with #1A1925
Text Example
Text Example
White with #1A1925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1925; }
p { color: rgb(26,25,37); }
H1.HeaderClassName
{
color: #1A1925;
}
.AnyTagClassName
{
color: #1A1925;
}
</style>
background-color css
<style>
a { background-color: #1A1925; }
a { background-color: rgb(26,25,37); }
div.DivClassName
{
background-color: #1A1925;
}
.BgClassName
{
background-color: #1A1925;
}
</style>
border-color css
<style>
span { border-color: #1A1925; }
span { border-color: rgb(26,25,37); }
td.TdClassName
{
border-color: #1A1925;
}
.TagClassName
{
border-color: #1A1925;
}
</style>