Shades of Jaguar #25242F
Tints of Jaguar #25242F
RGB
CMYK
RGB Variations
Color information
#25242F (or 0x25242F) is known color: Jaguar. HEX triplet: 25, 24 and 2F. RGB value is (37,36,47). Sum of RGB (Red+Green+Blue) = 37+36+47=120 (15% of max value = 765). Red value is 37 (14.84% from 255 or 30.83% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 47 (18.75% from 255 or 39.17% from 120); Max value from RGB is 47 - color contains mainly: blue. Hex color #25242F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25242F is #DADBD0. Grayscale: #252525. Windows color (decimal): -14343121 or 3089445. OLE color: 3089445.
HSL color Cylindrical-coordinate representation of color #25242F: hue angle of 245.45º degrees, saturation: 0.13, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #25242F is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 36 | 47 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.82 |
| HSL | 245.45º | 0.13% | 0.16% | - |
| HSV(B) | 245.45º | 0.23% | 0.18% | - |
| XYZ | 1.91 | 1.86 | 2.95 | - |
| YUV | 37.55 | 133.33 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 36 | 47 | 0.21 | 0.23 | 0 | 0.82 | 245.45 | 0.13 | 0.16 |
| Hex | 25 | 24 | 2F | 15 | 17 | 0 | 52 | F5 | D | 10 |
| Octal | 45 | 44 | 57 | 25 | 27 | 0 | 122 | 365 | 15 | 20 |
| Binary | 100101 | 100100 | 101111 | 10101 | 10111 | 0 | 1010010 | 11110101 | 1101 | 10000 |
Color Harmonies of #25242F
Complementary color
Monochromatic Colors of #25242F
Black with #25242F
Text Example
Text Example
White with #25242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25242F; }
p { color: rgb(37,36,47); }
H1.HeaderClassName
{
color: #25242F;
}
.AnyTagClassName
{
color: #25242F;
}
</style>
background-color css
<style>
a { background-color: #25242F; }
a { background-color: rgb(37,36,47); }
div.DivClassName
{
background-color: #25242F;
}
.BgClassName
{
background-color: #25242F;
}
</style>
border-color css
<style>
span { border-color: #25242F; }
span { border-color: rgb(37,36,47); }
td.TdClassName
{
border-color: #25242F;
}
.TagClassName
{
border-color: #25242F;
}
</style>