#392A35

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

Shades of Melanzane #392A35

Tints of Melanzane #392A35

Color information

#392A35 (or 0x392A35) is unknown color: approx Melanzane. HEX triplet: 39, 2A and 35. RGB value is (57,42,53). Sum of RGB (Red+Green+Blue) = 57+42+53=152 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.5% from 152); Green value is 42 (16.80% from 255 or 27.63% from 152); Blue value is 53 (21.09% from 255 or 34.87% from 152); Max value from RGB is 57 - color contains mainly: red. Hex color #392A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392A35 is #C6D5CA. Grayscale: #2F2F2F. Windows color (decimal): -13030859 or 3484217. OLE color: 3484217.

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

Color convert

RGB574253-
CMYK00.260.070.78
HSL316º15.15%19.41%-
HSV(B)316º26.32%22.35%-
XYZ3.162.783.74-
YUV47.74130.97134.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.5%
GREEN value IS 42 (16.80% from 255) = 27.63%
BLUE value IS 53 (21.09% from 255) = 34.87%
R=37.5%
G=27.63%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57425300.260.070.7831615.1519.41
Hex392A3501A74E13cf13
Octal71526503271164741723
Binary1110011010101101010110101111001110100111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,42,53); }

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

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

 a { background-color: rgb(57,42,53); }

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

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

 span { border-color: rgb(57,42,53); }

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