#391F30

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

Shades of Melanzane #391F30

Tints of Melanzane #391F30

Color information

#391F30 (or 0x391F30) is unknown color: approx Melanzane. HEX triplet: 39, 1F and 30. RGB value is (57,31,48). Sum of RGB (Red+Green+Blue) = 57+31+48=136 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.91% from 136); Green value is 31 (12.5% from 255 or 22.79% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 57 - color contains mainly: red. Hex color #391F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391F30 is #C6E0CF. Grayscale: #282828. Windows color (decimal): -13033680 or 3153721. OLE color: 3153721.

HSL color Cylindrical-coordinate representation of color #391F30: hue angle of 320.77º 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 #391F30 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB573148-
CMYK00.460.160.78
HSL320.77º29.55%17.25%-
HSV(B)320.77º45.61%22.35%-
XYZ2.712.063.05-
YUV40.71132.11139.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.91%
GREEN value IS 31 (12.5% from 255) = 22.79%
BLUE value IS 48 (19.14% from 255) = 35.29%
R=41.91%
G=22.79%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57314800.460.160.78320.7729.5517.25
Hex391F3002E104E1411e11
Octal713760056201165013621
Binary1110011111111000001011101000010011101010000011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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