Shades of Jaguar #13101C
Tints of Jaguar #13101C
RGB
CMYK
RGB Variations
Color information
#13101C (or 0x13101C) is known color: Jaguar. HEX triplet: 13, 10 and 1C. RGB value is (19,16,28). Sum of RGB (Red+Green+Blue) = 19+16+28=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 16 (6.64% from 255 or 25.40% from 63); Blue value is 28 (11.33% from 255 or 44.44% from 63); Max value from RGB is 28 - color contains mainly: blue. Hex color #13101C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13101C is #ECEFE3. Grayscale: #121212. Windows color (decimal): -15527908 or 1839123. OLE color: 1839123.
HSL color Cylindrical-coordinate representation of color #13101C: hue angle of 255º degrees, saturation: 0.27, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #13101C is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 16 | 28 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.89 |
| HSL | 255º | 0.27% | 0.09% | - |
| HSV(B) | 255º | 0.43% | 0.11% | - |
| XYZ | 0.66 | 0.59 | 1.18 | - |
| YUV | 18.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 16 | 28 | 0.32 | 0.43 | 0 | 0.89 | 255 | 0.27 | 0.09 |
| Hex | 13 | 10 | 1C | 20 | 2B | 0 | 59 | FF | 1B | 9 |
| Octal | 23 | 20 | 34 | 40 | 53 | 0 | 131 | 377 | 33 | 11 |
| Binary | 10011 | 10000 | 11100 | 100000 | 101011 | 0 | 1011001 | 11111111 | 11011 | 1001 |
Color Harmonies of #13101C
Complementary color
Monochromatic Colors of #13101C
Black with #13101C
Text Example
Text Example
White with #13101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13101C; }
p { color: rgb(19,16,28); }
H1.HeaderClassName
{
color: #13101C;
}
.AnyTagClassName
{
color: #13101C;
}
</style>
background-color css
<style>
a { background-color: #13101C; }
a { background-color: rgb(19,16,28); }
div.DivClassName
{
background-color: #13101C;
}
.BgClassName
{
background-color: #13101C;
}
</style>
border-color css
<style>
span { border-color: #13101C; }
span { border-color: rgb(19,16,28); }
td.TdClassName
{
border-color: #13101C;
}
.TagClassName
{
border-color: #13101C;
}
</style>