Shades of Elephant #20333D
Tints of Elephant #20333D
RGB
CMYK
RGB Variations
Color information
#20333D (or 0x20333D) is known color: Elephant. HEX triplet: 20, 33 and 3D. RGB value is (32,51,61). Sum of RGB (Red+Green+Blue) = 32+51+61=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 61 - color contains mainly: blue. Hex color #20333D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20333D is #DFCCC2. Grayscale: #2E2E2E. Windows color (decimal): -14666947 or 4010784. OLE color: 4010784.
HSL color Cylindrical-coordinate representation of color #20333D: hue angle of 200.69º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #20333D is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 51 | 61 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.76 |
| HSL | 200.69º | 0.31% | 0.18% | - |
| HSV(B) | 200.69º | 0.48% | 0.24% | - |
| XYZ | 2.62 | 3.01 | 4.86 | - |
| YUV | 46.46 | 136.21 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 51 | 61 | 0.48 | 0.16 | 0 | 0.76 | 200.69 | 0.31 | 0.18 |
| Hex | 20 | 33 | 3D | 30 | 10 | 0 | 4C | C9 | 1F | 12 |
| Octal | 40 | 63 | 75 | 60 | 20 | 0 | 114 | 311 | 37 | 22 |
| Binary | 100000 | 110011 | 111101 | 110000 | 10000 | 0 | 1001100 | 11001001 | 11111 | 10010 |
Color Harmonies of #20333D
Complementary color
Monochromatic Colors of #20333D
Black with #20333D
Text Example
Text Example
White with #20333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20333D; }
p { color: rgb(32,51,61); }
H1.HeaderClassName
{
color: #20333D;
}
.AnyTagClassName
{
color: #20333D;
}
</style>
background-color css
<style>
a { background-color: #20333D; }
a { background-color: rgb(32,51,61); }
div.DivClassName
{
background-color: #20333D;
}
.BgClassName
{
background-color: #20333D;
}
</style>
border-color css
<style>
span { border-color: #20333D; }
span { border-color: rgb(32,51,61); }
td.TdClassName
{
border-color: #20333D;
}
.TagClassName
{
border-color: #20333D;
}
</style>