Shades of Jaguar #151222
Tints of Jaguar #151222
RGB
CMYK
RGB Variations
Color information
#151222 (or 0x151222) is known color: Jaguar. HEX triplet: 15, 12 and 22. RGB value is (21,18,34). Sum of RGB (Red+Green+Blue) = 21+18+34=73 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.77% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 34 (13.67% from 255 or 46.58% from 73); Max value from RGB is 34 - color contains mainly: blue. Hex color #151222 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151222 is #EAEDDD. Grayscale: #141414. Windows color (decimal): -15396318 or 2232853. OLE color: 2232853.
HSL color Cylindrical-coordinate representation of color #151222: hue angle of 251.25º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #151222 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 21 | 18 | 34 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.87 |
| HSL | 251.25º | 0.31% | 0.1% | - |
| HSV(B) | 251.25º | 0.47% | 0.13% | - |
| XYZ | 0.81 | 0.71 | 1.61 | - |
| YUV | 20.72 | 135.49 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 18 | 34 | 0.38 | 0.47 | 0 | 0.87 | 251.25 | 0.31 | 0.1 |
| Hex | 15 | 12 | 22 | 26 | 2F | 0 | 57 | FB | 1F | A |
| Octal | 25 | 22 | 42 | 46 | 57 | 0 | 127 | 373 | 37 | 12 |
| Binary | 10101 | 10010 | 100010 | 100110 | 101111 | 0 | 1010111 | 11111011 | 11111 | 1010 |
Color Harmonies of #151222
Complementary color
Monochromatic Colors of #151222
Black with #151222
Text Example
Text Example
White with #151222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151222; }
p { color: rgb(21,18,34); }
H1.HeaderClassName
{
color: #151222;
}
.AnyTagClassName
{
color: #151222;
}
</style>
background-color css
<style>
a { background-color: #151222; }
a { background-color: rgb(21,18,34); }
div.DivClassName
{
background-color: #151222;
}
.BgClassName
{
background-color: #151222;
}
</style>
border-color css
<style>
span { border-color: #151222; }
span { border-color: rgb(21,18,34); }
td.TdClassName
{
border-color: #151222;
}
.TagClassName
{
border-color: #151222;
}
</style>