Shades of Jaguar #151229
Tints of Jaguar #151229
RGB
CMYK
RGB Variations
Color information
#151229 (or 0x151229) is known color: Jaguar. HEX triplet: 15, 12 and 29. RGB value is (21,18,41). Sum of RGB (Red+Green+Blue) = 21+18+41=80 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.25% from 80); Green value is 18 (7.42% from 255 or 22.5% from 80); Blue value is 41 (16.41% from 255 or 51.25% from 80); Max value from RGB is 41 - color contains mainly: blue. Hex color #151229 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151229 is #EAEDD6. Grayscale: #151515. Windows color (decimal): -15396311 or 2691605. OLE color: 2691605.
HSL color Cylindrical-coordinate representation of color #151229: hue angle of 247.83º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #151229 is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 21 | 18 | 41 | - |
| CMYK | 0.49 | 0.56 | 0 | 0.84 |
| HSL | 247.83º | 0.39% | 0.12% | - |
| HSV(B) | 247.83º | 0.56% | 0.16% | - |
| XYZ | 0.93 | 0.75 | 2.19 | - |
| YUV | 21.52 | 138.99 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 18 | 41 | 0.49 | 0.56 | 0 | 0.84 | 247.83 | 0.39 | 0.12 |
| Hex | 15 | 12 | 29 | 31 | 38 | 0 | 54 | F8 | 27 | C |
| Octal | 25 | 22 | 51 | 61 | 70 | 0 | 124 | 370 | 47 | 14 |
| Binary | 10101 | 10010 | 101001 | 110001 | 111000 | 0 | 1010100 | 11111000 | 100111 | 1100 |
Color Harmonies of #151229
Complementary color
Monochromatic Colors of #151229
Black with #151229
Text Example
Text Example
White with #151229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151229; }
p { color: rgb(21,18,41); }
H1.HeaderClassName
{
color: #151229;
}
.AnyTagClassName
{
color: #151229;
}
</style>
background-color css
<style>
a { background-color: #151229; }
a { background-color: rgb(21,18,41); }
div.DivClassName
{
background-color: #151229;
}
.BgClassName
{
background-color: #151229;
}
</style>
border-color css
<style>
span { border-color: #151229; }
span { border-color: rgb(21,18,41); }
td.TdClassName
{
border-color: #151229;
}
.TagClassName
{
border-color: #151229;
}
</style>