#3E2A2E

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

Shades of Aubergine #3E2A2E

Tints of Aubergine #3E2A2E

Color information

#3E2A2E (or 0x3E2A2E) is unknown color: approx Aubergine. HEX triplet: 3E, 2A and 2E. RGB value is (62,42,46). Sum of RGB (Red+Green+Blue) = 62+42+46=150 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.33% from 150); Green value is 42 (16.80% from 255 or 28% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2A2E is #C1D5D1. Grayscale: #303030. Windows color (decimal): -12703186 or 3025470. OLE color: 3025470.

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

Color convert

RGB624246-
CMYK00.320.260.76
HSL348º19.23%20.39%-
HSV(B)348º32.26%24.31%-
XYZ3.312.882.97-
YUV48.44126.63137.67-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 41.33%
GREEN value IS 42 (16.80% from 255) = 28%
BLUE value IS 46 (18.36% from 255) = 30.67%
R=41.33%
G=28%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62424600.320.260.7634819.2320.39
Hex3E2A2E0201A4C15c1314
Octal765256040321145342324
Binary11111010101010111001000001101010011001010111001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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