Html Css Color HEX #392033 Melanzane

📋 copy color: '#392033'

red 57 ◦ green 32 ◦ blue 51

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

Shades of Melanzane #392033

Tints of Melanzane #392033

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.86%

 BLUE value IS 51 (20.31% from 255) = 36.43%

R = 40.71%
G = 22.86%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#392033 (or 0x392033) is known color: Melanzane. HEX triplet: 39, 20 and 33. RGB value is (57,32,51). Sum of RGB (Red+Green+Blue) = 57+32+51=140 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.71% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 51 (20.31% from 255 or 36.43% from 140); Max value from RGB is 57 - color contains mainly: red. Hex color #392033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392033 is #C6DFCC. Grayscale: #292929. Windows color (decimal): -13033421 or 3350585. OLE color: 3350585.

HSL color Cylindrical-coordinate representation of color #392033: hue angle of 314.4º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #392033 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 32 51 -
CMYK 0 0.44 0.11 0.78
HSL 314.4º 0.28% 0.17% -
HSV(B) 314.4º 0.44% 0.22% -
XYZ 2.8 2.14 3.4 -
YUV 41.64 133.28 138.96 -
System Red Green Blue C M Y K H S L
Decimal 57 32 51 0 0.44 0.11 0.78 314.4 0.28 0.17
Hex 39 20 33 0 2C B 4E 13A 1C 11
Octal 71 40 63 0 54 13 116 472 34 21
Binary 111001 100000 110011 0 101100 1011 1001110 100111010 11100 10001

Color Harmonies of #392033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392033

Black with #392033

Text Example


Text Example

White with #392033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392033; }

 p { color: rgb(57,32,51); }

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

background-color css

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

 a { background-color: rgb(57,32,51); }

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

border-color css

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

 span { border-color: rgb(57,32,51); }

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