#392834

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

Shades of Melanzane #392834

Tints of Melanzane #392834

Color information

#392834 (or 0x392834) is unknown color: approx Melanzane. HEX triplet: 39, 28 and 34. RGB value is (57,40,52). Sum of RGB (Red+Green+Blue) = 57+40+52=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 57 - color contains mainly: red. Hex color #392834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392834 is #C6D7CB. Grayscale: #2E2E2E. Windows color (decimal): -13031372 or 3418169. OLE color: 3418169.

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

Color convert

RGB574052-
CMYK00.300.090.78
HSL317.65º17.53%19.02%-
HSV(B)317.65º29.82%22.35%-
XYZ3.072.643.6-
YUV46.45131.13135.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.26%
GREEN value IS 40 (16.02% from 255) = 26.85%
BLUE value IS 52 (20.70% from 255) = 34.90%
R=38.26%
G=26.85%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57405200.300.090.78317.6517.5319.02
Hex39283401E94E13e1213
Octal715064036111164762223
Binary111001101000110100011110100110011101001111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392834; }

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

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

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

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

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

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

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

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