Shades of Jaguar #15102B
Tints of Jaguar #15102B
RGB
CMYK
RGB Variations
Color information
#15102B (or 0x15102B) is known color: Jaguar. HEX triplet: 15, 10 and 2B. RGB value is (21,16,43). Sum of RGB (Red+Green+Blue) = 21+16+43=80 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.25% from 80); Green value is 16 (6.64% from 255 or 20% from 80); Blue value is 43 (17.19% from 255 or 53.75% from 80); Max value from RGB is 43 - color contains mainly: blue. Hex color #15102B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15102B is #EAEFD4. Grayscale: #141414. Windows color (decimal): -15396821 or 2822165. OLE color: 2822165.
HSL color Cylindrical-coordinate representation of color #15102B: hue angle of 251.11º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #15102B is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 21 | 16 | 43 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.83 |
| HSL | 251.11º | 0.46% | 0.12% | - |
| HSV(B) | 251.11º | 0.63% | 0.17% | - |
| XYZ | 0.93 | 0.7 | 2.37 | - |
| YUV | 20.57 | 140.66 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 16 | 43 | 0.51 | 0.63 | 0 | 0.83 | 251.11 | 0.46 | 0.12 |
| Hex | 15 | 10 | 2B | 33 | 3F | 0 | 53 | FB | 2E | C |
| Octal | 25 | 20 | 53 | 63 | 77 | 0 | 123 | 373 | 56 | 14 |
| Binary | 10101 | 10000 | 101011 | 110011 | 111111 | 0 | 1010011 | 11111011 | 101110 | 1100 |
Color Harmonies of #15102B
Complementary color
Monochromatic Colors of #15102B
Black with #15102B
Text Example
Text Example
White with #15102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15102B; }
p { color: rgb(21,16,43); }
H1.HeaderClassName
{
color: #15102B;
}
.AnyTagClassName
{
color: #15102B;
}
</style>
background-color css
<style>
a { background-color: #15102B; }
a { background-color: rgb(21,16,43); }
div.DivClassName
{
background-color: #15102B;
}
.BgClassName
{
background-color: #15102B;
}
</style>
border-color css
<style>
span { border-color: #15102B; }
span { border-color: rgb(21,16,43); }
td.TdClassName
{
border-color: #15102B;
}
.TagClassName
{
border-color: #15102B;
}
</style>