Shades of Jaguar #242425
Tints of Jaguar #242425
RGB
CMYK
RGB Variations
Color information
#242425 (or 0x242425) is known color: Jaguar. HEX triplet: 24, 24 and 25. RGB value is (36,36,37). Sum of RGB (Red+Green+Blue) = 36+36+37=109 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.03% from 109); Green value is 36 (14.45% from 255 or 33.03% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 37 - color contains mainly: blue. Hex color #242425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242425 is #DBDBDA. Grayscale: #242424. Windows color (decimal): -14408667 or 2434084. OLE color: 2434084.
HSL color Cylindrical-coordinate representation of color #242425: hue angle of 240º degrees, saturation: 0.01, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #242425 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 36 | 37 | - |
| CMYK | 0.03 | 0.03 | 0 | 0.85 |
| HSL | 240º | 0.01% | 0.14% | - |
| HSV(B) | 240º | 0.03% | 0.15% | - |
| XYZ | 1.69 | 1.77 | 2 | - |
| YUV | 36.11 | 128.5 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 36 | 37 | 0.03 | 0.03 | 0 | 0.85 | 240 | 0.01 | 0.14 |
| Hex | 24 | 24 | 25 | 3 | 3 | 0 | 55 | F0 | 1 | E |
| Octal | 44 | 44 | 45 | 3 | 3 | 0 | 125 | 360 | 1 | 16 |
| Binary | 100100 | 100100 | 100101 | 11 | 11 | 0 | 1010101 | 11110000 | 1 | 1110 |
Color Harmonies of #242425
Complementary color
Monochromatic Colors of #242425
Black with #242425
Text Example
Text Example
White with #242425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242425; }
p { color: rgb(36,36,37); }
H1.HeaderClassName
{
color: #242425;
}
.AnyTagClassName
{
color: #242425;
}
</style>
background-color css
<style>
a { background-color: #242425; }
a { background-color: rgb(36,36,37); }
div.DivClassName
{
background-color: #242425;
}
.BgClassName
{
background-color: #242425;
}
</style>
border-color css
<style>
span { border-color: #242425; }
span { border-color: rgb(36,36,37); }
td.TdClassName
{
border-color: #242425;
}
.TagClassName
{
border-color: #242425;
}
</style>