#2E3036

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

Shades of Ebony #2E3036

Tints of Ebony #2E3036

Color information

#2E3036 (or 0x2E3036) is unknown color: approx Ebony. HEX triplet: 2E, 30 and 36. RGB value is (46,48,54). Sum of RGB (Red+Green+Blue) = 46+48+54=148 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.08% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 54 (21.48% from 255 or 36.49% from 148); Max value from RGB is 54 - color contains mainly: blue. Hex color #2E3036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3036 is #D1CFC9. Grayscale: #303030. Windows color (decimal): -13750218 or 3551278. OLE color: 3551278.

HSL color Cylindrical-coordinate representation of color #2E3036: hue angle of 225º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2E3036 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB464854-
CMYK0.150.1100.79
HSL225º8%19.61%-
HSV(B)225º14.81%21.18%-
XYZ2.852.963.91-
YUV48.09131.34126.51-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 31.08%
GREEN value IS 48 (19.14% from 255) = 32.43%
BLUE value IS 54 (21.48% from 255) = 36.49%
R=31.08%
G=32.43%
B=36.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4648540.150.1100.79225819.61
Hex2E3036FB04Fe1814
Octal566066171301173411024
Binary101110110000110110111110110100111111100001100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,48,54); }

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

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

 a { background-color: rgb(46,48,54); }

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

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

 span { border-color: rgb(46,48,54); }

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