Shades of Jaguar #201F28
Tints of Jaguar #201F28
RGB
CMYK
RGB Variations
Color information
#201F28 (or 0x201F28) is known color: Jaguar. HEX triplet: 20, 1F and 28. RGB value is (32,31,40). Sum of RGB (Red+Green+Blue) = 32+31+40=103 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.07% from 103); Green value is 31 (12.5% from 255 or 30.10% from 103); Blue value is 40 (16.02% from 255 or 38.83% from 103); Max value from RGB is 40 - color contains mainly: blue. Hex color #201F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201F28 is #DFE0D7. Grayscale: #202020. Windows color (decimal): -14672088 or 2629408. OLE color: 2629408.
HSL color Cylindrical-coordinate representation of color #201F28: hue angle of 246.67º degrees, saturation: 0.13, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #201F28 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 32 | 31 | 40 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.84 |
| HSL | 246.67º | 0.13% | 0.14% | - |
| HSV(B) | 246.67º | 0.23% | 0.16% | - |
| XYZ | 1.47 | 1.44 | 2.21 | - |
| YUV | 32.33 | 132.33 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 40 | 0.20 | 0.22 | 0 | 0.84 | 246.67 | 0.13 | 0.14 |
| Hex | 20 | 1F | 28 | 14 | 16 | 0 | 54 | F7 | D | E |
| Octal | 40 | 37 | 50 | 24 | 26 | 0 | 124 | 367 | 15 | 16 |
| Binary | 100000 | 11111 | 101000 | 10100 | 10110 | 0 | 1010100 | 11110111 | 1101 | 1110 |
Color Harmonies of #201F28
Complementary color
Monochromatic Colors of #201F28
Black with #201F28
Text Example
Text Example
White with #201F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201F28; }
p { color: rgb(32,31,40); }
H1.HeaderClassName
{
color: #201F28;
}
.AnyTagClassName
{
color: #201F28;
}
</style>
background-color css
<style>
a { background-color: #201F28; }
a { background-color: rgb(32,31,40); }
div.DivClassName
{
background-color: #201F28;
}
.BgClassName
{
background-color: #201F28;
}
</style>
border-color css
<style>
span { border-color: #201F28; }
span { border-color: rgb(32,31,40); }
td.TdClassName
{
border-color: #201F28;
}
.TagClassName
{
border-color: #201F28;
}
</style>