#392E35

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

Shades of Melanzane #392E35

Tints of Melanzane #392E35

Color information

#392E35 (or 0x392E35) is unknown color: approx Melanzane. HEX triplet: 39, 2E and 35. RGB value is (57,46,53). Sum of RGB (Red+Green+Blue) = 57+46+53=156 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.54% from 156); Green value is 46 (18.36% from 255 or 29.49% from 156); Blue value is 53 (21.09% from 255 or 33.97% from 156); Max value from RGB is 57 - color contains mainly: red. Hex color #392E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392E35 is #C6D1CA. Grayscale: #323232. Windows color (decimal): -13029835 or 3485241. OLE color: 3485241.

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

Color convert

RGB574653-
CMYK00.190.070.78
HSL321.82º10.68%20.2%-
HSV(B)321.82º19.3%22.35%-
XYZ3.313.083.79-
YUV50.09129.64132.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.54%
GREEN value IS 46 (18.36% from 255) = 29.49%
BLUE value IS 53 (21.09% from 255) = 33.97%
R=36.54%
G=29.49%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57465300.190.070.78321.8210.6820.2
Hex392E3501374E142b14
Octal71566502371165021324
Binary1110011011101101010100111111001110101000010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,46,53); }

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

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

 a { background-color: rgb(57,46,53); }

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

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

 span { border-color: rgb(57,46,53); }

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