Shades of Jaguar #130F20
Tints of Jaguar #130F20
RGB
CMYK
RGB Variations
Color information
#130F20 (or 0x130F20) is known color: Jaguar. HEX triplet: 13, 0F and 20. RGB value is (19,15,32). Sum of RGB (Red+Green+Blue) = 19+15+32=66 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.79% from 66); Green value is 15 (6.25% from 255 or 22.73% from 66); Blue value is 32 (12.89% from 255 or 48.48% from 66); Max value from RGB is 32 - color contains mainly: blue. Hex color #130F20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F20 is #ECF0DF. Grayscale: #121212. Windows color (decimal): -15528160 or 2101011. OLE color: 2101011.
HSL color Cylindrical-coordinate representation of color #130F20: hue angle of 254.12º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #130F20 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 19 | 15 | 32 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.87 |
| HSL | 254.12º | 0.36% | 0.09% | - |
| HSV(B) | 254.12º | 0.53% | 0.13% | - |
| XYZ | 0.7 | 0.58 | 1.44 | - |
| YUV | 18.13 | 135.83 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 15 | 32 | 0.41 | 0.53 | 0 | 0.87 | 254.12 | 0.36 | 0.09 |
| Hex | 13 | F | 20 | 29 | 35 | 0 | 57 | FE | 24 | 9 |
| Octal | 23 | 17 | 40 | 51 | 65 | 0 | 127 | 376 | 44 | 11 |
| Binary | 10011 | 1111 | 100000 | 101001 | 110101 | 0 | 1010111 | 11111110 | 100100 | 1001 |
Color Harmonies of #130F20
Complementary color
Monochromatic Colors of #130F20
Black with #130F20
Text Example
Text Example
White with #130F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130F20; }
p { color: rgb(19,15,32); }
H1.HeaderClassName
{
color: #130F20;
}
.AnyTagClassName
{
color: #130F20;
}
</style>
background-color css
<style>
a { background-color: #130F20; }
a { background-color: rgb(19,15,32); }
div.DivClassName
{
background-color: #130F20;
}
.BgClassName
{
background-color: #130F20;
}
</style>
border-color css
<style>
span { border-color: #130F20; }
span { border-color: rgb(19,15,32); }
td.TdClassName
{
border-color: #130F20;
}
.TagClassName
{
border-color: #130F20;
}
</style>