#372831

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

Shades of Melanzane #372831

Tints of Melanzane #372831

Color information

#372831 (or 0x372831) is unknown color: approx Melanzane. HEX triplet: 37, 28 and 31. RGB value is (55,40,49). Sum of RGB (Red+Green+Blue) = 55+40+49=144 (19% of max value = 765). Red value is 55 (21.88% from 255 or 38.19% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 49 (19.53% from 255 or 34.03% from 144); Max value from RGB is 55 - color contains mainly: red. Hex color #372831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372831 is #C8D7CE. Grayscale: #2D2D2D. Windows color (decimal): -13162447 or 3221559. OLE color: 3221559.

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

Color convert

RGB554049-
CMYK00.270.110.78
HSL324º15.79%18.63%-
HSV(B)324º27.27%21.57%-
XYZ2.892.553.25-
YUV45.51129.97134.77-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.19%
GREEN value IS 40 (16.02% from 255) = 27.78%
BLUE value IS 49 (19.53% from 255) = 34.03%
R=38.19%
G=27.78%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55404900.270.110.7832415.7918.63
Hex37283101BB4E1441013
Octal675061033131165042023
Binary110111101000110001011011101110011101010001001000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372831; }

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

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

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

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

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

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

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

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