Shades of Jaguar #13111A
Tints of Jaguar #13111A
RGB
CMYK
RGB Variations
Color information
#13111A (or 0x13111A) is known color: Jaguar. HEX triplet: 13, 11 and 1A. RGB value is (19,17,26). Sum of RGB (Red+Green+Blue) = 19+17+26=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 17 (7.03% from 255 or 27.42% from 62); Blue value is 26 (10.55% from 255 or 41.94% from 62); Max value from RGB is 26 - color contains mainly: blue. Hex color #13111A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13111A is #ECEEE5. Grayscale: #121212. Windows color (decimal): -15527654 or 1708307. OLE color: 1708307.
HSL color Cylindrical-coordinate representation of color #13111A: hue angle of 253.33º degrees, saturation: 0.21, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #13111A is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 19 | 17 | 26 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.90 |
| HSL | 253.33º | 0.21% | 0.08% | - |
| HSV(B) | 253.33º | 0.35% | 0.1% | - |
| XYZ | 0.66 | 0.61 | 1.06 | - |
| YUV | 18.62 | 132.16 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 17 | 26 | 0.27 | 0.35 | 0 | 0.90 | 253.33 | 0.21 | 0.08 |
| Hex | 13 | 11 | 1A | 1B | 23 | 0 | 5A | FD | 15 | 8 |
| Octal | 23 | 21 | 32 | 33 | 43 | 0 | 132 | 375 | 25 | 10 |
| Binary | 10011 | 10001 | 11010 | 11011 | 100011 | 0 | 1011010 | 11111101 | 10101 | 1000 |
Color Harmonies of #13111A
Complementary color
Monochromatic Colors of #13111A
Black with #13111A
Text Example
Text Example
White with #13111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13111A; }
p { color: rgb(19,17,26); }
H1.HeaderClassName
{
color: #13111A;
}
.AnyTagClassName
{
color: #13111A;
}
</style>
background-color css
<style>
a { background-color: #13111A; }
a { background-color: rgb(19,17,26); }
div.DivClassName
{
background-color: #13111A;
}
.BgClassName
{
background-color: #13111A;
}
</style>
border-color css
<style>
span { border-color: #13111A; }
span { border-color: rgb(19,17,26); }
td.TdClassName
{
border-color: #13111A;
}
.TagClassName
{
border-color: #13111A;
}
</style>