Shades of Ebony #2E323B
Tints of Ebony #2E323B
RGB
CMYK
RGB Variations
Color information
#2E323B (or 0x2E323B) is known color: Ebony. HEX triplet: 2E, 32 and 3B. RGB value is (46,50,59). Sum of RGB (Red+Green+Blue) = 46+50+59=155 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.68% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 59 (23.44% from 255 or 38.06% from 155); Max value from RGB is 59 - color contains mainly: blue. Hex color #2E323B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E323B is #D1CDC4. Grayscale: #313131. Windows color (decimal): -13749701 or 3879470. OLE color: 3879470.
HSL color Cylindrical-coordinate representation of color #2E323B: hue angle of 221.54º 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 #2E323B is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 46 | 50 | 59 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.77 |
| HSL | 221.54º | 0.12% | 0.21% | - |
| HSV(B) | 221.54º | 0.22% | 0.23% | - |
| XYZ | 3.06 | 3.18 | 4.59 | - |
| YUV | 49.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 50 | 59 | 0.22 | 0.15 | 0 | 0.77 | 221.54 | 0.12 | 0.21 |
| Hex | 2E | 32 | 3B | 16 | F | 0 | 4D | DE | C | 15 |
| Octal | 56 | 62 | 73 | 26 | 17 | 0 | 115 | 336 | 14 | 25 |
| Binary | 101110 | 110010 | 111011 | 10110 | 1111 | 0 | 1001101 | 11011110 | 1100 | 10101 |
Color Harmonies of #2E323B
Complementary color
Monochromatic Colors of #2E323B
Black with #2E323B
Text Example
Text Example
White with #2E323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E323B; }
p { color: rgb(46,50,59); }
H1.HeaderClassName
{
color: #2E323B;
}
.AnyTagClassName
{
color: #2E323B;
}
</style>
background-color css
<style>
a { background-color: #2E323B; }
a { background-color: rgb(46,50,59); }
div.DivClassName
{
background-color: #2E323B;
}
.BgClassName
{
background-color: #2E323B;
}
</style>
border-color css
<style>
span { border-color: #2E323B; }
span { border-color: rgb(46,50,59); }
td.TdClassName
{
border-color: #2E323B;
}
.TagClassName
{
border-color: #2E323B;
}
</style>