Html Css Color HEX #391F31 Melanzane

📋 copy color: '#391F31'

red 57 ◦ green 31 ◦ blue 49

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

Shades of Melanzane #391F31

Tints of Melanzane #391F31

RGB

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

 GREEN value IS 31 (12.5% from 255) = 22.63%

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

R = 41.61%
G = 22.63%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#391F31 (or 0x391F31) is known color: Melanzane. HEX triplet: 39, 1F and 31. RGB value is (57,31,49). Sum of RGB (Red+Green+Blue) = 57+31+49=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 31 (12.5% from 255 or 22.63% from 137); Blue value is 49 (19.53% from 255 or 35.77% from 137); Max value from RGB is 57 - color contains mainly: red. Hex color #391F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391F31 is #C6E0CE. Grayscale: #282828. Windows color (decimal): -13033679 or 3219257. OLE color: 3219257.

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

Color convert

RGB 57 31 49 -
CMYK 0 0.46 0.14 0.78
HSL 318.46º 0.3% 0.17% -
HSV(B) 318.46º 0.46% 0.22% -
XYZ 2.73 2.07 3.16 -
YUV 40.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 57 31 49 0 0.46 0.14 0.78 318.46 0.3 0.17
Hex 39 1F 31 0 2E E 4E 13E 1E 11
Octal 71 37 61 0 56 16 116 476 36 21
Binary 111001 11111 110001 0 101110 1110 1001110 100111110 11110 10001

Color Harmonies of #391F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391F31

Black with #391F31

Text Example


Text Example

White with #391F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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