Shades of Jaguar #201E38
Tints of Jaguar #201E38
RGB
CMYK
RGB Variations
Color information
#201E38 (or 0x201E38) is known color: Jaguar. HEX triplet: 20, 1E and 38. RGB value is (32,30,56). Sum of RGB (Red+Green+Blue) = 32+30+56=118 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.12% from 118); Green value is 30 (12.11% from 255 or 25.42% from 118); Blue value is 56 (22.27% from 255 or 47.46% from 118); Max value from RGB is 56 - color contains mainly: blue. Hex color #201E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201E38 is #DFE1C7. Grayscale: #212121. Windows color (decimal): -14672328 or 3677728. OLE color: 3677728.
HSL color Cylindrical-coordinate representation of color #201E38: hue angle of 244.62º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #201E38 is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 30 | 56 | - |
| CMYK | 0.43 | 0.46 | 0 | 0.78 |
| HSL | 244.62º | 0.3% | 0.17% | - |
| HSV(B) | 244.62º | 0.46% | 0.22% | - |
| XYZ | 1.77 | 1.52 | 3.94 | - |
| YUV | 33.56 | 140.66 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 56 | 0.43 | 0.46 | 0 | 0.78 | 244.62 | 0.3 | 0.17 |
| Hex | 20 | 1E | 38 | 2B | 2E | 0 | 4E | F5 | 1E | 11 |
| Octal | 40 | 36 | 70 | 53 | 56 | 0 | 116 | 365 | 36 | 21 |
| Binary | 100000 | 11110 | 111000 | 101011 | 101110 | 0 | 1001110 | 11110101 | 11110 | 10001 |
Color Harmonies of #201E38
Complementary color
Monochromatic Colors of #201E38
Black with #201E38
Text Example
Text Example
White with #201E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201E38; }
p { color: rgb(32,30,56); }
H1.HeaderClassName
{
color: #201E38;
}
.AnyTagClassName
{
color: #201E38;
}
</style>
background-color css
<style>
a { background-color: #201E38; }
a { background-color: rgb(32,30,56); }
div.DivClassName
{
background-color: #201E38;
}
.BgClassName
{
background-color: #201E38;
}
</style>
border-color css
<style>
span { border-color: #201E38; }
span { border-color: rgb(32,30,56); }
td.TdClassName
{
border-color: #201E38;
}
.TagClassName
{
border-color: #201E38;
}
</style>