#2E2728

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

Shades of Aubergine #2E2728

Tints of Aubergine #2E2728

Color information

#2E2728 (or 0x2E2728) is unknown color: approx Aubergine. HEX triplet: 2E, 27 and 28. RGB value is (46,39,40). Sum of RGB (Red+Green+Blue) = 46+39+40=125 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.8% from 125); Green value is 39 (15.62% from 255 or 31.2% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2728 is #D1D8D7. Grayscale: #292929. Windows color (decimal): -13752536 or 2631470. OLE color: 2631470.

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

Color convert

RGB463940-
CMYK00.150.130.82
HSL351.43º8.24%16.67%-
HSV(B)351.43º15.22%18.04%-
XYZ2.242.192.31-
YUV41.21127.32131.42-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 36.8%
GREEN value IS 39 (15.62% from 255) = 31.2%
BLUE value IS 40 (16.02% from 255) = 32%
R=36.8%
G=31.2%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46394000.150.130.82351.438.2416.67
Hex2E27280FD5215f811
Octal564750017151225371021
Binary1011101001111010000111111011010010101011111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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