Shades of Jaguar #130E2C
Tints of Jaguar #130E2C
RGB
CMYK
RGB Variations
Color information
#130E2C (or 0x130E2C) is known color: Jaguar. HEX triplet: 13, 0E and 2C. RGB value is (19,14,44). Sum of RGB (Red+Green+Blue) = 19+14+44=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 14 (5.86% from 255 or 18.18% from 77); Blue value is 44 (17.58% from 255 or 57.14% from 77); Max value from RGB is 44 - color contains mainly: blue. Hex color #130E2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130E2C is #ECF1D3. Grayscale: #121212. Windows color (decimal): -15528404 or 2887187. OLE color: 2887187.
HSL color Cylindrical-coordinate representation of color #130E2C: hue angle of 250º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #130E2C is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 19 | 14 | 44 | - |
| CMYK | 0.57 | 0.68 | 0 | 0.83 |
| HSL | 250º | 0.52% | 0.11% | - |
| HSV(B) | 250º | 0.68% | 0.17% | - |
| XYZ | 0.88 | 0.63 | 2.46 | - |
| YUV | 18.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 14 | 44 | 0.57 | 0.68 | 0 | 0.83 | 250 | 0.52 | 0.11 |
| Hex | 13 | E | 2C | 39 | 44 | 0 | 53 | FA | 34 | B |
| Octal | 23 | 16 | 54 | 71 | 104 | 0 | 123 | 372 | 64 | 13 |
| Binary | 10011 | 1110 | 101100 | 111001 | 1000100 | 0 | 1010011 | 11111010 | 110100 | 1011 |
Color Harmonies of #130E2C
Complementary color
Monochromatic Colors of #130E2C
Black with #130E2C
Text Example
Text Example
White with #130E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130E2C; }
p { color: rgb(19,14,44); }
H1.HeaderClassName
{
color: #130E2C;
}
.AnyTagClassName
{
color: #130E2C;
}
</style>
background-color css
<style>
a { background-color: #130E2C; }
a { background-color: rgb(19,14,44); }
div.DivClassName
{
background-color: #130E2C;
}
.BgClassName
{
background-color: #130E2C;
}
</style>
border-color css
<style>
span { border-color: #130E2C; }
span { border-color: rgb(19,14,44); }
td.TdClassName
{
border-color: #130E2C;
}
.TagClassName
{
border-color: #130E2C;
}
</style>