Shades of Jaguar #25242C
Tints of Jaguar #25242C
RGB
CMYK
RGB Variations
Color information
#25242C (or 0x25242C) is known color: Jaguar. HEX triplet: 25, 24 and 2C. RGB value is (37,36,44). Sum of RGB (Red+Green+Blue) = 37+36+44=117 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.62% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 44 (17.58% from 255 or 37.61% from 117); Max value from RGB is 44 - color contains mainly: blue. Hex color #25242C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25242C is #DADBD3. Grayscale: #252525. Windows color (decimal): -14343124 or 2892837. OLE color: 2892837.
HSL color Cylindrical-coordinate representation of color #25242C: hue angle of 247.5º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #25242C is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 37 | 36 | 44 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.83 |
| HSL | 247.5º | 0.1% | 0.16% | - |
| HSV(B) | 247.5º | 0.18% | 0.17% | - |
| XYZ | 1.85 | 1.84 | 2.64 | - |
| YUV | 37.21 | 131.83 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 36 | 44 | 0.16 | 0.18 | 0 | 0.83 | 247.5 | 0.1 | 0.16 |
| Hex | 25 | 24 | 2C | 10 | 12 | 0 | 53 | F8 | A | 10 |
| Octal | 45 | 44 | 54 | 20 | 22 | 0 | 123 | 370 | 12 | 20 |
| Binary | 100101 | 100100 | 101100 | 10000 | 10010 | 0 | 1010011 | 11111000 | 1010 | 10000 |
Color Harmonies of #25242C
Complementary color
Monochromatic Colors of #25242C
Black with #25242C
Text Example
Text Example
White with #25242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25242C; }
p { color: rgb(37,36,44); }
H1.HeaderClassName
{
color: #25242C;
}
.AnyTagClassName
{
color: #25242C;
}
</style>
background-color css
<style>
a { background-color: #25242C; }
a { background-color: rgb(37,36,44); }
div.DivClassName
{
background-color: #25242C;
}
.BgClassName
{
background-color: #25242C;
}
</style>
border-color css
<style>
span { border-color: #25242C; }
span { border-color: rgb(37,36,44); }
td.TdClassName
{
border-color: #25242C;
}
.TagClassName
{
border-color: #25242C;
}
</style>