Shades of Elephant #20373F
Tints of Elephant #20373F
RGB
CMYK
RGB Variations
Color information
#20373F (or 0x20373F) is known color: Elephant. HEX triplet: 20, 37 and 3F. RGB value is (32,55,63). Sum of RGB (Red+Green+Blue) = 32+55+63=150 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.33% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 63 - color contains mainly: blue. Hex color #20373F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20373F is #DFC8C0. Grayscale: #303030. Windows color (decimal): -14665921 or 4142880. OLE color: 4142880.
HSL color Cylindrical-coordinate representation of color #20373F: hue angle of 195.48º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #20373F is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 55 | 63 | - |
| CMYK | 0.49 | 0.13 | 0 | 0.75 |
| HSL | 195.48º | 0.33% | 0.19% | - |
| HSV(B) | 195.48º | 0.49% | 0.25% | - |
| XYZ | 2.86 | 3.4 | 5.21 | - |
| YUV | 49.04 | 135.88 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 55 | 63 | 0.49 | 0.13 | 0 | 0.75 | 195.48 | 0.33 | 0.19 |
| Hex | 20 | 37 | 3F | 31 | D | 0 | 4B | C3 | 21 | 13 |
| Octal | 40 | 67 | 77 | 61 | 15 | 0 | 113 | 303 | 41 | 23 |
| Binary | 100000 | 110111 | 111111 | 110001 | 1101 | 0 | 1001011 | 11000011 | 100001 | 10011 |
Color Harmonies of #20373F
Complementary color
Monochromatic Colors of #20373F
Black with #20373F
Text Example
Text Example
White with #20373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20373F; }
p { color: rgb(32,55,63); }
H1.HeaderClassName
{
color: #20373F;
}
.AnyTagClassName
{
color: #20373F;
}
</style>
background-color css
<style>
a { background-color: #20373F; }
a { background-color: rgb(32,55,63); }
div.DivClassName
{
background-color: #20373F;
}
.BgClassName
{
background-color: #20373F;
}
</style>
border-color css
<style>
span { border-color: #20373F; }
span { border-color: rgb(32,55,63); }
td.TdClassName
{
border-color: #20373F;
}
.TagClassName
{
border-color: #20373F;
}
</style>