Html Css Color HEX #391E30 Melanzane

📋 copy color: '#391E30'

red 57 ◦ green 30 ◦ blue 48

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

Shades of Melanzane #391E30

Tints of Melanzane #391E30

RGB

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

 GREEN value IS 30 (12.11% from 255) = 22.22%

 BLUE value IS 48 (19.14% from 255) = 35.56%

R = 42.22%
G = 22.22%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#391E30 (or 0x391E30) is known color: Melanzane. HEX triplet: 39, 1E and 30. RGB value is (57,30,48). Sum of RGB (Red+Green+Blue) = 57+30+48=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 30 (12.11% from 255 or 22.22% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 57 - color contains mainly: red. Hex color #391E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391E30 is #C6E1CF. Grayscale: #282828. Windows color (decimal): -13033936 or 3153465. OLE color: 3153465.

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

Color convert

RGB 57 30 48 -
CMYK 0 0.47 0.16 0.78
HSL 320º 0.31% 0.17% -
HSV(B) 320º 0.47% 0.22% -
XYZ 2.69 2.01 3.04 -
YUV 40.13 132.45 140.04 -
System Red Green Blue C M Y K H S L
Decimal 57 30 48 0 0.47 0.16 0.78 320 0.31 0.17
Hex 39 1E 30 0 2F 10 4E 140 1F 11
Octal 71 36 60 0 57 20 116 500 37 21
Binary 111001 11110 110000 0 101111 10000 1001110 101000000 11111 10001

Color Harmonies of #391E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391E30

Black with #391E30

Text Example


Text Example

White with #391E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,30,48); }

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

background-color css

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

 a { background-color: rgb(57,30,48); }

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

border-color css

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

 span { border-color: rgb(57,30,48); }

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