Shades of Jaguar #1A1831
Tints of Jaguar #1A1831
RGB
CMYK
RGB Variations
Color information
#1A1831 (or 0x1A1831) is known color: Jaguar. HEX triplet: 1A, 18 and 31. RGB value is (26,24,49). Sum of RGB (Red+Green+Blue) = 26+24+49=99 (13% of max value = 765). Red value is 26 (10.55% from 255 or 26.26% from 99); Green value is 24 (9.77% from 255 or 24.24% from 99); Blue value is 49 (19.53% from 255 or 49.49% from 99); Max value from RGB is 49 - color contains mainly: blue. Hex color #1A1831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1831 is #E5E7CE. Grayscale: #1B1B1B. Windows color (decimal): -15067087 or 3217434. OLE color: 3217434.
HSL color Cylindrical-coordinate representation of color #1A1831: hue angle of 244.8º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1A1831 is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 26 | 24 | 49 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.81 |
| HSL | 244.8º | 0.34% | 0.14% | - |
| HSV(B) | 244.8º | 0.51% | 0.19% | - |
| XYZ | 1.31 | 1.09 | 3.05 | - |
| YUV | 27.45 | 140.16 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 24 | 49 | 0.47 | 0.51 | 0 | 0.81 | 244.8 | 0.34 | 0.14 |
| Hex | 1A | 18 | 31 | 2F | 33 | 0 | 51 | F5 | 22 | E |
| Octal | 32 | 30 | 61 | 57 | 63 | 0 | 121 | 365 | 42 | 16 |
| Binary | 11010 | 11000 | 110001 | 101111 | 110011 | 0 | 1010001 | 11110101 | 100010 | 1110 |
Color Harmonies of #1A1831
Complementary color
Monochromatic Colors of #1A1831
Black with #1A1831
Text Example
Text Example
White with #1A1831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1831; }
p { color: rgb(26,24,49); }
H1.HeaderClassName
{
color: #1A1831;
}
.AnyTagClassName
{
color: #1A1831;
}
</style>
background-color css
<style>
a { background-color: #1A1831; }
a { background-color: rgb(26,24,49); }
div.DivClassName
{
background-color: #1A1831;
}
.BgClassName
{
background-color: #1A1831;
}
</style>
border-color css
<style>
span { border-color: #1A1831; }
span { border-color: rgb(26,24,49); }
td.TdClassName
{
border-color: #1A1831;
}
.TagClassName
{
border-color: #1A1831;
}
</style>