Html Css Color HEX #392131 Melanzane

📋 copy color: '#392131'

red 57 ◦ green 33 ◦ blue 49

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

Shades of Melanzane #392131

Tints of Melanzane #392131

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.74%

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

R = 41.01%
G = 23.74%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#392131 (or 0x392131) is known color: Melanzane. HEX triplet: 39, 21 and 31. RGB value is (57,33,49). Sum of RGB (Red+Green+Blue) = 57+33+49=139 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.01% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 57 - color contains mainly: red. Hex color #392131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392131 is #C6DECE. Grayscale: #292929. Windows color (decimal): -13033167 or 3219769. OLE color: 3219769.

HSL color Cylindrical-coordinate representation of color #392131: hue angle of 320º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #392131 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 33 49 -
CMYK 0 0.42 0.14 0.78
HSL 320º 0.27% 0.18% -
HSV(B) 320º 0.42% 0.22% -
XYZ 2.79 2.18 3.18 -
YUV 42 131.95 138.7 -
System Red Green Blue C M Y K H S L
Decimal 57 33 49 0 0.42 0.14 0.78 320 0.27 0.18
Hex 39 21 31 0 2A E 4E 140 1B 12
Octal 71 41 61 0 52 16 116 500 33 22
Binary 111001 100001 110001 0 101010 1110 1001110 101000000 11011 10010

Color Harmonies of #392131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392131

Black with #392131

Text Example


Text Example

White with #392131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392131; }

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

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

background-color css

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

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

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

border-color css

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

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

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