Html Css Color HEX #391D33 Melanzane

📋 copy color: '#391D33'

red 57 ◦ green 29 ◦ blue 51

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

Shades of Melanzane #391D33

Tints of Melanzane #391D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 37.23%

R = 41.61%
G = 21.17%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#391D33 (or 0x391D33) is known color: Melanzane. HEX triplet: 39, 1D and 33. RGB value is (57,29,51). Sum of RGB (Red+Green+Blue) = 57+29+51=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 51 (20.31% from 255 or 37.23% from 137); Max value from RGB is 57 - color contains mainly: red. Hex color #391D33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391D33 is #C6E2CC. Grayscale: #272727. Windows color (decimal): -13034189 or 3349817. OLE color: 3349817.

HSL color Cylindrical-coordinate representation of color #391D33: hue angle of 312.86º 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 #391D33 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 29 51 -
CMYK 0 0.49 0.11 0.78
HSL 312.86º 0.33% 0.17% -
HSV(B) 312.86º 0.49% 0.22% -
XYZ 2.72 1.99 3.37 -
YUV 39.88 134.28 140.21 -
System Red Green Blue C M Y K H S L
Decimal 57 29 51 0 0.49 0.11 0.78 312.86 0.33 0.17
Hex 39 1D 33 0 31 B 4E 139 21 11
Octal 71 35 63 0 61 13 116 471 41 21
Binary 111001 11101 110011 0 110001 1011 1001110 100111001 100001 10001

Color Harmonies of #391D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391D33

Black with #391D33

Text Example


Text Example

White with #391D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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