#372032

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

Shades of Melanzane #372032

Tints of Melanzane #372032

Color information

#372032 (or 0x372032) is unknown color: approx Melanzane. HEX triplet: 37, 20 and 32. RGB value is (55,32,50). Sum of RGB (Red+Green+Blue) = 55+32+50=137 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.15% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 50 (19.92% from 255 or 36.50% from 137); Max value from RGB is 55 - color contains mainly: red. Hex color #372032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372032 is #C8DFCD. Grayscale: #282828. Windows color (decimal): -13164494 or 3285047. OLE color: 3285047.

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

Color convert

RGB553250-
CMYK00.420.090.78
HSL313.04º26.44%17.06%-
HSV(B)313.04º41.82%21.57%-
XYZ2.672.083.28-
YUV40.93133.12138.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 40.15%
GREEN value IS 32 (12.89% from 255) = 23.36%
BLUE value IS 50 (19.92% from 255) = 36.50%
R=40.15%
G=23.36%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55325000.420.090.78313.0426.4417.06
Hex37203202A94E1391a11
Octal674062052111164713221
Binary1101111000001100100101010100110011101001110011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372032; }

 p { color: rgb(55,32,50); }

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

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

 a { background-color: rgb(55,32,50); }

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

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

 span { border-color: rgb(55,32,50); }

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