#2E2425

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

Shades of Aubergine #2E2425

Tints of Aubergine #2E2425

Color information

#2E2425 (or 0x2E2425) is unknown color: approx Aubergine. HEX triplet: 2E, 24 and 25. RGB value is (46,36,37). Sum of RGB (Red+Green+Blue) = 46+36+37=119 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.66% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2425 is #D1DBDA. Grayscale: #272727. Windows color (decimal): -13753307 or 2434094. OLE color: 2434094.

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

Color convert

RGB463637-
CMYK00.220.200.82
HSL354º12.2%16.08%-
HSV(B)354º21.74%18.04%-
XYZ2.091.982.02-
YUV39.1126.81132.92-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 38.66%
GREEN value IS 36 (14.45% from 255) = 30.25%
BLUE value IS 37 (14.84% from 255) = 31.09%
R=38.66%
G=30.25%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46363700.220.200.8235412.216.08
Hex2E24250161452162c10
Octal564445026241225421420
Binary101110100100100101010110101001010010101100010110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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