Html Css Color HEX #391D32 Melanzane

📋 copy color: '#391D32'

red 57 ◦ green 29 ◦ blue 50

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

Shades of Melanzane #391D32

Tints of Melanzane #391D32

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.32%

 BLUE value IS 50 (19.92% from 255) = 36.76%

R = 41.91%
G = 21.32%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#391D32 (or 0x391D32) is known color: Melanzane. HEX triplet: 39, 1D and 32. RGB value is (57,29,50). Sum of RGB (Red+Green+Blue) = 57+29+50=136 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.91% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 50 (19.92% from 255 or 36.76% from 136); Max value from RGB is 57 - color contains mainly: red. Hex color #391D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391D32 is #C6E2CD. Grayscale: #272727. Windows color (decimal): -13034190 or 3284281. OLE color: 3284281.

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

Color convert

RGB 57 29 50 -
CMYK 0 0.49 0.12 0.78
HSL 315º 0.33% 0.17% -
HSV(B) 315º 0.49% 0.22% -
XYZ 2.7 1.98 3.26 -
YUV 39.77 133.78 140.29 -
System Red Green Blue C M Y K H S L
Decimal 57 29 50 0 0.49 0.12 0.78 315 0.33 0.17
Hex 39 1D 32 0 31 C 4E 13B 21 11
Octal 71 35 62 0 61 14 116 473 41 21
Binary 111001 11101 110010 0 110001 1100 1001110 100111011 100001 10001

Color Harmonies of #391D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391D32

Black with #391D32

Text Example


Text Example

White with #391D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,29,50); }

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

background-color css

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

 a { background-color: rgb(57,29,50); }

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

border-color css

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

 span { border-color: rgb(57,29,50); }

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