#391830

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

Shades of Melanzane #391830

Tints of Melanzane #391830

Color information

#391830 (or 0x391830) is unknown color: approx Melanzane. HEX triplet: 39, 18 and 30. RGB value is (57,24,48). Sum of RGB (Red+Green+Blue) = 57+24+48=129 (17% of max value = 765). Red value is 57 (22.66% from 255 or 44.19% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 57 - color contains mainly: red. Hex color #391830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391830 is #C6E7CF. Grayscale: #242424. Windows color (decimal): -13035472 or 3151929. OLE color: 3151929.

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

Color convert

RGB572448-
CMYK00.580.160.78
HSL316.36º40.74%15.88%-
HSV(B)316.36º57.89%22.35%-
XYZ2.551.743-
YUV36.6134.43142.55-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.19%
GREEN value IS 24 (9.77% from 255) = 18.60%
BLUE value IS 48 (19.14% from 255) = 37.21%
R=44.19%
G=18.60%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57244800.580.160.78316.3640.7415.88
Hex39183003A104E13c2910
Octal713060072201164745120
Binary11100111000110000011101010000100111010011110010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391830; }

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

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

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

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

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

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

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

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