#2E202B

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

Shades of Melanzane #2E202B

Tints of Melanzane #2E202B

Color information

#2E202B (or 0x2E202B) is unknown color: approx Melanzane. HEX triplet: 2E, 20 and 2B. RGB value is (46,32,43). Sum of RGB (Red+Green+Blue) = 46+32+43=121 (16% of max value = 765). Red value is 46 (18.36% from 255 or 38.02% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 46 - color contains mainly: red. Hex color #2E202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E202B is #D1DFD4. Grayscale: #252525. Windows color (decimal): -13754325 or 2826286. OLE color: 2826286.

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

Color convert

RGB463243-
CMYK00.300.070.82
HSL312.86º17.95%15.29%-
HSV(B)312.86º30.43%18.04%-
XYZ2.081.792.52-
YUV37.44131.14134.11-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 38.02%
GREEN value IS 32 (12.89% from 255) = 26.45%
BLUE value IS 43 (17.19% from 255) = 35.54%
R=38.02%
G=26.45%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46324300.300.070.82312.8617.9515.29
Hex2E202B01E75213912f
Octal56405303671224712217
Binary1011101000001010110111101111010010100111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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