Shades of Jaguar #201F33
Tints of Jaguar #201F33
RGB
CMYK
RGB Variations
Color information
#201F33 (or 0x201F33) is known color: Jaguar. HEX triplet: 20, 1F and 33. RGB value is (32,31,51). Sum of RGB (Red+Green+Blue) = 32+31+51=114 (15% of max value = 765). Red value is 32 (12.89% from 255 or 28.07% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 51 (20.31% from 255 or 44.74% from 114); Max value from RGB is 51 - color contains mainly: blue. Hex color #201F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201F33 is #DFE0CC. Grayscale: #212121. Windows color (decimal): -14672077 or 3350304. OLE color: 3350304.
HSL color Cylindrical-coordinate representation of color #201F33: hue angle of 243º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #201F33 is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 32 | 31 | 51 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.8 |
| HSL | 243º | 0.24% | 0.16% | - |
| HSV(B) | 243º | 0.39% | 0.2% | - |
| XYZ | 1.68 | 1.53 | 3.34 | - |
| YUV | 33.58 | 137.83 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 51 | 0.37 | 0.39 | 0 | 0.8 | 243 | 0.24 | 0.16 |
| Hex | 20 | 1F | 33 | 25 | 27 | 0 | 50 | F3 | 18 | 10 |
| Octal | 40 | 37 | 63 | 45 | 47 | 0 | 120 | 363 | 30 | 20 |
| Binary | 100000 | 11111 | 110011 | 100101 | 100111 | 0 | 1010000 | 11110011 | 11000 | 10000 |
Color Harmonies of #201F33
Complementary color
Monochromatic Colors of #201F33
Black with #201F33
Text Example
Text Example
White with #201F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201F33; }
p { color: rgb(32,31,51); }
H1.HeaderClassName
{
color: #201F33;
}
.AnyTagClassName
{
color: #201F33;
}
</style>
background-color css
<style>
a { background-color: #201F33; }
a { background-color: rgb(32,31,51); }
div.DivClassName
{
background-color: #201F33;
}
.BgClassName
{
background-color: #201F33;
}
</style>
border-color css
<style>
span { border-color: #201F33; }
span { border-color: rgb(32,31,51); }
td.TdClassName
{
border-color: #201F33;
}
.TagClassName
{
border-color: #201F33;
}
</style>