Html Css Color HEX #392334 Melanzane

📋 copy color: '#392334'

red 57 ◦ green 35 ◦ blue 52

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

Shades of Melanzane #392334

Tints of Melanzane #392334

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.31%

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

R = 39.58%
G = 24.31%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#392334 (or 0x392334) is known color: Melanzane. HEX triplet: 39, 23 and 34. RGB value is (57,35,52). Sum of RGB (Red+Green+Blue) = 57+35+52=144 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.58% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 52 (20.70% from 255 or 36.11% from 144); Max value from RGB is 57 - color contains mainly: red. Hex color #392334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392334 is #C6DCCB. Grayscale: #2B2B2B. Windows color (decimal): -13032652 or 3416889. OLE color: 3416889.

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

Color convert

RGB 57 35 52 -
CMYK 0 0.39 0.09 0.78
HSL 313.64º 0.24% 0.18% -
HSV(B) 313.64º 0.39% 0.22% -
XYZ 2.91 2.32 3.54 -
YUV 43.52 132.79 137.62 -
System Red Green Blue C M Y K H S L
Decimal 57 35 52 0 0.39 0.09 0.78 313.64 0.24 0.18
Hex 39 23 34 0 27 9 4E 13A 18 12
Octal 71 43 64 0 47 11 116 472 30 22
Binary 111001 100011 110100 0 100111 1001 1001110 100111010 11000 10010

Color Harmonies of #392334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392334

Black with #392334

Text Example


Text Example

White with #392334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392334; }

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

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

background-color css

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

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

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

border-color css

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

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

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