Shades of Jaguar #201E33
Tints of Jaguar #201E33
RGB
CMYK
RGB Variations
Color information
#201E33 (or 0x201E33) is known color: Jaguar. HEX triplet: 20, 1E and 33. RGB value is (32,30,51). Sum of RGB (Red+Green+Blue) = 32+30+51=113 (14% of max value = 765). Red value is 32 (12.89% from 255 or 28.32% from 113); Green value is 30 (12.11% from 255 or 26.55% from 113); Blue value is 51 (20.31% from 255 or 45.13% from 113); Max value from RGB is 51 - color contains mainly: blue. Hex color #201E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201E33 is #DFE1CC. Grayscale: #202020. Windows color (decimal): -14672333 or 3350048. OLE color: 3350048.
HSL color Cylindrical-coordinate representation of color #201E33: hue angle of 245.71º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #201E33 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 32 | 30 | 51 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.8 |
| HSL | 245.71º | 0.26% | 0.16% | - |
| HSV(B) | 245.71º | 0.41% | 0.2% | - |
| XYZ | 1.66 | 1.47 | 3.33 | - |
| YUV | 32.99 | 138.16 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 51 | 0.37 | 0.41 | 0 | 0.8 | 245.71 | 0.26 | 0.16 |
| Hex | 20 | 1E | 33 | 25 | 29 | 0 | 50 | F6 | 1A | 10 |
| Octal | 40 | 36 | 63 | 45 | 51 | 0 | 120 | 366 | 32 | 20 |
| Binary | 100000 | 11110 | 110011 | 100101 | 101001 | 0 | 1010000 | 11110110 | 11010 | 10000 |
Color Harmonies of #201E33
Complementary color
Monochromatic Colors of #201E33
Black with #201E33
Text Example
Text Example
White with #201E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201E33; }
p { color: rgb(32,30,51); }
H1.HeaderClassName
{
color: #201E33;
}
.AnyTagClassName
{
color: #201E33;
}
</style>
background-color css
<style>
a { background-color: #201E33; }
a { background-color: rgb(32,30,51); }
div.DivClassName
{
background-color: #201E33;
}
.BgClassName
{
background-color: #201E33;
}
</style>
border-color css
<style>
span { border-color: #201E33; }
span { border-color: rgb(32,30,51); }
td.TdClassName
{
border-color: #201E33;
}
.TagClassName
{
border-color: #201E33;
}
</style>