#392B2F

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

Shades of Aubergine #392B2F

Tints of Aubergine #392B2F

Color information

#392B2F (or 0x392B2F) is unknown color: approx Aubergine. HEX triplet: 39, 2B and 2F. RGB value is (57,43,47). Sum of RGB (Red+Green+Blue) = 57+43+47=147 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.78% from 147); Green value is 43 (17.19% from 255 or 29.25% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 57 - color contains mainly: red. Hex color #392B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392B2F is #C6D4D0. Grayscale: #2F2F2F. Windows color (decimal): -13030609 or 3091257. OLE color: 3091257.

HSL color Cylindrical-coordinate representation of color #392B2F: hue angle of 342.86º 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 #392B2F is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB574347-
CMYK00.250.180.78
HSL342.86º14%19.61%-
HSV(B)342.86º24.56%22.35%-
XYZ3.062.83.07-
YUV47.64127.64134.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.78%
GREEN value IS 43 (17.19% from 255) = 29.25%
BLUE value IS 47 (18.75% from 255) = 31.97%
R=38.78%
G=29.25%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57434700.250.180.78342.861419.61
Hex392B2F019124E157e14
Octal715357031221165271624
Binary111001101011101111011001100101001110101010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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