Shades of Ebony #2E2F32
Tints of Ebony #2E2F32
RGB
CMYK
RGB Variations
Color information
#2E2F32 (or 0x2E2F32) is known color: Ebony. HEX triplet: 2E, 2F and 32. RGB value is (46,47,50). Sum of RGB (Red+Green+Blue) = 46+47+50=143 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.17% from 143); Green value is 47 (18.75% from 255 or 32.87% from 143); Blue value is 50 (19.92% from 255 or 34.97% from 143); Max value from RGB is 50 - color contains mainly: blue. Hex color #2E2F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2F32 is #D1D0CD. Grayscale: #2F2F2F. Windows color (decimal): -13750478 or 3288878. OLE color: 3288878.
HSL color Cylindrical-coordinate representation of color #2E2F32: hue angle of 225º degrees, saturation: 0.04, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #2E2F32 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
RGB | 46 | 47 | 50 | - |
CMYK | 0.08 | 0.06 | 0 | 0.80 |
HSL | 225º | 0.04% | 0.19% | - |
HSV(B) | 225º | 0.08% | 0.2% | - |
XYZ | 2.72 | 2.84 | 3.42 | - |
YUV | 47.04 | 129.67 | 127.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 47 | 50 | 0.08 | 0.06 | 0 | 0.80 | 225 | 0.04 | 0.19 |
Hex | 2E | 2F | 32 | 8 | 6 | 0 | 50 | E1 | 4 | 13 |
Octal | 56 | 57 | 62 | 10 | 6 | 0 | 120 | 341 | 4 | 23 |
Binary | 101110 | 101111 | 110010 | 1000 | 110 | 0 | 1010000 | 11100001 | 100 | 10011 |
Color Harmonies of #2E2F32
Complementary color
Monochromatic Colors of #2E2F32
Black with #2E2F32
Text Example
Text Example
White with #2E2F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2F32; }
p { color: rgb(46,47,50); }
H1.HeaderClassName
{
color: #2E2F32;
}
.AnyTagClassName
{
color: #2E2F32;
}
</style>
background-color css
<style>
a { background-color: #2E2F32; }
a { background-color: rgb(46,47,50); }
div.DivClassName
{
background-color: #2E2F32;
}
.BgClassName
{
background-color: #2E2F32;
}
</style>
border-color css
<style>
span { border-color: #2E2F32; }
span { border-color: rgb(46,47,50); }
td.TdClassName
{
border-color: #2E2F32;
}
.TagClassName
{
border-color: #2E2F32;
}
</style>