Shades of Ebony #2E3237
Tints of Ebony #2E3237
RGB
CMYK
RGB Variations
Color information
#2E3237 (or 0x2E3237) is known color: Ebony. HEX triplet: 2E, 32 and 37. RGB value is (46,50,55). Sum of RGB (Red+Green+Blue) = 46+50+55=151 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.46% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 55 (21.88% from 255 or 36.42% from 151); Max value from RGB is 55 - color contains mainly: blue. Hex color #2E3237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3237 is #D1CDC8. Grayscale: #313131. Windows color (decimal): -13749705 or 3617326. OLE color: 3617326.
HSL color Cylindrical-coordinate representation of color #2E3237: hue angle of 213.33º degrees, saturation: 0.09, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #2E3237 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 50 | 55 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.78 |
| HSL | 213.33º | 0.09% | 0.2% | - |
| HSV(B) | 213.33º | 0.16% | 0.22% | - |
| XYZ | 2.96 | 3.14 | 4.06 | - |
| YUV | 49.37 | 131.17 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 50 | 55 | 0.16 | 0.09 | 0 | 0.78 | 213.33 | 0.09 | 0.2 |
| Hex | 2E | 32 | 37 | 10 | 9 | 0 | 4E | D5 | 9 | 14 |
| Octal | 56 | 62 | 67 | 20 | 11 | 0 | 116 | 325 | 11 | 24 |
| Binary | 101110 | 110010 | 110111 | 10000 | 1001 | 0 | 1001110 | 11010101 | 1001 | 10100 |
Color Harmonies of #2E3237
Complementary color
Monochromatic Colors of #2E3237
Black with #2E3237
Text Example
Text Example
White with #2E3237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3237; }
p { color: rgb(46,50,55); }
H1.HeaderClassName
{
color: #2E3237;
}
.AnyTagClassName
{
color: #2E3237;
}
</style>
background-color css
<style>
a { background-color: #2E3237; }
a { background-color: rgb(46,50,55); }
div.DivClassName
{
background-color: #2E3237;
}
.BgClassName
{
background-color: #2E3237;
}
</style>
border-color css
<style>
span { border-color: #2E3237; }
span { border-color: rgb(46,50,55); }
td.TdClassName
{
border-color: #2E3237;
}
.TagClassName
{
border-color: #2E3237;
}
</style>