Shades of Jaguar #201E3A
Tints of Jaguar #201E3A
RGB
CMYK
RGB Variations
Color information
#201E3A (or 0x201E3A) is known color: Jaguar. HEX triplet: 20, 1E and 3A. RGB value is (32,30,58). Sum of RGB (Red+Green+Blue) = 32+30+58=120 (15% of max value = 765). Red value is 32 (12.89% from 255 or 26.67% from 120); Green value is 30 (12.11% from 255 or 25% from 120); Blue value is 58 (23.05% from 255 or 48.33% from 120); Max value from RGB is 58 - color contains mainly: blue. Hex color #201E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201E3A is #DFE1C5. Grayscale: #212121. Windows color (decimal): -14672326 or 3808800. OLE color: 3808800.
HSL color Cylindrical-coordinate representation of color #201E3A: hue angle of 244.29º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #201E3A is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
RGB | 32 | 30 | 58 | - |
CMYK | 0.45 | 0.48 | 0 | 0.77 |
HSL | 244.29º | 0.32% | 0.17% | - |
HSV(B) | 244.29º | 0.48% | 0.23% | - |
XYZ | 1.82 | 1.54 | 4.2 | - |
YUV | 33.79 | 141.66 | 126.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 30 | 58 | 0.45 | 0.48 | 0 | 0.77 | 244.29 | 0.32 | 0.17 |
Hex | 20 | 1E | 3A | 2D | 30 | 0 | 4D | F4 | 20 | 11 |
Octal | 40 | 36 | 72 | 55 | 60 | 0 | 115 | 364 | 40 | 21 |
Binary | 100000 | 11110 | 111010 | 101101 | 110000 | 0 | 1001101 | 11110100 | 100000 | 10001 |
Color Harmonies of #201E3A
Complementary color
Monochromatic Colors of #201E3A
Black with #201E3A
Text Example
Text Example
White with #201E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201E3A; }
p { color: rgb(32,30,58); }
H1.HeaderClassName
{
color: #201E3A;
}
.AnyTagClassName
{
color: #201E3A;
}
</style>
background-color css
<style>
a { background-color: #201E3A; }
a { background-color: rgb(32,30,58); }
div.DivClassName
{
background-color: #201E3A;
}
.BgClassName
{
background-color: #201E3A;
}
</style>
border-color css
<style>
span { border-color: #201E3A; }
span { border-color: rgb(32,30,58); }
td.TdClassName
{
border-color: #201E3A;
}
.TagClassName
{
border-color: #201E3A;
}
</style>