Shades of Jaguar #151123
Tints of Jaguar #151123
RGB
CMYK
RGB Variations
Color information
#151123 (or 0x151123) is known color: Jaguar. HEX triplet: 15, 11 and 23. RGB value is (21,17,35). Sum of RGB (Red+Green+Blue) = 21+17+35=73 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.77% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 35 (14.06% from 255 or 47.95% from 73); Max value from RGB is 35 - color contains mainly: blue. Hex color #151123 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151123 is #EAEEDC. Grayscale: #141414. Windows color (decimal): -15396573 or 2298133. OLE color: 2298133.
HSL color Cylindrical-coordinate representation of color #151123: hue angle of 253.33º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #151123 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 21 | 17 | 35 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.86 |
| HSL | 253.33º | 0.35% | 0.1% | - |
| HSV(B) | 253.33º | 0.51% | 0.14% | - |
| XYZ | 0.81 | 0.68 | 1.68 | - |
| YUV | 20.25 | 136.33 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 17 | 35 | 0.40 | 0.51 | 0 | 0.86 | 253.33 | 0.35 | 0.1 |
| Hex | 15 | 11 | 23 | 28 | 33 | 0 | 56 | FD | 23 | A |
| Octal | 25 | 21 | 43 | 50 | 63 | 0 | 126 | 375 | 43 | 12 |
| Binary | 10101 | 10001 | 100011 | 101000 | 110011 | 0 | 1010110 | 11111101 | 100011 | 1010 |
Color Harmonies of #151123
Complementary color
Monochromatic Colors of #151123
Black with #151123
Text Example
Text Example
White with #151123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151123; }
p { color: rgb(21,17,35); }
H1.HeaderClassName
{
color: #151123;
}
.AnyTagClassName
{
color: #151123;
}
</style>
background-color css
<style>
a { background-color: #151123; }
a { background-color: rgb(21,17,35); }
div.DivClassName
{
background-color: #151123;
}
.BgClassName
{
background-color: #151123;
}
</style>
border-color css
<style>
span { border-color: #151123; }
span { border-color: rgb(21,17,35); }
td.TdClassName
{
border-color: #151123;
}
.TagClassName
{
border-color: #151123;
}
</style>