Shades of Jaguar #15102A
Tints of Jaguar #15102A
RGB
CMYK
RGB Variations
Color information
#15102A (or 0x15102A) is known color: Jaguar. HEX triplet: 15, 10 and 2A. RGB value is (21,16,42). Sum of RGB (Red+Green+Blue) = 21+16+42=79 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.58% from 79); Green value is 16 (6.64% from 255 or 20.25% from 79); Blue value is 42 (16.80% from 255 or 53.16% from 79); Max value from RGB is 42 - color contains mainly: blue. Hex color #15102A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15102A is #EAEFD5. Grayscale: #141414. Windows color (decimal): -15396822 or 2756629. OLE color: 2756629.
HSL color Cylindrical-coordinate representation of color #15102A: hue angle of 251.54º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #15102A is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 21 | 16 | 42 | - |
| CMYK | 0.50 | 0.62 | 0 | 0.84 |
| HSL | 251.54º | 0.45% | 0.11% | - |
| HSV(B) | 251.54º | 0.62% | 0.16% | - |
| XYZ | 0.91 | 0.7 | 2.28 | - |
| YUV | 20.46 | 140.16 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 16 | 42 | 0.50 | 0.62 | 0 | 0.84 | 251.54 | 0.45 | 0.11 |
| Hex | 15 | 10 | 2A | 32 | 3E | 0 | 54 | FC | 2D | B |
| Octal | 25 | 20 | 52 | 62 | 76 | 0 | 124 | 374 | 55 | 13 |
| Binary | 10101 | 10000 | 101010 | 110010 | 111110 | 0 | 1010100 | 11111100 | 101101 | 1011 |
Color Harmonies of #15102A
Complementary color
Monochromatic Colors of #15102A
Black with #15102A
Text Example
Text Example
White with #15102A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15102A; }
p { color: rgb(21,16,42); }
H1.HeaderClassName
{
color: #15102A;
}
.AnyTagClassName
{
color: #15102A;
}
</style>
background-color css
<style>
a { background-color: #15102A; }
a { background-color: rgb(21,16,42); }
div.DivClassName
{
background-color: #15102A;
}
.BgClassName
{
background-color: #15102A;
}
</style>
border-color css
<style>
span { border-color: #15102A; }
span { border-color: rgb(21,16,42); }
td.TdClassName
{
border-color: #15102A;
}
.TagClassName
{
border-color: #15102A;
}
</style>