#2E2226

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

Shades of Aubergine #2E2226

Tints of Aubergine #2E2226

Color information

#2E2226 (or 0x2E2226) is unknown color: approx Aubergine. HEX triplet: 2E, 22 and 26. RGB value is (46,34,38). Sum of RGB (Red+Green+Blue) = 46+34+38=118 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.98% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 38 (15.23% from 255 or 32.20% from 118); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2226 is #D1DDD9. Grayscale: #262626. Windows color (decimal): -13753818 or 2499118. OLE color: 2499118.

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

Color convert

RGB463438-
CMYK00.260.170.82
HSL340º15%15.69%-
HSV(B)340º26.09%18.04%-
XYZ2.051.862.09-
YUV38.04127.98133.67-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 38.98%
GREEN value IS 34 (13.67% from 255) = 28.81%
BLUE value IS 38 (15.23% from 255) = 32.20%
R=38.98%
G=28.81%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46343800.260.170.823401515.69
Hex2E222601A1152154f10
Octal564246032211225241720
Binary101110100010100110011010100011010010101010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,34,38); }

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

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

 a { background-color: rgb(46,34,38); }

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

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

 span { border-color: rgb(46,34,38); }

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