Shades of Elephant #20323B
Tints of Elephant #20323B
RGB
CMYK
RGB Variations
Color information
#20323B (or 0x20323B) is known color: Elephant. HEX triplet: 20, 32 and 3B. RGB value is (32,50,59). Sum of RGB (Red+Green+Blue) = 32+50+59=141 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.70% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 59 (23.44% from 255 or 41.84% from 141); Max value from RGB is 59 - color contains mainly: blue. Hex color #20323B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20323B is #DFCDC4. Grayscale: #2D2D2D. Windows color (decimal): -14667205 or 3879456. OLE color: 3879456.
HSL color Cylindrical-coordinate representation of color #20323B: hue angle of 200º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #20323B is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 32 | 50 | 59 | - |
| CMYK | 0.46 | 0.15 | 0 | 0.77 |
| HSL | 200º | 0.3% | 0.18% | - |
| HSV(B) | 200º | 0.46% | 0.23% | - |
| XYZ | 2.53 | 2.9 | 4.57 | - |
| YUV | 45.64 | 135.54 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 50 | 59 | 0.46 | 0.15 | 0 | 0.77 | 200 | 0.3 | 0.18 |
| Hex | 20 | 32 | 3B | 2E | F | 0 | 4D | C8 | 1E | 12 |
| Octal | 40 | 62 | 73 | 56 | 17 | 0 | 115 | 310 | 36 | 22 |
| Binary | 100000 | 110010 | 111011 | 101110 | 1111 | 0 | 1001101 | 11001000 | 11110 | 10010 |
Color Harmonies of #20323B
Complementary color
Monochromatic Colors of #20323B
Black with #20323B
Text Example
Text Example
White with #20323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20323B; }
p { color: rgb(32,50,59); }
H1.HeaderClassName
{
color: #20323B;
}
.AnyTagClassName
{
color: #20323B;
}
</style>
background-color css
<style>
a { background-color: #20323B; }
a { background-color: rgb(32,50,59); }
div.DivClassName
{
background-color: #20323B;
}
.BgClassName
{
background-color: #20323B;
}
</style>
border-color css
<style>
span { border-color: #20323B; }
span { border-color: rgb(32,50,59); }
td.TdClassName
{
border-color: #20323B;
}
.TagClassName
{
border-color: #20323B;
}
</style>