#392F37

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

Shades of Melanzane #392F37

Tints of Melanzane #392F37

Color information

#392F37 (or 0x392F37) is unknown color: approx Melanzane. HEX triplet: 39, 2F and 37. RGB value is (57,47,55). Sum of RGB (Red+Green+Blue) = 57+47+55=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 47 (18.75% from 255 or 29.56% from 159); Blue value is 55 (21.88% from 255 or 34.59% from 159); Max value from RGB is 57 - color contains mainly: red. Hex color #392F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392F37 is #C6D0C8. Grayscale: #323232. Windows color (decimal): -13029577 or 3616569. OLE color: 3616569.

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

Color convert

RGB574755-
CMYK00.180.040.78
HSL312º9.62%20.39%-
HSV(B)312º17.54%22.35%-
XYZ3.393.184.05-
YUV50.9130.31132.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.85%
GREEN value IS 47 (18.75% from 255) = 29.56%
BLUE value IS 55 (21.88% from 255) = 34.59%
R=35.85%
G=29.56%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57475500.180.040.783129.6220.39
Hex392F3701244E138a14
Octal71576702241164701224
Binary1110011011111101110100101001001110100111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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