#3E292D

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

Shades of Aubergine #3E292D

Tints of Aubergine #3E292D

Color information

#3E292D (or 0x3E292D) is unknown color: approx Aubergine. HEX triplet: 3E, 29 and 2D. RGB value is (62,41,45). Sum of RGB (Red+Green+Blue) = 62+41+45=148 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.89% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 62 - color contains mainly: red. Hex color #3E292D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E292D is #C1D6D2. Grayscale: #2F2F2F. Windows color (decimal): -12703443 or 2959678. OLE color: 2959678.

HSL color Cylindrical-coordinate representation of color #3E292D: hue angle of 348.57º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3E292D is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.76.

Color convert

RGB624145-
CMYK00.340.270.76
HSL348.57º20.39%20.2%-
HSV(B)348.57º33.87%24.31%-
XYZ3.252.82.85-
YUV47.74126.46138.17-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 41.89%
GREEN value IS 41 (16.41% from 255) = 27.70%
BLUE value IS 45 (17.97% from 255) = 30.41%
R=41.89%
G=27.70%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62414500.340.270.76348.5720.3920.2
Hex3E292D0221B4C15d1414
Octal765155042331145352424
Binary11111010100110110101000101101110011001010111011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E292D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E292D; }

 p { color: rgb(62,41,45); }

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

<style>
 a { background-color: #3E292D; }

 a { background-color: rgb(62,41,45); }

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

<style>
 span { border-color: #3E292D; }

 span { border-color: rgb(62,41,45); }

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