#2E3238

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

Shades of Ebony #2E3238

Tints of Ebony #2E3238

Color information

#2E3238 (or 0x2E3238) is unknown color: approx Ebony. HEX triplet: 2E, 32 and 38. RGB value is (46,50,56). Sum of RGB (Red+Green+Blue) = 46+50+56=152 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.26% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 56 (22.27% from 255 or 36.84% from 152); Max value from RGB is 56 - color contains mainly: blue. Hex color #2E3238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3238 is #D1CDC7. Grayscale: #313131. Windows color (decimal): -13749704 or 3682862. OLE color: 3682862.

HSL color Cylindrical-coordinate representation of color #2E3238: hue angle of 216º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2E3238 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB465056-
CMYK0.180.1100.78
HSL216º9.8%20%-
HSV(B)216º17.86%21.96%-
XYZ2.983.154.19-
YUV49.49131.67125.51-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 30.26%
GREEN value IS 50 (19.92% from 255) = 32.89%
BLUE value IS 56 (22.27% from 255) = 36.84%
R=30.26%
G=32.89%
B=36.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4650560.180.1100.782169.820
Hex2E323812B04Ed8a14
Octal566270221301163301224
Binary1011101100101110001001010110100111011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E3238; }

 p { color: rgb(46,50,56); }

 H1.HeaderClassName
 {
   color: #2E3238;
 }
 .AnyTagClassName
 {
   color: #2E3238;
 }
</style>
background-color css

<style>
 a { background-color: #2E3238; }

 a { background-color: rgb(46,50,56); }

 div.DivClassName
 {
   background-color: #2E3238;
 }
 .BgClassName
 {
   background-color: #2E3238;
 }
</style>
border-color css

<style>
 span { border-color: #2E3238; }

 span { border-color: rgb(46,50,56); }

 td.TdClassName
 {
   border-color: #2E3238;
 }
 .TagClassName
 {
   border-color: #2E3238;
 }
</style>