Html Css Color HEX #392F37 Melanzane

📋 copy color: '#392F37'

red 57 ◦ green 47 ◦ blue 55

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

Shades of Melanzane #392F37

Tints of Melanzane #392F37

RGB

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

 GREEN value IS 47 (18.75% from 255) = 29.56%

 BLUE value IS 55 (21.88% from 255) = 34.59%

R = 35.85%
G = 29.56%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

#392F37 (or 0x392F37) is known color: Melanzane. HEX triplet: 39, 2F and 37. RGB value is (57,47,55). Sum of RGB (Red+Green+Blue) = 57+47+55=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 47 (18.75% from 255 or 29.56% from 159); Blue value is 55 (21.88% from 255 or 34.59% from 159); Max value from RGB is 57 - color contains mainly: red. Hex color #392F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392F37 is #C6D0C8. Grayscale: #323232. Windows color (decimal): -13029577 or 3616569. OLE color: 3616569.

HSL color Cylindrical-coordinate representation of color #392F37: hue angle of 312º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #392F37 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 47 55 -
CMYK 0 0.18 0.04 0.78
HSL 312º 0.1% 0.2% -
HSV(B) 312º 0.18% 0.22% -
XYZ 3.39 3.18 4.05 -
YUV 50.9 130.31 132.35 -
System Red Green Blue C M Y K H S L
Decimal 57 47 55 0 0.18 0.04 0.78 312 0.1 0.2
Hex 39 2F 37 0 12 4 4E 138 A 14
Octal 71 57 67 0 22 4 116 470 12 24
Binary 111001 101111 110111 0 10010 100 1001110 100111000 1010 10100

Color Harmonies of #392F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392F37

Black with #392F37

Text Example


Text Example

White with #392F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392F37; }

 p { color: rgb(57,47,55); }

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

background-color css

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

 a { background-color: rgb(57,47,55); }

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

border-color css

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

 span { border-color: rgb(57,47,55); }

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