#2E2326

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

Shades of Aubergine #2E2326

Tints of Aubergine #2E2326

Color information

#2E2326 (or 0x2E2326) is unknown color: approx Aubergine. HEX triplet: 2E, 23 and 26. RGB value is (46,35,38). Sum of RGB (Red+Green+Blue) = 46+35+38=119 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.66% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 38 (15.23% from 255 or 31.93% from 119); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2326 is #D1DCD9. Grayscale: #262626. Windows color (decimal): -13753562 or 2499374. OLE color: 2499374.

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

Color convert

RGB463538-
CMYK00.240.170.82
HSL343.64º13.58%15.88%-
HSV(B)343.64º23.91%18.04%-
XYZ2.081.922.1-
YUV38.63127.64133.26-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 38.66%
GREEN value IS 35 (14.06% from 255) = 29.41%
BLUE value IS 38 (15.23% from 255) = 31.93%
R=38.66%
G=29.41%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46353800.240.170.82343.6413.5815.88
Hex2E23260181152158e10
Octal564346030211225301620
Binary101110100011100110011000100011010010101011000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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