#2E242A

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

Shades of Melanzane #2E242A

Tints of Melanzane #2E242A

Color information

#2E242A (or 0x2E242A) is unknown color: approx Melanzane. HEX triplet: 2E, 24 and 2A. RGB value is (46,36,42). Sum of RGB (Red+Green+Blue) = 46+36+42=124 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.10% from 124); Green value is 36 (14.45% from 255 or 29.03% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 46 - color contains mainly: red. Hex color #2E242A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E242A is #D1DBD5. Grayscale: #272727. Windows color (decimal): -13753302 or 2761774. OLE color: 2761774.

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

Color convert

RGB463642-
CMYK00.220.090.82
HSL324º12.2%16.08%-
HSV(B)324º21.74%18.04%-
XYZ2.182.012.46-
YUV39.67129.31132.51-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 37.10%
GREEN value IS 36 (14.45% from 255) = 29.03%
BLUE value IS 42 (16.80% from 255) = 33.87%
R=37.10%
G=29.03%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46364200.220.090.8232412.216.08
Hex2E242A016952144c10
Octal564452026111225041420
Binary10111010010010101001011010011010010101000100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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