Shades of Ebony #2E333B
Tints of Ebony #2E333B
RGB
CMYK
RGB Variations
Color information
#2E333B (or 0x2E333B) is known color: Ebony. HEX triplet: 2E, 33 and 3B. RGB value is (46,51,59). Sum of RGB (Red+Green+Blue) = 46+51+59=156 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.49% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 59 (23.44% from 255 or 37.82% from 156); Max value from RGB is 59 - color contains mainly: blue. Hex color #2E333B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E333B is #D1CCC4. Grayscale: #323232. Windows color (decimal): -13749445 or 3879726. OLE color: 3879726.
HSL color Cylindrical-coordinate representation of color #2E333B: hue angle of 216.92º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2E333B is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 46 | 51 | 59 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.77 |
| HSL | 216.92º | 0.12% | 0.21% | - |
| HSV(B) | 216.92º | 0.22% | 0.23% | - |
| XYZ | 3.1 | 3.26 | 4.6 | - |
| YUV | 50.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 51 | 59 | 0.22 | 0.14 | 0 | 0.77 | 216.92 | 0.12 | 0.21 |
| Hex | 2E | 33 | 3B | 16 | E | 0 | 4D | D9 | C | 15 |
| Octal | 56 | 63 | 73 | 26 | 16 | 0 | 115 | 331 | 14 | 25 |
| Binary | 101110 | 110011 | 111011 | 10110 | 1110 | 0 | 1001101 | 11011001 | 1100 | 10101 |
Color Harmonies of #2E333B
Complementary color
Monochromatic Colors of #2E333B
Black with #2E333B
Text Example
Text Example
White with #2E333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E333B; }
p { color: rgb(46,51,59); }
H1.HeaderClassName
{
color: #2E333B;
}
.AnyTagClassName
{
color: #2E333B;
}
</style>
background-color css
<style>
a { background-color: #2E333B; }
a { background-color: rgb(46,51,59); }
div.DivClassName
{
background-color: #2E333B;
}
.BgClassName
{
background-color: #2E333B;
}
</style>
border-color css
<style>
span { border-color: #2E333B; }
span { border-color: rgb(46,51,59); }
td.TdClassName
{
border-color: #2E333B;
}
.TagClassName
{
border-color: #2E333B;
}
</style>