#391933

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

Shades of Melanzane #391933

Tints of Melanzane #391933

Color information

#391933 (or 0x391933) is unknown color: approx Melanzane. HEX triplet: 39, 19 and 33. RGB value is (57,25,51). Sum of RGB (Red+Green+Blue) = 57+25+51=133 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.86% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 51 (20.31% from 255 or 38.35% from 133); Max value from RGB is 57 - color contains mainly: red. Hex color #391933 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391933 is #C6E6CC. Grayscale: #252525. Windows color (decimal): -13035213 or 3348793. OLE color: 3348793.

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

Color convert

RGB572551-
CMYK00.560.110.78
HSL311.25º39.02%16.08%-
HSV(B)311.25º56.14%22.35%-
XYZ2.631.83.34-
YUV37.53135.6141.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.86%
GREEN value IS 25 (10.16% from 255) = 18.80%
BLUE value IS 51 (20.31% from 255) = 38.35%
R=42.86%
G=18.80%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57255100.560.110.78311.2539.0216.08
Hex391933038B4E1372710
Octal713163070131164674720
Binary1110011100111001101110001011100111010011011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391933; }

 p { color: rgb(57,25,51); }

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

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

 a { background-color: rgb(57,25,51); }

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

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

 span { border-color: rgb(57,25,51); }

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