#2E2427

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

Shades of Aubergine #2E2427

Tints of Aubergine #2E2427

Color information

#2E2427 (or 0x2E2427) is unknown color: approx Aubergine. HEX triplet: 2E, 24 and 27. RGB value is (46,36,39). Sum of RGB (Red+Green+Blue) = 46+36+39=121 (16% of max value = 765). Red value is 46 (18.36% from 255 or 38.02% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2427 is #D1DBD8. Grayscale: #272727. Windows color (decimal): -13753305 or 2565166. OLE color: 2565166.

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

Color convert

RGB463639-
CMYK00.220.150.82
HSL342º12.2%16.08%-
HSV(B)342º21.74%18.04%-
XYZ2.121.992.19-
YUV39.33127.81132.76-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 38.02%
GREEN value IS 36 (14.45% from 255) = 29.75%
BLUE value IS 39 (15.62% from 255) = 32.23%
R=38.02%
G=29.75%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46363900.220.150.8234212.216.08
Hex2E2427016F52156c10
Octal564447026171225261420
Binary10111010010010011101011011111010010101010110110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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