Html Css Color HEX #392A34 Melanzane

📋 copy color: '#392A34'

red 57 ◦ green 42 ◦ blue 52

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

Shades of Melanzane #392A34

Tints of Melanzane #392A34

RGB

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

 GREEN value IS 42 (16.8% from 255) = 27.81%

 BLUE value IS 52 (20.7% from 255) = 34.44%

R = 37.75%
G = 27.81%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#392A34 (or 0x392A34) is known color: Melanzane. HEX triplet: 39, 2A and 34. RGB value is (57,42,52). Sum of RGB (Red+Green+Blue) = 57+42+52=151 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.75% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 52 (20.70% from 255 or 34.44% from 151); Max value from RGB is 57 - color contains mainly: red. Hex color #392A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392A34 is #C6D5CB. Grayscale: #2F2F2F. Windows color (decimal): -13030860 or 3418681. OLE color: 3418681.

HSL color Cylindrical-coordinate representation of color #392A34: hue angle of 320º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #392A34 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 42 52 -
CMYK 0 0.26 0.09 0.78
HSL 320º 0.15% 0.19% -
HSV(B) 320º 0.26% 0.22% -
XYZ 3.14 2.77 3.62 -
YUV 47.63 130.47 134.69 -
System Red Green Blue C M Y K H S L
Decimal 57 42 52 0 0.26 0.09 0.78 320 0.15 0.19
Hex 39 2A 34 0 1A 9 4E 140 F 13
Octal 71 52 64 0 32 11 116 500 17 23
Binary 111001 101010 110100 0 11010 1001 1001110 101000000 1111 10011

Color Harmonies of #392A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392A34

Black with #392A34

Text Example


Text Example

White with #392A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,42,52); }

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

background-color css

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

 a { background-color: rgb(57,42,52); }

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

border-color css

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

 span { border-color: rgb(57,42,52); }

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