#391D30

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

Shades of Melanzane #391D30

Tints of Melanzane #391D30

Color information

#391D30 (or 0x391D30) is unknown color: approx Melanzane. HEX triplet: 39, 1D and 30. RGB value is (57,29,48). Sum of RGB (Red+Green+Blue) = 57+29+48=134 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.54% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 48 (19.14% from 255 or 35.82% from 134); Max value from RGB is 57 - color contains mainly: red. Hex color #391D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391D30 is #C6E2CF. Grayscale: #272727. Windows color (decimal): -13034192 or 3153209. OLE color: 3153209.

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

Color convert

RGB572948-
CMYK00.490.160.78
HSL319.29º32.56%16.86%-
HSV(B)319.29º49.12%22.35%-
XYZ2.661.963.03-
YUV39.54132.78140.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.54%
GREEN value IS 29 (11.72% from 255) = 21.64%
BLUE value IS 48 (19.14% from 255) = 35.82%
R=42.54%
G=21.64%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57294800.490.160.78319.2932.5616.86
Hex391D30031104E13f2111
Octal713560061201164774121
Binary11100111101110000011000110000100111010011111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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