Html Css Color HEX #391331 Melanzane

📋 copy color: '#391331'

red 57 ◦ green 19 ◦ blue 49

#391331
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanzane #391331

Tints of Melanzane #391331

RGB

 RED value IS 57 (22.66% from 255) = 45.6%

 GREEN value IS 19 (7.81% from 255) = 15.2%

 BLUE value IS 49 (19.53% from 255) = 39.2%

R = 45.6%
G = 15.2%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#391331 (or 0x391331) is known color: Melanzane. HEX triplet: 39, 13 and 31. RGB value is (57,19,49). Sum of RGB (Red+Green+Blue) = 57+19+49=125 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.6% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 49 (19.53% from 255 or 39.2% from 125); Max value from RGB is 57 - color contains mainly: red. Hex color #391331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391331 is #C6ECCE. Grayscale: #212121. Windows color (decimal): -13036751 or 3216185. OLE color: 3216185.

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

Color convert

RGB 57 19 49 -
CMYK 0 0.67 0.14 0.78
HSL 312.63º 0.5% 0.15% -
HSV(B) 312.63º 0.67% 0.22% -
XYZ 2.47 1.56 3.08 -
YUV 33.78 136.59 144.56 -
System Red Green Blue C M Y K H S L
Decimal 57 19 49 0 0.67 0.14 0.78 312.63 0.5 0.15
Hex 39 13 31 0 43 E 4E 139 32 F
Octal 71 23 61 0 103 16 116 471 62 17
Binary 111001 10011 110001 0 1000011 1110 1001110 100111001 110010 1111

Color Harmonies of #391331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391331

Black with #391331

Text Example


Text Example

White with #391331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391331; }

 p { color: rgb(57,19,49); }

 H1.HeaderClassName
 {
   color: #391331;
 }
 .AnyTagClassName
 {
   color: #391331;
 }
</style>

background-color css

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

 a { background-color: rgb(57,19,49); }

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

border-color css

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

 span { border-color: rgb(57,19,49); }

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