#392130

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

Shades of Melanzane #392130

Tints of Melanzane #392130

Color information

#392130 (or 0x392130) is unknown color: approx Melanzane. HEX triplet: 39, 21 and 30. RGB value is (57,33,48). Sum of RGB (Red+Green+Blue) = 57+33+48=138 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.30% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 57 - color contains mainly: red. Hex color #392130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392130 is #C6DECF. Grayscale: #292929. Windows color (decimal): -13033168 or 3154233. OLE color: 3154233.

HSL color Cylindrical-coordinate representation of color #392130: hue angle of 322.5º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #392130 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB573348-
CMYK00.420.160.78
HSL322.5º26.67%17.65%-
HSV(B)322.5º42.11%22.35%-
XYZ2.762.173.07-
YUV41.89131.45138.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.30%
GREEN value IS 33 (13.28% from 255) = 23.91%
BLUE value IS 48 (19.14% from 255) = 34.78%
R=41.30%
G=23.91%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57334800.420.160.78322.526.6717.65
Hex39213002A104E1421b12
Octal714160052201165023322
Binary11100110000111000001010101000010011101010000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392130; }

 p { color: rgb(57,33,48); }

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

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

 a { background-color: rgb(57,33,48); }

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

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

 span { border-color: rgb(57,33,48); }

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