Html Css Color HEX #391A31 Melanzane

📋 copy color: '#391A31'

red 57 ◦ green 26 ◦ blue 49

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

Shades of Melanzane #391A31

Tints of Melanzane #391A31

RGB

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

 GREEN value IS 26 (10.55% from 255) = 19.7%

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

R = 43.18%
G = 19.7%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#391A31 (or 0x391A31) is known color: Melanzane. HEX triplet: 39, 1A and 31. RGB value is (57,26,49). Sum of RGB (Red+Green+Blue) = 57+26+49=132 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.18% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 57 - color contains mainly: red. Hex color #391A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391A31 is #C6E5CE. Grayscale: #252525. Windows color (decimal): -13034959 or 3217977. OLE color: 3217977.

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

Color convert

RGB 57 26 49 -
CMYK 0 0.54 0.14 0.78
HSL 315.48º 0.37% 0.16% -
HSV(B) 315.48º 0.54% 0.22% -
XYZ 2.61 1.83 3.12 -
YUV 37.89 134.27 141.63 -
System Red Green Blue C M Y K H S L
Decimal 57 26 49 0 0.54 0.14 0.78 315.48 0.37 0.16
Hex 39 1A 31 0 36 E 4E 13B 25 10
Octal 71 32 61 0 66 16 116 473 45 20
Binary 111001 11010 110001 0 110110 1110 1001110 100111011 100101 10000

Color Harmonies of #391A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391A31

Black with #391A31

Text Example


Text Example

White with #391A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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