Shades of Jaguar #242429
Tints of Jaguar #242429
RGB
CMYK
RGB Variations
Color information
#242429 (or 0x242429) is known color: Jaguar. HEX triplet: 24, 24 and 29. RGB value is (36,36,41). Sum of RGB (Red+Green+Blue) = 36+36+41=113 (14% of max value = 765). Red value is 36 (14.45% from 255 or 31.86% from 113); Green value is 36 (14.45% from 255 or 31.86% from 113); Blue value is 41 (16.41% from 255 or 36.28% from 113); Max value from RGB is 41 - color contains mainly: blue. Hex color #242429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242429 is #DBDBD6. Grayscale: #242424. Windows color (decimal): -14408663 or 2696228. OLE color: 2696228.
HSL color Cylindrical-coordinate representation of color #242429: hue angle of 240º degrees, saturation: 0.06, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #242429 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 36 | 41 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.84 |
| HSL | 240º | 0.06% | 0.15% | - |
| HSV(B) | 240º | 0.12% | 0.16% | - |
| XYZ | 1.76 | 1.8 | 2.35 | - |
| YUV | 36.57 | 130.5 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 36 | 41 | 0.12 | 0.12 | 0 | 0.84 | 240 | 0.06 | 0.15 |
| Hex | 24 | 24 | 29 | C | C | 0 | 54 | F0 | 6 | F |
| Octal | 44 | 44 | 51 | 14 | 14 | 0 | 124 | 360 | 6 | 17 |
| Binary | 100100 | 100100 | 101001 | 1100 | 1100 | 0 | 1010100 | 11110000 | 110 | 1111 |
Color Harmonies of #242429
Complementary color
Monochromatic Colors of #242429
Black with #242429
Text Example
Text Example
White with #242429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242429; }
p { color: rgb(36,36,41); }
H1.HeaderClassName
{
color: #242429;
}
.AnyTagClassName
{
color: #242429;
}
</style>
background-color css
<style>
a { background-color: #242429; }
a { background-color: rgb(36,36,41); }
div.DivClassName
{
background-color: #242429;
}
.BgClassName
{
background-color: #242429;
}
</style>
border-color css
<style>
span { border-color: #242429; }
span { border-color: rgb(36,36,41); }
td.TdClassName
{
border-color: #242429;
}
.TagClassName
{
border-color: #242429;
}
</style>