#2E2024

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

Shades of Aubergine #2E2024

Tints of Aubergine #2E2024

Color information

#2E2024 (or 0x2E2024) is unknown color: approx Aubergine. HEX triplet: 2E, 20 and 24. RGB value is (46,32,36). Sum of RGB (Red+Green+Blue) = 46+32+36=114 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40.35% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 36 (14.45% from 255 or 31.58% from 114); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2024 is #D1DFDB. Grayscale: #242424. Windows color (decimal): -13754332 or 2367534. OLE color: 2367534.

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

Color convert

RGB463236-
CMYK00.300.220.82
HSL342.86º17.95%15.29%-
HSV(B)342.86º30.43%18.04%-
XYZ1.961.741.9-
YUV36.64127.64134.67-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 40.35%
GREEN value IS 32 (12.89% from 255) = 28.07%
BLUE value IS 36 (14.45% from 255) = 31.58%
R=40.35%
G=28.07%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46323600.300.220.82342.8617.9515.29
Hex2E202401E165215712f
Octal564044036261225272217
Binary101110100000100100011110101101010010101010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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