#372531

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

Shades of Melanzane #372531

Tints of Melanzane #372531

Color information

#372531 (or 0x372531) is unknown color: approx Melanzane. HEX triplet: 37, 25 and 31. RGB value is (55,37,49). Sum of RGB (Red+Green+Blue) = 55+37+49=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 55 - color contains mainly: red. Hex color #372531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372531 is #C8DACE. Grayscale: #2B2B2B. Windows color (decimal): -13163215 or 3220791. OLE color: 3220791.

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

Color convert

RGB553749-
CMYK00.330.110.78
HSL320º19.57%18.04%-
HSV(B)320º32.73%21.57%-
XYZ2.792.363.21-
YUV43.75130.96136.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.01%
GREEN value IS 37 (14.84% from 255) = 26.24%
BLUE value IS 49 (19.53% from 255) = 34.75%
R=39.01%
G=26.24%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55374900.330.110.7832019.5718.04
Hex372531021B4E1401412
Octal674561041131165002422
Binary1101111001011100010100001101110011101010000001010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372531; }

 p { color: rgb(55,37,49); }

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

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

 a { background-color: rgb(55,37,49); }

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

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

 span { border-color: rgb(55,37,49); }

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