#3E292E

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

Shades of Aubergine #3E292E

Tints of Aubergine #3E292E

Color information

#3E292E (or 0x3E292E) is unknown color: approx Aubergine. HEX triplet: 3E, 29 and 2E. RGB value is (62,41,46). Sum of RGB (Red+Green+Blue) = 62+41+46=149 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.61% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 62 - color contains mainly: red. Hex color #3E292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E292E is #C1D6D1. Grayscale: #2F2F2F. Windows color (decimal): -12703442 or 3025214. OLE color: 3025214.

HSL color Cylindrical-coordinate representation of color #3E292E: hue angle of 345.71º 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 #3E292E is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.76.

Color convert

RGB624146-
CMYK00.340.260.76
HSL345.71º20.39%20.2%-
HSV(B)345.71º33.87%24.31%-
XYZ3.272.812.95-
YUV47.85126.96138.09-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 41.61%
GREEN value IS 41 (16.41% from 255) = 27.52%
BLUE value IS 46 (18.36% from 255) = 30.87%
R=41.61%
G=27.52%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62414600.340.260.76345.7120.3920.2
Hex3E292E0221A4C15a1414
Octal765156042321145322424
Binary11111010100110111001000101101010011001010110101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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