#2E212B

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

Shades of Melanzane #2E212B

Tints of Melanzane #2E212B

Color information

#2E212B (or 0x2E212B) is unknown color: approx Melanzane. HEX triplet: 2E, 21 and 2B. RGB value is (46,33,43). Sum of RGB (Red+Green+Blue) = 46+33+43=122 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.70% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 46 - color contains mainly: red. Hex color #2E212B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E212B is #D1DED4. Grayscale: #262626. Windows color (decimal): -13754069 or 2826542. OLE color: 2826542.

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

Color convert

RGB463343-
CMYK00.280.070.82
HSL313.85º16.46%15.49%-
HSV(B)313.85º28.26%18.04%-
XYZ2.111.842.53-
YUV38.03130.81133.69-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 37.70%
GREEN value IS 33 (13.28% from 255) = 27.05%
BLUE value IS 43 (17.19% from 255) = 35.25%
R=37.70%
G=27.05%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46334300.280.070.82313.8516.4615.49
Hex2E212B01C75213a10f
Octal56415303471224722017
Binary1011101000011010110111001111010010100111010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E212B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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