#2E232B

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

Shades of Melanzane #2E232B

Tints of Melanzane #2E232B

Color information

#2E232B (or 0x2E232B) is unknown color: approx Melanzane. HEX triplet: 2E, 23 and 2B. RGB value is (46,35,43). Sum of RGB (Red+Green+Blue) = 46+35+43=124 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.10% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 46 - color contains mainly: red. Hex color #2E232B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E232B is #D1DCD4. Grayscale: #272727. Windows color (decimal): -13753557 or 2827054. OLE color: 2827054.

HSL color Cylindrical-coordinate representation of color #2E232B: hue angle of 316.36º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2E232B is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.82.

Color convert

RGB463543-
CMYK00.240.070.82
HSL316.36º13.58%15.88%-
HSV(B)316.36º23.91%18.04%-
XYZ2.161.962.55-
YUV39.2130.14132.85-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 37.10%
GREEN value IS 35 (14.06% from 255) = 28.23%
BLUE value IS 43 (17.19% from 255) = 34.68%
R=37.10%
G=28.23%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46354300.240.070.82316.3613.5815.88
Hex2E232B01875213ce10
Octal56435303071224741620
Binary1011101000111010110110001111010010100111100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,35,43); }

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

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

 a { background-color: rgb(46,35,43); }

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

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

 span { border-color: rgb(46,35,43); }

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