Shades of Jaguar #201F25
Tints of Jaguar #201F25
RGB
CMYK
RGB Variations
Color information
#201F25 (or 0x201F25) is known color: Jaguar. HEX triplet: 20, 1F and 25. RGB value is (32,31,37). Sum of RGB (Red+Green+Blue) = 32+31+37=100 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32% from 100); Green value is 31 (12.5% from 255 or 31% from 100); Blue value is 37 (14.84% from 255 or 37% from 100); Max value from RGB is 37 - color contains mainly: blue. Hex color #201F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201F25 is #DFE0DA. Grayscale: #1F1F1F. Windows color (decimal): -14672091 or 2432800. OLE color: 2432800.
HSL color Cylindrical-coordinate representation of color #201F25: hue angle of 250º degrees, saturation: 0.09, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #201F25 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 32 | 31 | 37 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.85 |
| HSL | 250º | 0.09% | 0.13% | - |
| HSV(B) | 250º | 0.16% | 0.15% | - |
| XYZ | 1.42 | 1.42 | 1.95 | - |
| YUV | 31.98 | 130.83 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 37 | 0.14 | 0.16 | 0 | 0.85 | 250 | 0.09 | 0.13 |
| Hex | 20 | 1F | 25 | E | 10 | 0 | 55 | FA | 9 | D |
| Octal | 40 | 37 | 45 | 16 | 20 | 0 | 125 | 372 | 11 | 15 |
| Binary | 100000 | 11111 | 100101 | 1110 | 10000 | 0 | 1010101 | 11111010 | 1001 | 1101 |
Color Harmonies of #201F25
Complementary color
Monochromatic Colors of #201F25
Black with #201F25
Text Example
Text Example
White with #201F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201F25; }
p { color: rgb(32,31,37); }
H1.HeaderClassName
{
color: #201F25;
}
.AnyTagClassName
{
color: #201F25;
}
</style>
background-color css
<style>
a { background-color: #201F25; }
a { background-color: rgb(32,31,37); }
div.DivClassName
{
background-color: #201F25;
}
.BgClassName
{
background-color: #201F25;
}
</style>
border-color css
<style>
span { border-color: #201F25; }
span { border-color: rgb(32,31,37); }
td.TdClassName
{
border-color: #201F25;
}
.TagClassName
{
border-color: #201F25;
}
</style>