#372332

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

Shades of Melanzane #372332

Tints of Melanzane #372332

Color information

#372332 (or 0x372332) is unknown color: approx Melanzane. HEX triplet: 37, 23 and 32. RGB value is (55,35,50). Sum of RGB (Red+Green+Blue) = 55+35+50=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 55 - color contains mainly: red. Hex color #372332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372332 is #C8DCCD. Grayscale: #2A2A2A. Windows color (decimal): -13163726 or 3285815. OLE color: 3285815.

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

Color convert

RGB553550-
CMYK00.360.090.78
HSL315º22.22%17.65%-
HSV(B)315º36.36%21.57%-
XYZ2.752.243.31-
YUV42.69132.13136.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.29%
GREEN value IS 35 (14.06% from 255) = 25%
BLUE value IS 50 (19.92% from 255) = 35.71%
R=39.29%
G=25%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55355000.360.090.7831522.2217.65
Hex37233202494E13b1612
Octal674362044111164732622
Binary1101111000111100100100100100110011101001110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372332; }

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

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

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

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

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

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

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

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