#392D30

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

Shades of Aubergine #392D30

Tints of Aubergine #392D30

Color information

#392D30 (or 0x392D30) is unknown color: approx Aubergine. HEX triplet: 39, 2D and 30. RGB value is (57,45,48). Sum of RGB (Red+Green+Blue) = 57+45+48=150 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 57 - color contains mainly: red. Hex color #392D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392D30 is #C6D2CF. Grayscale: #303030. Windows color (decimal): -13030096 or 3157305. OLE color: 3157305.

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

Color convert

RGB574548-
CMYK00.210.160.78
HSL345º11.76%20%-
HSV(B)345º21.05%22.35%-
XYZ3.162.963.2-
YUV48.93127.48133.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38%
GREEN value IS 45 (17.97% from 255) = 30%
BLUE value IS 48 (19.14% from 255) = 32%
R=38%
G=30%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57454800.210.160.7834511.7620
Hex392D30015104E159c14
Octal715560025201165311424
Binary111001101101110000010101100001001110101011001110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,45,48); }

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

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

 a { background-color: rgb(57,45,48); }

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

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

 span { border-color: rgb(57,45,48); }

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