Html Css Color HEX #392232 Melanzane

📋 copy color: '#392232'

red 57 ◦ green 34 ◦ blue 50

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

Shades of Melanzane #392232

Tints of Melanzane #392232

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.11%

 BLUE value IS 50 (19.92% from 255) = 35.46%

R = 40.43%
G = 24.11%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#392232 (or 0x392232) is known color: Melanzane. HEX triplet: 39, 22 and 32. RGB value is (57,34,50). Sum of RGB (Red+Green+Blue) = 57+34+50=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 50 (19.92% from 255 or 35.46% from 141); Max value from RGB is 57 - color contains mainly: red. Hex color #392232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392232 is #C6DDCD. Grayscale: #2A2A2A. Windows color (decimal): -13032910 or 3285561. OLE color: 3285561.

HSL color Cylindrical-coordinate representation of color #392232: hue angle of 318.26º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #392232 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 34 50 -
CMYK 0 0.40 0.12 0.78
HSL 318.26º 0.25% 0.18% -
HSV(B) 318.26º 0.4% 0.22% -
XYZ 2.84 2.24 3.3 -
YUV 42.7 132.12 138.2 -
System Red Green Blue C M Y K H S L
Decimal 57 34 50 0 0.40 0.12 0.78 318.26 0.25 0.18
Hex 39 22 32 0 28 C 4E 13E 19 12
Octal 71 42 62 0 50 14 116 476 31 22
Binary 111001 100010 110010 0 101000 1100 1001110 100111110 11001 10010

Color Harmonies of #392232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392232

Black with #392232

Text Example


Text Example

White with #392232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392232; }

 p { color: rgb(57,34,50); }

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

background-color css

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

 a { background-color: rgb(57,34,50); }

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

border-color css

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

 span { border-color: rgb(57,34,50); }

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