Shades of Jaguar #130E24
Tints of Jaguar #130E24
RGB
CMYK
RGB Variations
Color information
#130E24 (or 0x130E24) is known color: Jaguar. HEX triplet: 13, 0E and 24. RGB value is (19,14,36). Sum of RGB (Red+Green+Blue) = 19+14+36=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 14 (5.86% from 255 or 20.29% from 69); Blue value is 36 (14.45% from 255 or 52.17% from 69); Max value from RGB is 36 - color contains mainly: blue. Hex color #130E24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130E24 is #ECF1DB. Grayscale: #111111. Windows color (decimal): -15528412 or 2362899. OLE color: 2362899.
HSL color Cylindrical-coordinate representation of color #130E24: hue angle of 253.64º degrees, saturation: 0.44, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #130E24 is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 14 | 36 | - |
| CMYK | 0.47 | 0.61 | 0 | 0.86 |
| HSL | 253.64º | 0.44% | 0.1% | - |
| HSV(B) | 253.64º | 0.61% | 0.14% | - |
| XYZ | 0.74 | 0.58 | 1.74 | - |
| YUV | 18 | 138.16 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 14 | 36 | 0.47 | 0.61 | 0 | 0.86 | 253.64 | 0.44 | 0.1 |
| Hex | 13 | E | 24 | 2F | 3D | 0 | 56 | FE | 2C | A |
| Octal | 23 | 16 | 44 | 57 | 75 | 0 | 126 | 376 | 54 | 12 |
| Binary | 10011 | 1110 | 100100 | 101111 | 111101 | 0 | 1010110 | 11111110 | 101100 | 1010 |
Color Harmonies of #130E24
Complementary color
Monochromatic Colors of #130E24
Black with #130E24
Text Example
Text Example
White with #130E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130E24; }
p { color: rgb(19,14,36); }
H1.HeaderClassName
{
color: #130E24;
}
.AnyTagClassName
{
color: #130E24;
}
</style>
background-color css
<style>
a { background-color: #130E24; }
a { background-color: rgb(19,14,36); }
div.DivClassName
{
background-color: #130E24;
}
.BgClassName
{
background-color: #130E24;
}
</style>
border-color css
<style>
span { border-color: #130E24; }
span { border-color: rgb(19,14,36); }
td.TdClassName
{
border-color: #130E24;
}
.TagClassName
{
border-color: #130E24;
}
</style>