Shades of Jaguar #24242E
Tints of Jaguar #24242E
RGB
CMYK
RGB Variations
Color information
#24242E (or 0x24242E) is known color: Jaguar. HEX triplet: 24, 24 and 2E. RGB value is (36,36,46). Sum of RGB (Red+Green+Blue) = 36+36+46=118 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.51% from 118); Green value is 36 (14.45% from 255 or 30.51% from 118); Blue value is 46 (18.36% from 255 or 38.98% from 118); Max value from RGB is 46 - color contains mainly: blue. Hex color #24242E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24242E is #DBDBD1. Grayscale: #252525. Windows color (decimal): -14408658 or 3023908. OLE color: 3023908.
HSL color Cylindrical-coordinate representation of color #24242E: hue angle of 240º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #24242E is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 36 | 46 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.82 |
| HSL | 240º | 0.12% | 0.16% | - |
| HSV(B) | 240º | 0.22% | 0.18% | - |
| XYZ | 1.85 | 1.83 | 2.84 | - |
| YUV | 37.14 | 133 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 36 | 46 | 0.22 | 0.22 | 0 | 0.82 | 240 | 0.12 | 0.16 |
| Hex | 24 | 24 | 2E | 16 | 16 | 0 | 52 | F0 | C | 10 |
| Octal | 44 | 44 | 56 | 26 | 26 | 0 | 122 | 360 | 14 | 20 |
| Binary | 100100 | 100100 | 101110 | 10110 | 10110 | 0 | 1010010 | 11110000 | 1100 | 10000 |
Color Harmonies of #24242E
Complementary color
Monochromatic Colors of #24242E
Black with #24242E
Text Example
Text Example
White with #24242E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24242E; }
p { color: rgb(36,36,46); }
H1.HeaderClassName
{
color: #24242E;
}
.AnyTagClassName
{
color: #24242E;
}
</style>
background-color css
<style>
a { background-color: #24242E; }
a { background-color: rgb(36,36,46); }
div.DivClassName
{
background-color: #24242E;
}
.BgClassName
{
background-color: #24242E;
}
</style>
border-color css
<style>
span { border-color: #24242E; }
span { border-color: rgb(36,36,46); }
td.TdClassName
{
border-color: #24242E;
}
.TagClassName
{
border-color: #24242E;
}
</style>