Shades of Jaguar #15102D
Tints of Jaguar #15102D
RGB
CMYK
RGB Variations
Color information
#15102D (or 0x15102D) is known color: Jaguar. HEX triplet: 15, 10 and 2D. RGB value is (21,16,45). Sum of RGB (Red+Green+Blue) = 21+16+45=82 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.61% from 82); Green value is 16 (6.64% from 255 or 19.51% from 82); Blue value is 45 (17.97% from 255 or 54.88% from 82); Max value from RGB is 45 - color contains mainly: blue. Hex color #15102D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15102D is #EAEFD2. Grayscale: #141414. Windows color (decimal): -15396819 or 2953237. OLE color: 2953237.
HSL color Cylindrical-coordinate representation of color #15102D: hue angle of 250.34º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #15102D is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 16 | 45 | - |
| CMYK | 0.53 | 0.64 | 0 | 0.82 |
| HSL | 250.34º | 0.48% | 0.12% | - |
| HSV(B) | 250.34º | 0.64% | 0.18% | - |
| XYZ | 0.97 | 0.72 | 2.57 | - |
| YUV | 20.8 | 141.66 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 16 | 45 | 0.53 | 0.64 | 0 | 0.82 | 250.34 | 0.48 | 0.12 |
| Hex | 15 | 10 | 2D | 35 | 40 | 0 | 52 | FA | 30 | C |
| Octal | 25 | 20 | 55 | 65 | 100 | 0 | 122 | 372 | 60 | 14 |
| Binary | 10101 | 10000 | 101101 | 110101 | 1000000 | 0 | 1010010 | 11111010 | 110000 | 1100 |
Color Harmonies of #15102D
Complementary color
Monochromatic Colors of #15102D
Black with #15102D
Text Example
Text Example
White with #15102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15102D; }
p { color: rgb(21,16,45); }
H1.HeaderClassName
{
color: #15102D;
}
.AnyTagClassName
{
color: #15102D;
}
</style>
background-color css
<style>
a { background-color: #15102D; }
a { background-color: rgb(21,16,45); }
div.DivClassName
{
background-color: #15102D;
}
.BgClassName
{
background-color: #15102D;
}
</style>
border-color css
<style>
span { border-color: #15102D; }
span { border-color: rgb(21,16,45); }
td.TdClassName
{
border-color: #15102D;
}
.TagClassName
{
border-color: #15102D;
}
</style>