#2E212C

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

Shades of Melanzane #2E212C

Tints of Melanzane #2E212C

Color information

#2E212C (or 0x2E212C) is unknown color: approx Melanzane. HEX triplet: 2E, 21 and 2C. RGB value is (46,33,44). Sum of RGB (Red+Green+Blue) = 46+33+44=123 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.40% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 46 - color contains mainly: red. Hex color #2E212C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E212C is #D1DED3. Grayscale: #262626. Windows color (decimal): -13754068 or 2892078. OLE color: 2892078.

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

Color convert

RGB463344-
CMYK00.280.040.82
HSL309.23º16.46%15.49%-
HSV(B)309.23º28.26%18.04%-
XYZ2.131.852.63-
YUV38.14131.31133.61-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 37.40%
GREEN value IS 33 (13.28% from 255) = 26.83%
BLUE value IS 44 (17.58% from 255) = 35.77%
R=37.40%
G=26.83%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46334400.280.040.82309.2316.4615.49
Hex2E212C01C45213510f
Octal56415403441224652017
Binary1011101000011011000111001001010010100110101100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,33,44); }

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

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

 a { background-color: rgb(46,33,44); }

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

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

 span { border-color: rgb(46,33,44); }

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