#2E2526

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

Shades of Aubergine #2E2526

Tints of Aubergine #2E2526

Color information

#2E2526 (or 0x2E2526) is unknown color: approx Aubergine. HEX triplet: 2E, 25 and 26. RGB value is (46,37,38). Sum of RGB (Red+Green+Blue) = 46+37+38=121 (16% of max value = 765). Red value is 46 (18.36% from 255 or 38.02% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2526 is #D1DAD9. Grayscale: #272727. Windows color (decimal): -13753050 or 2499886. OLE color: 2499886.

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

Color convert

RGB463738-
CMYK00.200.170.82
HSL353.33º10.84%16.27%-
HSV(B)353.33º19.57%18.04%-
XYZ2.142.042.12-
YUV39.8126.98132.42-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 38.02%
GREEN value IS 37 (14.84% from 255) = 30.58%
BLUE value IS 38 (15.23% from 255) = 31.40%
R=38.02%
G=30.58%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46373800.200.170.82353.3310.8416.27
Hex2E25260141152161b10
Octal564546024211225411320
Binary101110100101100110010100100011010010101100001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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