Shades of Ebony #2E2F31
Tints of Ebony #2E2F31
RGB
CMYK
RGB Variations
Color information
#2E2F31 (or 0x2E2F31) is known color: Ebony. HEX triplet: 2E, 2F and 31. RGB value is (46,47,49). Sum of RGB (Red+Green+Blue) = 46+47+49=142 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.39% from 142); Green value is 47 (18.75% from 255 or 33.10% from 142); Blue value is 49 (19.53% from 255 or 34.51% from 142); Max value from RGB is 49 - color contains mainly: blue. Hex color #2E2F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2F31 is #D1D0CE. Grayscale: #2E2E2E. Windows color (decimal): -13750479 or 3223342. OLE color: 3223342.
HSL color Cylindrical-coordinate representation of color #2E2F31: hue angle of 220º degrees, saturation: 0.03, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #2E2F31 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 46 | 47 | 49 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.81 |
| HSL | 220º | 0.03% | 0.19% | - |
| HSV(B) | 220º | 0.06% | 0.19% | - |
| XYZ | 2.7 | 2.84 | 3.31 | - |
| YUV | 46.93 | 129.17 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 47 | 49 | 0.06 | 0.04 | 0 | 0.81 | 220 | 0.03 | 0.19 |
| Hex | 2E | 2F | 31 | 6 | 4 | 0 | 51 | DC | 3 | 13 |
| Octal | 56 | 57 | 61 | 6 | 4 | 0 | 121 | 334 | 3 | 23 |
| Binary | 101110 | 101111 | 110001 | 110 | 100 | 0 | 1010001 | 11011100 | 11 | 10011 |
Color Harmonies of #2E2F31
Complementary color
Monochromatic Colors of #2E2F31
Black with #2E2F31
Text Example
Text Example
White with #2E2F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2F31; }
p { color: rgb(46,47,49); }
H1.HeaderClassName
{
color: #2E2F31;
}
.AnyTagClassName
{
color: #2E2F31;
}
</style>
background-color css
<style>
a { background-color: #2E2F31; }
a { background-color: rgb(46,47,49); }
div.DivClassName
{
background-color: #2E2F31;
}
.BgClassName
{
background-color: #2E2F31;
}
</style>
border-color css
<style>
span { border-color: #2E2F31; }
span { border-color: rgb(46,47,49); }
td.TdClassName
{
border-color: #2E2F31;
}
.TagClassName
{
border-color: #2E2F31;
}
</style>