#2E232A

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

Shades of Melanzane #2E232A

Tints of Melanzane #2E232A

Color information

#2E232A (or 0x2E232A) is unknown color: approx Melanzane. HEX triplet: 2E, 23 and 2A. RGB value is (46,35,42). Sum of RGB (Red+Green+Blue) = 46+35+42=123 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.40% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 46 - color contains mainly: red. Hex color #2E232A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E232A is #D1DCD5. Grayscale: #272727. Windows color (decimal): -13753558 or 2761518. OLE color: 2761518.

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

Color convert

RGB463542-
CMYK00.240.090.82
HSL321.82º13.58%15.88%-
HSV(B)321.82º23.91%18.04%-
XYZ2.151.952.45-
YUV39.09129.64132.93-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 37.40%
GREEN value IS 35 (14.06% from 255) = 28.46%
BLUE value IS 42 (16.80% from 255) = 34.15%
R=37.40%
G=28.46%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46354200.240.090.82321.8213.5815.88
Hex2E232A018952142e10
Octal564352030111225021620
Binary10111010001110101001100010011010010101000010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E232A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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