#391530

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

Shades of Melanzane #391530

Tints of Melanzane #391530

Color information

#391530 (or 0x391530) is unknown color: approx Melanzane. HEX triplet: 39, 15 and 30. RGB value is (57,21,48). Sum of RGB (Red+Green+Blue) = 57+21+48=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 48 (19.14% from 255 or 38.10% from 126); Max value from RGB is 57 - color contains mainly: red. Hex color #391530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391530 is #C6EACF. Grayscale: #222222. Windows color (decimal): -13036240 or 3151161. OLE color: 3151161.

HSL color Cylindrical-coordinate representation of color #391530: hue angle of 315º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #391530 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB572148-
CMYK00.630.160.78
HSL315º46.15%15.29%-
HSV(B)315º63.16%22.35%-
XYZ2.491.622.98-
YUV34.84135.43143.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.24%
GREEN value IS 21 (8.59% from 255) = 16.67%
BLUE value IS 48 (19.14% from 255) = 38.10%
R=45.24%
G=16.67%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57214800.630.160.7831546.1515.29
Hex39153003F104E13b2ef
Octal712560077201164735617
Binary1110011010111000001111111000010011101001110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391530; }

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

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

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

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

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

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

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

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