#2E2426

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

Shades of Aubergine #2E2426

Tints of Aubergine #2E2426

Color information

#2E2426 (or 0x2E2426) is unknown color: approx Aubergine. HEX triplet: 2E, 24 and 26. RGB value is (46,36,38). Sum of RGB (Red+Green+Blue) = 46+36+38=120 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.33% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 38 (15.23% from 255 or 31.67% from 120); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2426 is #D1DBD9. Grayscale: #272727. Windows color (decimal): -13753306 or 2499630. OLE color: 2499630.

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

Color convert

RGB463638-
CMYK00.220.170.82
HSL348º12.2%16.08%-
HSV(B)348º21.74%18.04%-
XYZ2.111.982.11-
YUV39.22127.31132.84-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 38.33%
GREEN value IS 36 (14.45% from 255) = 30%
BLUE value IS 38 (15.23% from 255) = 31.67%
R=38.33%
G=30%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46363800.220.170.8234812.216.08
Hex2E2426016115215cc10
Octal564446026211225341420
Binary101110100100100110010110100011010010101011100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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