Shades of Jaguar #242428
Tints of Jaguar #242428
RGB
CMYK
RGB Variations
Color information
#242428 (or 0x242428) is known color: Jaguar. HEX triplet: 24, 24 and 28. RGB value is (36,36,40). Sum of RGB (Red+Green+Blue) = 36+36+40=112 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.14% from 112); Green value is 36 (14.45% from 255 or 32.14% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 40 - color contains mainly: blue. Hex color #242428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242428 is #DBDBD7. Grayscale: #242424. Windows color (decimal): -14408664 or 2630692. OLE color: 2630692.
HSL color Cylindrical-coordinate representation of color #242428: hue angle of 240º degrees, saturation: 0.05, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #242428 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 36 | 40 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.84 |
| HSL | 240º | 0.05% | 0.15% | - |
| HSV(B) | 240º | 0.1% | 0.16% | - |
| XYZ | 1.74 | 1.79 | 2.26 | - |
| YUV | 36.46 | 130 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 36 | 40 | 0.10 | 0.10 | 0 | 0.84 | 240 | 0.05 | 0.15 |
| Hex | 24 | 24 | 28 | A | A | 0 | 54 | F0 | 5 | F |
| Octal | 44 | 44 | 50 | 12 | 12 | 0 | 124 | 360 | 5 | 17 |
| Binary | 100100 | 100100 | 101000 | 1010 | 1010 | 0 | 1010100 | 11110000 | 101 | 1111 |
Color Harmonies of #242428
Complementary color
Monochromatic Colors of #242428
Black with #242428
Text Example
Text Example
White with #242428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242428; }
p { color: rgb(36,36,40); }
H1.HeaderClassName
{
color: #242428;
}
.AnyTagClassName
{
color: #242428;
}
</style>
background-color css
<style>
a { background-color: #242428; }
a { background-color: rgb(36,36,40); }
div.DivClassName
{
background-color: #242428;
}
.BgClassName
{
background-color: #242428;
}
</style>
border-color css
<style>
span { border-color: #242428; }
span { border-color: rgb(36,36,40); }
td.TdClassName
{
border-color: #242428;
}
.TagClassName
{
border-color: #242428;
}
</style>