Shades of Jaguar #130D2E
Tints of Jaguar #130D2E
RGB
CMYK
RGB Variations
Color information
#130D2E (or 0x130D2E) is known color: Jaguar. HEX triplet: 13, 0D and 2E. RGB value is (19,13,46). Sum of RGB (Red+Green+Blue) = 19+13+46=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 13 (5.47% from 255 or 16.67% from 78); Blue value is 46 (18.36% from 255 or 58.97% from 78); Max value from RGB is 46 - color contains mainly: blue. Hex color #130D2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130D2E is #ECF2D1. Grayscale: #121212. Windows color (decimal): -15528658 or 3018003. OLE color: 3018003.
HSL color Cylindrical-coordinate representation of color #130D2E: hue angle of 250.91º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #130D2E is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 13 | 46 | - |
| CMYK | 0.59 | 0.72 | 0 | 0.82 |
| HSL | 250.91º | 0.56% | 0.12% | - |
| HSV(B) | 250.91º | 0.72% | 0.18% | - |
| XYZ | 0.91 | 0.62 | 2.66 | - |
| YUV | 18.56 | 143.49 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 46 | 0.59 | 0.72 | 0 | 0.82 | 250.91 | 0.56 | 0.12 |
| Hex | 13 | D | 2E | 3B | 48 | 0 | 52 | FB | 38 | C |
| Octal | 23 | 15 | 56 | 73 | 110 | 0 | 122 | 373 | 70 | 14 |
| Binary | 10011 | 1101 | 101110 | 111011 | 1001000 | 0 | 1010010 | 11111011 | 111000 | 1100 |
Color Harmonies of #130D2E
Complementary color
Monochromatic Colors of #130D2E
Black with #130D2E
Text Example
Text Example
White with #130D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130D2E; }
p { color: rgb(19,13,46); }
H1.HeaderClassName
{
color: #130D2E;
}
.AnyTagClassName
{
color: #130D2E;
}
</style>
background-color css
<style>
a { background-color: #130D2E; }
a { background-color: rgb(19,13,46); }
div.DivClassName
{
background-color: #130D2E;
}
.BgClassName
{
background-color: #130D2E;
}
</style>
border-color css
<style>
span { border-color: #130D2E; }
span { border-color: rgb(19,13,46); }
td.TdClassName
{
border-color: #130D2E;
}
.TagClassName
{
border-color: #130D2E;
}
</style>