Shades of Jaguar #1A1827
Tints of Jaguar #1A1827
RGB
CMYK
RGB Variations
Color information
#1A1827 (or 0x1A1827) is known color: Jaguar. HEX triplet: 1A, 18 and 27. RGB value is (26,24,39). Sum of RGB (Red+Green+Blue) = 26+24+39=89 (11% of max value = 765). Red value is 26 (10.55% from 255 or 29.21% from 89); Green value is 24 (9.77% from 255 or 26.97% from 89); Blue value is 39 (15.62% from 255 or 43.82% from 89); Max value from RGB is 39 - color contains mainly: blue. Hex color #1A1827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1827 is #E5E7D8. Grayscale: #1A1A1A. Windows color (decimal): -15067097 or 2562074. OLE color: 2562074.
HSL color Cylindrical-coordinate representation of color #1A1827: hue angle of 248º degrees, saturation: 0.24, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1A1827 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 26 | 24 | 39 | - |
| CMYK | 0.33 | 0.38 | 0 | 0.85 |
| HSL | 248º | 0.24% | 0.12% | - |
| HSV(B) | 248º | 0.38% | 0.15% | - |
| XYZ | 1.12 | 1.02 | 2.06 | - |
| YUV | 26.31 | 135.16 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 24 | 39 | 0.33 | 0.38 | 0 | 0.85 | 248 | 0.24 | 0.12 |
| Hex | 1A | 18 | 27 | 21 | 26 | 0 | 55 | F8 | 18 | C |
| Octal | 32 | 30 | 47 | 41 | 46 | 0 | 125 | 370 | 30 | 14 |
| Binary | 11010 | 11000 | 100111 | 100001 | 100110 | 0 | 1010101 | 11111000 | 11000 | 1100 |
Color Harmonies of #1A1827
Complementary color
Monochromatic Colors of #1A1827
Black with #1A1827
Text Example
Text Example
White with #1A1827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1827; }
p { color: rgb(26,24,39); }
H1.HeaderClassName
{
color: #1A1827;
}
.AnyTagClassName
{
color: #1A1827;
}
</style>
background-color css
<style>
a { background-color: #1A1827; }
a { background-color: rgb(26,24,39); }
div.DivClassName
{
background-color: #1A1827;
}
.BgClassName
{
background-color: #1A1827;
}
</style>
border-color css
<style>
span { border-color: #1A1827; }
span { border-color: rgb(26,24,39); }
td.TdClassName
{
border-color: #1A1827;
}
.TagClassName
{
border-color: #1A1827;
}
</style>