#392B2E

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

Shades of Aubergine #392B2E

Tints of Aubergine #392B2E

Color information

#392B2E (or 0x392B2E) is unknown color: approx Aubergine. HEX triplet: 39, 2B and 2E. RGB value is (57,43,46). Sum of RGB (Red+Green+Blue) = 57+43+46=146 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.04% from 146); Green value is 43 (17.19% from 255 or 29.45% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 57 - color contains mainly: red. Hex color #392B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392B2E is #C6D4D1. Grayscale: #2F2F2F. Windows color (decimal): -13030610 or 3025721. OLE color: 3025721.

HSL color Cylindrical-coordinate representation of color #392B2E: hue angle of 347.14º degrees, saturation: 0.14, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #392B2E is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.78.

Color convert

RGB574346-
CMYK00.250.190.78
HSL347.14º14%19.61%-
HSV(B)347.14º24.56%22.35%-
XYZ3.042.792.96-
YUV47.53127.14134.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.04%
GREEN value IS 43 (17.19% from 255) = 29.45%
BLUE value IS 46 (18.36% from 255) = 31.51%
R=39.04%
G=29.45%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57434600.250.190.78347.141419.61
Hex392B2E019134E15be14
Octal715356031231165331624
Binary111001101011101110011001100111001110101011011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392B2E; }

 p { color: rgb(57,43,46); }

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

<style>
 a { background-color: #392B2E; }

 a { background-color: rgb(57,43,46); }

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

<style>
 span { border-color: #392B2E; }

 span { border-color: rgb(57,43,46); }

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