Shades of Jaguar #25252D
Tints of Jaguar #25252D
RGB
CMYK
RGB Variations
Color information
#25252D (or 0x25252D) is known color: Jaguar. HEX triplet: 25, 25 and 2D. RGB value is (37,37,45). Sum of RGB (Red+Green+Blue) = 37+37+45=119 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.09% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 45 (17.97% from 255 or 37.82% from 119); Max value from RGB is 45 - color contains mainly: blue. Hex color #25252D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25252D is #DADAD2. Grayscale: #252525. Windows color (decimal): -14342867 or 2958629. OLE color: 2958629.
HSL color Cylindrical-coordinate representation of color #25252D: hue angle of 240º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #25252D is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 37 | 45 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.82 |
| HSL | 240º | 0.1% | 0.16% | - |
| HSV(B) | 240º | 0.18% | 0.18% | - |
| XYZ | 1.9 | 1.91 | 2.75 | - |
| YUV | 37.91 | 132 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 37 | 45 | 0.18 | 0.18 | 0 | 0.82 | 240 | 0.1 | 0.16 |
| Hex | 25 | 25 | 2D | 12 | 12 | 0 | 52 | F0 | A | 10 |
| Octal | 45 | 45 | 55 | 22 | 22 | 0 | 122 | 360 | 12 | 20 |
| Binary | 100101 | 100101 | 101101 | 10010 | 10010 | 0 | 1010010 | 11110000 | 1010 | 10000 |
Color Harmonies of #25252D
Complementary color
Monochromatic Colors of #25252D
Black with #25252D
Text Example
Text Example
White with #25252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25252D; }
p { color: rgb(37,37,45); }
H1.HeaderClassName
{
color: #25252D;
}
.AnyTagClassName
{
color: #25252D;
}
</style>
background-color css
<style>
a { background-color: #25252D; }
a { background-color: rgb(37,37,45); }
div.DivClassName
{
background-color: #25252D;
}
.BgClassName
{
background-color: #25252D;
}
</style>
border-color css
<style>
span { border-color: #25252D; }
span { border-color: rgb(37,37,45); }
td.TdClassName
{
border-color: #25252D;
}
.TagClassName
{
border-color: #25252D;
}
</style>