#2E1C20

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

Shades of Aubergine #2E1C20

Tints of Aubergine #2E1C20

Color information

#2E1C20 (or 0x2E1C20) is unknown color: approx Aubergine. HEX triplet: 2E, 1C and 20. RGB value is (46,28,32). Sum of RGB (Red+Green+Blue) = 46+28+32=106 (14% of max value = 765). Red value is 46 (18.36% from 255 or 43.40% from 106); Green value is 28 (11.33% from 255 or 26.42% from 106); Blue value is 32 (12.89% from 255 or 30.19% from 106); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1C20 is #D1E3DF. Grayscale: #212121. Windows color (decimal): -13755360 or 2104366. OLE color: 2104366.

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

Color convert

RGB462832-
CMYK00.390.300.82
HSL346.67º24.32%14.51%-
HSV(B)346.67º39.13%18.04%-
XYZ1.81.521.56-
YUV33.84126.96136.67-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 43.40%
GREEN value IS 28 (11.33% from 255) = 26.42%
BLUE value IS 32 (12.89% from 255) = 30.19%
R=43.40%
G=26.42%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46283200.390.300.82346.6724.3214.51
Hex2E1C200271E5215b18f
Octal563440047361225333017
Binary101110111001000000100111111101010010101011011110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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