#2E2223

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

Shades of Aubergine #2E2223

Tints of Aubergine #2E2223

Color information

#2E2223 (or 0x2E2223) is unknown color: approx Aubergine. HEX triplet: 2E, 22 and 23. RGB value is (46,34,35). Sum of RGB (Red+Green+Blue) = 46+34+35=115 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 35 (14.06% from 255 or 30.43% from 115); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2223 is #D1DDDC. Grayscale: #252525. Windows color (decimal): -13753821 or 2302510. OLE color: 2302510.

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

Color convert

RGB463435-
CMYK00.260.240.82
HSL355º15%15.69%-
HSV(B)355º26.09%18.04%-
XYZ21.851.84-
YUV37.7126.48133.92-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 40%
GREEN value IS 34 (13.67% from 255) = 29.57%
BLUE value IS 35 (14.06% from 255) = 30.43%
R=40%
G=29.57%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46343500.260.240.823551515.69
Hex2E222301A1852163f10
Octal564243032301225431720
Binary101110100010100011011010110001010010101100011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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