Shades of Jaguar #24232E
Tints of Jaguar #24232E
RGB
CMYK
RGB Variations
Color information
#24232E (or 0x24232E) is known color: Jaguar. HEX triplet: 24, 23 and 2E. RGB value is (36,35,46). Sum of RGB (Red+Green+Blue) = 36+35+46=117 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.77% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 46 (18.36% from 255 or 39.32% from 117); Max value from RGB is 46 - color contains mainly: blue. Hex color #24232E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24232E is #DBDCD1. Grayscale: #242424. Windows color (decimal): -14408914 or 3023652. OLE color: 3023652.
HSL color Cylindrical-coordinate representation of color #24232E: hue angle of 245.45º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #24232E is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 35 | 46 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.82 |
| HSL | 245.45º | 0.14% | 0.16% | - |
| HSV(B) | 245.45º | 0.24% | 0.18% | - |
| XYZ | 1.82 | 1.77 | 2.83 | - |
| YUV | 36.55 | 133.33 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 35 | 46 | 0.22 | 0.24 | 0 | 0.82 | 245.45 | 0.14 | 0.16 |
| Hex | 24 | 23 | 2E | 16 | 18 | 0 | 52 | F5 | E | 10 |
| Octal | 44 | 43 | 56 | 26 | 30 | 0 | 122 | 365 | 16 | 20 |
| Binary | 100100 | 100011 | 101110 | 10110 | 11000 | 0 | 1010010 | 11110101 | 1110 | 10000 |
Color Harmonies of #24232E
Complementary color
Monochromatic Colors of #24232E
Black with #24232E
Text Example
Text Example
White with #24232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24232E; }
p { color: rgb(36,35,46); }
H1.HeaderClassName
{
color: #24232E;
}
.AnyTagClassName
{
color: #24232E;
}
</style>
background-color css
<style>
a { background-color: #24232E; }
a { background-color: rgb(36,35,46); }
div.DivClassName
{
background-color: #24232E;
}
.BgClassName
{
background-color: #24232E;
}
</style>
border-color css
<style>
span { border-color: #24232E; }
span { border-color: rgb(36,35,46); }
td.TdClassName
{
border-color: #24232E;
}
.TagClassName
{
border-color: #24232E;
}
</style>