Shades of Jaguar #24242D
Tints of Jaguar #24242D
RGB
CMYK
RGB Variations
Color information
#24242D (or 0x24242D) is known color: Jaguar. HEX triplet: 24, 24 and 2D. RGB value is (36,36,45). Sum of RGB (Red+Green+Blue) = 36+36+45=117 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.77% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 45 (17.97% from 255 or 38.46% from 117); Max value from RGB is 45 - color contains mainly: blue. Hex color #24242D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24242D is #DBDBD2. Grayscale: #242424. Windows color (decimal): -14408659 or 2958372. OLE color: 2958372.
HSL color Cylindrical-coordinate representation of color #24242D: hue angle of 240º degrees, saturation: 0.11, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #24242D is Cyan = 0.2, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 36 | 45 | - |
| CMYK | 0.2 | 0.2 | 0 | 0.82 |
| HSL | 240º | 0.11% | 0.16% | - |
| HSV(B) | 240º | 0.2% | 0.18% | - |
| XYZ | 1.83 | 1.83 | 2.74 | - |
| YUV | 37.03 | 132.5 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 36 | 45 | 0.2 | 0.2 | 0 | 0.82 | 240 | 0.11 | 0.16 |
| Hex | 24 | 24 | 2D | 14 | 14 | 0 | 52 | F0 | B | 10 |
| Octal | 44 | 44 | 55 | 24 | 24 | 0 | 122 | 360 | 13 | 20 |
| Binary | 100100 | 100100 | 101101 | 10100 | 10100 | 0 | 1010010 | 11110000 | 1011 | 10000 |
Color Harmonies of #24242D
Complementary color
Monochromatic Colors of #24242D
Black with #24242D
Text Example
Text Example
White with #24242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24242D; }
p { color: rgb(36,36,45); }
H1.HeaderClassName
{
color: #24242D;
}
.AnyTagClassName
{
color: #24242D;
}
</style>
background-color css
<style>
a { background-color: #24242D; }
a { background-color: rgb(36,36,45); }
div.DivClassName
{
background-color: #24242D;
}
.BgClassName
{
background-color: #24242D;
}
</style>
border-color css
<style>
span { border-color: #24242D; }
span { border-color: rgb(36,36,45); }
td.TdClassName
{
border-color: #24242D;
}
.TagClassName
{
border-color: #24242D;
}
</style>