#392A33

Color #392A33 Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #392A33

Tints of Melanzane #392A33

Color information

#392A33 (or 0x392A33) is unknown color: approx Melanzane. HEX triplet: 39, 2A and 33. RGB value is (57,42,51). Sum of RGB (Red+Green+Blue) = 57+42+51=150 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38% from 150); Green value is 42 (16.80% from 255 or 28% from 150); Blue value is 51 (20.31% from 255 or 34% from 150); Max value from RGB is 57 - color contains mainly: red. Hex color #392A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392A33 is #C6D5CC. Grayscale: #2F2F2F. Windows color (decimal): -13030861 or 3353145. OLE color: 3353145.

HSL color Cylindrical-coordinate representation of color #392A33: hue angle of 324º 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 #392A33 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB574251-
CMYK00.260.110.78
HSL324º15.15%19.41%-
HSV(B)324º26.32%22.35%-
XYZ3.112.763.5-
YUV47.51129.97134.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38%
GREEN value IS 42 (16.80% from 255) = 28%
BLUE value IS 51 (20.31% from 255) = 34%
R=38%
G=28%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57425100.260.110.7832415.1519.41
Hex392A3301AB4E144f13
Octal715263032131165041723
Binary11100110101011001101101010111001110101000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #392A33;
 }
 .AnyTagClassName
 {
   color: #392A33;
 }
</style>
background-color css

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

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

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

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

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

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