Shades of Jaguar #1A182B
Tints of Jaguar #1A182B
RGB
CMYK
RGB Variations
Color information
#1A182B (or 0x1A182B) is known color: Jaguar. HEX triplet: 1A, 18 and 2B. RGB value is (26,24,43). Sum of RGB (Red+Green+Blue) = 26+24+43=93 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.96% from 93); Green value is 24 (9.77% from 255 or 25.81% from 93); Blue value is 43 (17.19% from 255 or 46.24% from 93); Max value from RGB is 43 - color contains mainly: blue. Hex color #1A182B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A182B is #E5E7D4. Grayscale: #1A1A1A. Windows color (decimal): -15067093 or 2824218. OLE color: 2824218.
HSL color Cylindrical-coordinate representation of color #1A182B: hue angle of 246.32º degrees, saturation: 0.28, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1A182B is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 26 | 24 | 43 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.83 |
| HSL | 246.32º | 0.28% | 0.13% | - |
| HSV(B) | 246.32º | 0.44% | 0.17% | - |
| XYZ | 1.19 | 1.05 | 2.42 | - |
| YUV | 26.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 24 | 43 | 0.40 | 0.44 | 0 | 0.83 | 246.32 | 0.28 | 0.13 |
| Hex | 1A | 18 | 2B | 28 | 2C | 0 | 53 | F6 | 1C | D |
| Octal | 32 | 30 | 53 | 50 | 54 | 0 | 123 | 366 | 34 | 15 |
| Binary | 11010 | 11000 | 101011 | 101000 | 101100 | 0 | 1010011 | 11110110 | 11100 | 1101 |
Color Harmonies of #1A182B
Complementary color
Monochromatic Colors of #1A182B
Black with #1A182B
Text Example
Text Example
White with #1A182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A182B; }
p { color: rgb(26,24,43); }
H1.HeaderClassName
{
color: #1A182B;
}
.AnyTagClassName
{
color: #1A182B;
}
</style>
background-color css
<style>
a { background-color: #1A182B; }
a { background-color: rgb(26,24,43); }
div.DivClassName
{
background-color: #1A182B;
}
.BgClassName
{
background-color: #1A182B;
}
</style>
border-color css
<style>
span { border-color: #1A182B; }
span { border-color: rgb(26,24,43); }
td.TdClassName
{
border-color: #1A182B;
}
.TagClassName
{
border-color: #1A182B;
}
</style>