#2E2329

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

Shades of Melanzane #2E2329

Tints of Melanzane #2E2329

Color information

#2E2329 (or 0x2E2329) is unknown color: approx Melanzane. HEX triplet: 2E, 23 and 29. RGB value is (46,35,41). Sum of RGB (Red+Green+Blue) = 46+35+41=122 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.70% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 41 (16.41% from 255 or 33.61% from 122); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2329 is #D1DCD6. Grayscale: #262626. Windows color (decimal): -13753559 or 2695982. OLE color: 2695982.

HSL color Cylindrical-coordinate representation of color #2E2329: hue angle of 327.27º 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 #2E2329 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.82.

Color convert

RGB463541-
CMYK00.240.110.82
HSL327.27º13.58%15.88%-
HSV(B)327.27º23.91%18.04%-
XYZ2.131.942.36-
YUV38.97129.14133.01-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 37.70%
GREEN value IS 35 (14.06% from 255) = 28.69%
BLUE value IS 41 (16.41% from 255) = 33.61%
R=37.70%
G=28.69%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46354100.240.110.82327.2713.5815.88
Hex2E2329018B52147e10
Octal564351030131225071620
Binary10111010001110100101100010111010010101000111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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