Shades of Jaguar #15102C
Tints of Jaguar #15102C
RGB
CMYK
RGB Variations
Color information
#15102C (or 0x15102C) is known color: Jaguar. HEX triplet: 15, 10 and 2C. RGB value is (21,16,44). Sum of RGB (Red+Green+Blue) = 21+16+44=81 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.93% from 81); Green value is 16 (6.64% from 255 or 19.75% from 81); Blue value is 44 (17.58% from 255 or 54.32% from 81); Max value from RGB is 44 - color contains mainly: blue. Hex color #15102C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15102C is #EAEFD3. Grayscale: #141414. Windows color (decimal): -15396820 or 2887701. OLE color: 2887701.
HSL color Cylindrical-coordinate representation of color #15102C: hue angle of 250.71º degrees, saturation: 0.47, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #15102C is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 21 | 16 | 44 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.83 |
| HSL | 250.71º | 0.47% | 0.12% | - |
| HSV(B) | 250.71º | 0.64% | 0.17% | - |
| XYZ | 0.95 | 0.71 | 2.47 | - |
| YUV | 20.69 | 141.16 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 16 | 44 | 0.52 | 0.64 | 0 | 0.83 | 250.71 | 0.47 | 0.12 |
| Hex | 15 | 10 | 2C | 34 | 40 | 0 | 53 | FB | 2F | C |
| Octal | 25 | 20 | 54 | 64 | 100 | 0 | 123 | 373 | 57 | 14 |
| Binary | 10101 | 10000 | 101100 | 110100 | 1000000 | 0 | 1010011 | 11111011 | 101111 | 1100 |
Color Harmonies of #15102C
Complementary color
Monochromatic Colors of #15102C
Black with #15102C
Text Example
Text Example
White with #15102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15102C; }
p { color: rgb(21,16,44); }
H1.HeaderClassName
{
color: #15102C;
}
.AnyTagClassName
{
color: #15102C;
}
</style>
background-color css
<style>
a { background-color: #15102C; }
a { background-color: rgb(21,16,44); }
div.DivClassName
{
background-color: #15102C;
}
.BgClassName
{
background-color: #15102C;
}
</style>
border-color css
<style>
span { border-color: #15102C; }
span { border-color: rgb(21,16,44); }
td.TdClassName
{
border-color: #15102C;
}
.TagClassName
{
border-color: #15102C;
}
</style>