Shades of Jaguar #15103A
Tints of Jaguar #15103A
RGB
CMYK
RGB Variations
Color information
#15103A (or 0x15103A) is known color: Jaguar. HEX triplet: 15, 10 and 3A. RGB value is (21,16,58). Sum of RGB (Red+Green+Blue) = 21+16+58=95 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.11% from 95); Green value is 16 (6.64% from 255 or 16.84% from 95); Blue value is 58 (23.05% from 255 or 61.05% from 95); Max value from RGB is 58 - color contains mainly: blue. Hex color #15103A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15103A is #EAEFC5. Grayscale: #161616. Windows color (decimal): -15396806 or 3805205. OLE color: 3805205.
HSL color Cylindrical-coordinate representation of color #15103A: hue angle of 247.14º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #15103A is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 21 | 16 | 58 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.77 |
| HSL | 247.14º | 0.57% | 0.15% | - |
| HSV(B) | 247.14º | 0.72% | 0.23% | - |
| XYZ | 1.26 | 0.84 | 4.1 | - |
| YUV | 22.28 | 148.16 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 16 | 58 | 0.64 | 0.72 | 0 | 0.77 | 247.14 | 0.57 | 0.15 |
| Hex | 15 | 10 | 3A | 40 | 48 | 0 | 4D | F7 | 39 | F |
| Octal | 25 | 20 | 72 | 100 | 110 | 0 | 115 | 367 | 71 | 17 |
| Binary | 10101 | 10000 | 111010 | 1000000 | 1001000 | 0 | 1001101 | 11110111 | 111001 | 1111 |
Color Harmonies of #15103A
Complementary color
Monochromatic Colors of #15103A
Black with #15103A
Text Example
Text Example
White with #15103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15103A; }
p { color: rgb(21,16,58); }
H1.HeaderClassName
{
color: #15103A;
}
.AnyTagClassName
{
color: #15103A;
}
</style>
background-color css
<style>
a { background-color: #15103A; }
a { background-color: rgb(21,16,58); }
div.DivClassName
{
background-color: #15103A;
}
.BgClassName
{
background-color: #15103A;
}
</style>
border-color css
<style>
span { border-color: #15103A; }
span { border-color: rgb(21,16,58); }
td.TdClassName
{
border-color: #15103A;
}
.TagClassName
{
border-color: #15103A;
}
</style>