#2E202A

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

Shades of Melanzane #2E202A

Tints of Melanzane #2E202A

Color information

#2E202A (or 0x2E202A) is unknown color: approx Melanzane. HEX triplet: 2E, 20 and 2A. RGB value is (46,32,42). Sum of RGB (Red+Green+Blue) = 46+32+42=120 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.33% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 46 - color contains mainly: red. Hex color #2E202A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E202A is #D1DFD5. Grayscale: #252525. Windows color (decimal): -13754326 or 2760750. OLE color: 2760750.

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

Color convert

RGB463242-
CMYK00.300.090.82
HSL317.14º17.95%15.29%-
HSV(B)317.14º30.43%18.04%-
XYZ2.061.782.43-
YUV37.33130.64134.19-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 38.33%
GREEN value IS 32 (12.89% from 255) = 26.67%
BLUE value IS 42 (16.80% from 255) = 35%
R=38.33%
G=26.67%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46324200.300.090.82317.1417.9515.29
Hex2E202A01E95213d12f
Octal564052036111224752217
Binary10111010000010101001111010011010010100111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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