Shades of Jaguar #130F1F
Tints of Jaguar #130F1F
RGB
CMYK
RGB Variations
Color information
#130F1F (or 0x130F1F) is known color: Jaguar. HEX triplet: 13, 0F and 1F. RGB value is (19,15,31). Sum of RGB (Red+Green+Blue) = 19+15+31=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 15 (6.25% from 255 or 23.08% from 65); Blue value is 31 (12.5% from 255 or 47.69% from 65); Max value from RGB is 31 - color contains mainly: blue. Hex color #130F1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F1F is #ECF0E0. Grayscale: #111111. Windows color (decimal): -15528161 or 2035475. OLE color: 2035475.
HSL color Cylindrical-coordinate representation of color #130F1F: hue angle of 255º degrees, saturation: 0.35, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #130F1F is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 15 | 31 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.88 |
| HSL | 255º | 0.35% | 0.09% | - |
| HSV(B) | 255º | 0.52% | 0.12% | - |
| XYZ | 0.69 | 0.58 | 1.37 | - |
| YUV | 18.02 | 135.33 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 15 | 31 | 0.39 | 0.52 | 0 | 0.88 | 255 | 0.35 | 0.09 |
| Hex | 13 | F | 1F | 27 | 34 | 0 | 58 | FF | 23 | 9 |
| Octal | 23 | 17 | 37 | 47 | 64 | 0 | 130 | 377 | 43 | 11 |
| Binary | 10011 | 1111 | 11111 | 100111 | 110100 | 0 | 1011000 | 11111111 | 100011 | 1001 |
Color Harmonies of #130F1F
Complementary color
Monochromatic Colors of #130F1F
Black with #130F1F
Text Example
Text Example
White with #130F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130F1F; }
p { color: rgb(19,15,31); }
H1.HeaderClassName
{
color: #130F1F;
}
.AnyTagClassName
{
color: #130F1F;
}
</style>
background-color css
<style>
a { background-color: #130F1F; }
a { background-color: rgb(19,15,31); }
div.DivClassName
{
background-color: #130F1F;
}
.BgClassName
{
background-color: #130F1F;
}
</style>
border-color css
<style>
span { border-color: #130F1F; }
span { border-color: rgb(19,15,31); }
td.TdClassName
{
border-color: #130F1F;
}
.TagClassName
{
border-color: #130F1F;
}
</style>