Shades of Jaguar #24232D
Tints of Jaguar #24232D
RGB
CMYK
RGB Variations
Color information
#24232D (or 0x24232D) is known color: Jaguar. HEX triplet: 24, 23 and 2D. RGB value is (36,35,45). Sum of RGB (Red+Green+Blue) = 36+35+45=116 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.03% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 45 (17.97% from 255 or 38.79% from 116); Max value from RGB is 45 - color contains mainly: blue. Hex color #24232D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24232D is #DBDCD2. Grayscale: #242424. Windows color (decimal): -14408915 or 2958116. OLE color: 2958116.
HSL color Cylindrical-coordinate representation of color #24232D: hue angle of 246º 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 #24232D is Cyan = 0.2, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 35 | 45 | - |
| CMYK | 0.2 | 0.22 | 0 | 0.82 |
| HSL | 246º | 0.13% | 0.16% | - |
| HSV(B) | 246º | 0.22% | 0.18% | - |
| XYZ | 1.8 | 1.77 | 2.73 | - |
| YUV | 36.44 | 132.83 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 35 | 45 | 0.2 | 0.22 | 0 | 0.82 | 246 | 0.13 | 0.16 |
| Hex | 24 | 23 | 2D | 14 | 16 | 0 | 52 | F6 | C | 10 |
| Octal | 44 | 43 | 55 | 24 | 26 | 0 | 122 | 366 | 14 | 20 |
| Binary | 100100 | 100011 | 101101 | 10100 | 10110 | 0 | 1010010 | 11110110 | 1100 | 10000 |
Color Harmonies of #24232D
Complementary color
Monochromatic Colors of #24232D
Black with #24232D
Text Example
Text Example
White with #24232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24232D; }
p { color: rgb(36,35,45); }
H1.HeaderClassName
{
color: #24232D;
}
.AnyTagClassName
{
color: #24232D;
}
</style>
background-color css
<style>
a { background-color: #24232D; }
a { background-color: rgb(36,35,45); }
div.DivClassName
{
background-color: #24232D;
}
.BgClassName
{
background-color: #24232D;
}
</style>
border-color css
<style>
span { border-color: #24232D; }
span { border-color: rgb(36,35,45); }
td.TdClassName
{
border-color: #24232D;
}
.TagClassName
{
border-color: #24232D;
}
</style>