#2E2023

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

Shades of Aubergine #2E2023

Tints of Aubergine #2E2023

Color information

#2E2023 (or 0x2E2023) is unknown color: approx Aubergine. HEX triplet: 2E, 20 and 23. RGB value is (46,32,35). Sum of RGB (Red+Green+Blue) = 46+32+35=113 (14% of max value = 765). Red value is 46 (18.36% from 255 or 40.71% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 35 (14.06% from 255 or 30.97% from 113); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2023 is #D1DFDC. Grayscale: #242424. Windows color (decimal): -13754333 or 2301998. OLE color: 2301998.

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

Color convert

RGB463235-
CMYK00.300.240.82
HSL347.14º17.95%15.29%-
HSV(B)347.14º30.43%18.04%-
XYZ1.951.741.82-
YUV36.53127.14134.76-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 40.71%
GREEN value IS 32 (12.89% from 255) = 28.32%
BLUE value IS 35 (14.06% from 255) = 30.97%
R=40.71%
G=28.32%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46323500.300.240.82347.1417.9515.29
Hex2E202301E185215b12f
Octal564043036301225332217
Binary101110100000100011011110110001010010101011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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