Shades of Jaguar #201F2A
Tints of Jaguar #201F2A
RGB
CMYK
RGB Variations
Color information
#201F2A (or 0x201F2A) is known color: Jaguar. HEX triplet: 20, 1F and 2A. RGB value is (32,31,42). Sum of RGB (Red+Green+Blue) = 32+31+42=105 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.48% from 105); Green value is 31 (12.5% from 255 or 29.52% from 105); Blue value is 42 (16.80% from 255 or 40% from 105); Max value from RGB is 42 - color contains mainly: blue. Hex color #201F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201F2A is #DFE0D5. Grayscale: #202020. Windows color (decimal): -14672086 or 2760480. OLE color: 2760480.
HSL color Cylindrical-coordinate representation of color #201F2A: hue angle of 245.45º degrees, saturation: 0.15, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #201F2A is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 32 | 31 | 42 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.84 |
| HSL | 245.45º | 0.15% | 0.14% | - |
| HSV(B) | 245.45º | 0.26% | 0.16% | - |
| XYZ | 1.5 | 1.45 | 2.39 | - |
| YUV | 32.55 | 133.33 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 42 | 0.24 | 0.26 | 0 | 0.84 | 245.45 | 0.15 | 0.14 |
| Hex | 20 | 1F | 2A | 18 | 1A | 0 | 54 | F5 | F | E |
| Octal | 40 | 37 | 52 | 30 | 32 | 0 | 124 | 365 | 17 | 16 |
| Binary | 100000 | 11111 | 101010 | 11000 | 11010 | 0 | 1010100 | 11110101 | 1111 | 1110 |
Color Harmonies of #201F2A
Complementary color
Monochromatic Colors of #201F2A
Black with #201F2A
Text Example
Text Example
White with #201F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201F2A; }
p { color: rgb(32,31,42); }
H1.HeaderClassName
{
color: #201F2A;
}
.AnyTagClassName
{
color: #201F2A;
}
</style>
background-color css
<style>
a { background-color: #201F2A; }
a { background-color: rgb(32,31,42); }
div.DivClassName
{
background-color: #201F2A;
}
.BgClassName
{
background-color: #201F2A;
}
</style>
border-color css
<style>
span { border-color: #201F2A; }
span { border-color: rgb(32,31,42); }
td.TdClassName
{
border-color: #201F2A;
}
.TagClassName
{
border-color: #201F2A;
}
</style>