Shades of Jaguar #242431
Tints of Jaguar #242431
RGB
CMYK
RGB Variations
Color information
#242431 (or 0x242431) is known color: Jaguar. HEX triplet: 24, 24 and 31. RGB value is (36,36,49). Sum of RGB (Red+Green+Blue) = 36+36+49=121 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.75% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 49 (19.53% from 255 or 40.50% from 121); Max value from RGB is 49 - color contains mainly: blue. Hex color #242431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242431 is #DBDBCE. Grayscale: #252525. Windows color (decimal): -14408655 or 3220516. OLE color: 3220516.
HSL color Cylindrical-coordinate representation of color #242431: hue angle of 240º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #242431 is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 36 | 36 | 49 | - |
| CMYK | 0.27 | 0.27 | 0 | 0.81 |
| HSL | 240º | 0.15% | 0.17% | - |
| HSV(B) | 240º | 0.27% | 0.19% | - |
| XYZ | 1.91 | 1.86 | 3.16 | - |
| YUV | 37.48 | 134.5 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 36 | 49 | 0.27 | 0.27 | 0 | 0.81 | 240 | 0.15 | 0.17 |
| Hex | 24 | 24 | 31 | 1B | 1B | 0 | 51 | F0 | F | 11 |
| Octal | 44 | 44 | 61 | 33 | 33 | 0 | 121 | 360 | 17 | 21 |
| Binary | 100100 | 100100 | 110001 | 11011 | 11011 | 0 | 1010001 | 11110000 | 1111 | 10001 |
Color Harmonies of #242431
Complementary color
Monochromatic Colors of #242431
Black with #242431
Text Example
Text Example
White with #242431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242431; }
p { color: rgb(36,36,49); }
H1.HeaderClassName
{
color: #242431;
}
.AnyTagClassName
{
color: #242431;
}
</style>
background-color css
<style>
a { background-color: #242431; }
a { background-color: rgb(36,36,49); }
div.DivClassName
{
background-color: #242431;
}
.BgClassName
{
background-color: #242431;
}
</style>
border-color css
<style>
span { border-color: #242431; }
span { border-color: rgb(36,36,49); }
td.TdClassName
{
border-color: #242431;
}
.TagClassName
{
border-color: #242431;
}
</style>