#392F36

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

Shades of Melanzane #392F36

Tints of Melanzane #392F36

Color information

#392F36 (or 0x392F36) is unknown color: approx Melanzane. HEX triplet: 39, 2F and 36. RGB value is (57,47,54). Sum of RGB (Red+Green+Blue) = 57+47+54=158 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.08% from 158); Green value is 47 (18.75% from 255 or 29.75% from 158); Blue value is 54 (21.48% from 255 or 34.18% from 158); Max value from RGB is 57 - color contains mainly: red. Hex color #392F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392F36 is #C6D0C9. Grayscale: #323232. Windows color (decimal): -13029578 or 3551033. OLE color: 3551033.

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

Color convert

RGB574754-
CMYK00.180.050.78
HSL318º9.62%20.39%-
HSV(B)318º17.54%22.35%-
XYZ3.373.173.92-
YUV50.79129.81132.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.08%
GREEN value IS 47 (18.75% from 255) = 29.75%
BLUE value IS 54 (21.48% from 255) = 34.18%
R=36.08%
G=29.75%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57475400.180.050.783189.6220.39
Hex392F3601254E13ea14
Octal71576602251164761224
Binary1110011011111101100100101011001110100111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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