Shades of Elephant #2E383F
Tints of Elephant #2E383F
RGB
CMYK
RGB Variations
Color information
#2E383F (or 0x2E383F) is known color: Elephant. HEX triplet: 2E, 38 and 3F. RGB value is (46,56,63). Sum of RGB (Red+Green+Blue) = 46+56+63=165 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.88% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 63 - color contains mainly: blue. Hex color #2E383F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E383F is #D1C7C0. Grayscale: #353535. Windows color (decimal): -13748161 or 4143150. OLE color: 4143150.
HSL color Cylindrical-coordinate representation of color #2E383F: hue angle of 204.71º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2E383F is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 56 | 63 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.75 |
| HSL | 204.71º | 0.16% | 0.21% | - |
| HSV(B) | 204.71º | 0.27% | 0.25% | - |
| XYZ | 3.44 | 3.77 | 5.25 | - |
| YUV | 53.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 56 | 63 | 0.27 | 0.11 | 0 | 0.75 | 204.71 | 0.16 | 0.21 |
| Hex | 2E | 38 | 3F | 1B | B | 0 | 4B | CD | 10 | 15 |
| Octal | 56 | 70 | 77 | 33 | 13 | 0 | 113 | 315 | 20 | 25 |
| Binary | 101110 | 111000 | 111111 | 11011 | 1011 | 0 | 1001011 | 11001101 | 10000 | 10101 |
Color Harmonies of #2E383F
Complementary color
Monochromatic Colors of #2E383F
Black with #2E383F
Text Example
Text Example
White with #2E383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E383F; }
p { color: rgb(46,56,63); }
H1.HeaderClassName
{
color: #2E383F;
}
.AnyTagClassName
{
color: #2E383F;
}
</style>
background-color css
<style>
a { background-color: #2E383F; }
a { background-color: rgb(46,56,63); }
div.DivClassName
{
background-color: #2E383F;
}
.BgClassName
{
background-color: #2E383F;
}
</style>
border-color css
<style>
span { border-color: #2E383F; }
span { border-color: rgb(46,56,63); }
td.TdClassName
{
border-color: #2E383F;
}
.TagClassName
{
border-color: #2E383F;
}
</style>