#2E323B

Color #2E323B Ebony (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ebony #2E323B

Tints of Ebony #2E323B

Color information

#2E323B (or 0x2E323B) is unknown color: approx 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

RGB465059-
CMYK0.220.1500.77
HSL221.54º12.38%20.59%-
HSV(B)221.54º22.03%23.14%-
XYZ3.063.184.59-
YUV49.83133.17125.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 29.68%
GREEN value IS 50 (19.92% from 255) = 32.26%
BLUE value IS 59 (23.44% from 255) = 38.06%
R=29.68%
G=32.26%
B=38.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4650590.220.1500.77221.5412.3820.59
Hex2E323B16F04Ddec15
Octal566273261701153361425
Binary1011101100101110111011011110100110111011110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E323B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>