#2E2124

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

Shades of Aubergine #2E2124

Tints of Aubergine #2E2124

Color information

#2E2124 (or 0x2E2124) is unknown color: approx Aubergine. HEX triplet: 2E, 21 and 24. RGB value is (46,33,36). Sum of RGB (Red+Green+Blue) = 46+33+36=115 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 36 (14.45% from 255 or 31.30% from 115); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2124 is #D1DEDB. Grayscale: #252525. Windows color (decimal): -13754076 or 2367790. OLE color: 2367790.

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

Color convert

RGB463336-
CMYK00.280.220.82
HSL346.15º16.46%15.49%-
HSV(B)346.15º28.26%18.04%-
XYZ1.991.81.91-
YUV37.23127.31134.26-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 40%
GREEN value IS 33 (13.28% from 255) = 28.70%
BLUE value IS 36 (14.45% from 255) = 31.30%
R=40%
G=28.70%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46333600.280.220.82346.1516.4615.49
Hex2E212401C165215a10f
Octal564144034261225322017
Binary101110100001100100011100101101010010101011010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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