Shades of Jaguar #151031
Tints of Jaguar #151031
RGB
CMYK
RGB Variations
Color information
#151031 (or 0x151031) is known color: Jaguar. HEX triplet: 15, 10 and 31. RGB value is (21,16,49). Sum of RGB (Red+Green+Blue) = 21+16+49=86 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.42% from 86); Green value is 16 (6.64% from 255 or 18.60% from 86); Blue value is 49 (19.53% from 255 or 56.98% from 86); Max value from RGB is 49 - color contains mainly: blue. Hex color #151031 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151031 is #EAEFCE. Grayscale: #151515. Windows color (decimal): -15396815 or 3215381. OLE color: 3215381.
HSL color Cylindrical-coordinate representation of color #151031: hue angle of 249.09º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #151031 is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 21 | 16 | 49 | - |
| CMYK | 0.57 | 0.67 | 0 | 0.81 |
| HSL | 249.09º | 0.51% | 0.13% | - |
| HSV(B) | 249.09º | 0.67% | 0.19% | - |
| XYZ | 1.05 | 0.75 | 3 | - |
| YUV | 21.26 | 143.66 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 16 | 49 | 0.57 | 0.67 | 0 | 0.81 | 249.09 | 0.51 | 0.13 |
| Hex | 15 | 10 | 31 | 39 | 43 | 0 | 51 | F9 | 33 | D |
| Octal | 25 | 20 | 61 | 71 | 103 | 0 | 121 | 371 | 63 | 15 |
| Binary | 10101 | 10000 | 110001 | 111001 | 1000011 | 0 | 1010001 | 11111001 | 110011 | 1101 |
Color Harmonies of #151031
Complementary color
Monochromatic Colors of #151031
Black with #151031
Text Example
Text Example
White with #151031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151031; }
p { color: rgb(21,16,49); }
H1.HeaderClassName
{
color: #151031;
}
.AnyTagClassName
{
color: #151031;
}
</style>
background-color css
<style>
a { background-color: #151031; }
a { background-color: rgb(21,16,49); }
div.DivClassName
{
background-color: #151031;
}
.BgClassName
{
background-color: #151031;
}
</style>
border-color css
<style>
span { border-color: #151031; }
span { border-color: rgb(21,16,49); }
td.TdClassName
{
border-color: #151031;
}
.TagClassName
{
border-color: #151031;
}
</style>