#391F34

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

Shades of Melanzane #391F34

Tints of Melanzane #391F34

Color information

#391F34 (or 0x391F34) is unknown color: approx Melanzane. HEX triplet: 39, 1F and 34. RGB value is (57,31,52). Sum of RGB (Red+Green+Blue) = 57+31+52=140 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.71% from 140); Green value is 31 (12.5% from 255 or 22.14% from 140); Blue value is 52 (20.70% from 255 or 37.14% from 140); Max value from RGB is 57 - color contains mainly: red. Hex color #391F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391F34 is #C6E0CB. Grayscale: #292929. Windows color (decimal): -13033676 or 3415865. OLE color: 3415865.

HSL color Cylindrical-coordinate representation of color #391F34: hue angle of 311.54º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #391F34 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB573152-
CMYK00.460.090.78
HSL311.54º29.55%17.25%-
HSV(B)311.54º45.61%22.35%-
XYZ2.82.13.51-
YUV41.17134.11139.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.71%
GREEN value IS 31 (12.5% from 255) = 22.14%
BLUE value IS 52 (20.70% from 255) = 37.14%
R=40.71%
G=22.14%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57315200.460.090.78311.5429.5517.25
Hex391F3402E94E1381e11
Octal713764056111164703621
Binary111001111111101000101110100110011101001110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391F34; }

 p { color: rgb(57,31,52); }

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

<style>
 a { background-color: #391F34; }

 a { background-color: rgb(57,31,52); }

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

<style>
 span { border-color: #391F34; }

 span { border-color: rgb(57,31,52); }

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