#371F32

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

Shades of Melanzane #371F32

Tints of Melanzane #371F32

Color information

#371F32 (or 0x371F32) is unknown color: approx Melanzane. HEX triplet: 37, 1F and 32. RGB value is (55,31,50). Sum of RGB (Red+Green+Blue) = 55+31+50=136 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.44% from 136); Green value is 31 (12.5% from 255 or 22.79% from 136); Blue value is 50 (19.92% from 255 or 36.76% from 136); Max value from RGB is 55 - color contains mainly: red. Hex color #371F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371F32 is #C8E0CD. Grayscale: #282828. Windows color (decimal): -13164750 or 3284791. OLE color: 3284791.

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

Color convert

RGB553150-
CMYK00.440.090.78
HSL312.5º27.91%16.86%-
HSV(B)312.5º43.64%21.57%-
XYZ2.642.023.27-
YUV40.34133.45138.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 40.44%
GREEN value IS 31 (12.5% from 255) = 22.79%
BLUE value IS 50 (19.92% from 255) = 36.76%
R=40.44%
G=22.79%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55315000.440.090.78312.527.9116.86
Hex371F3202C94E1381c11
Octal673762054111164703421
Binary110111111111100100101100100110011101001110001110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371F32; }

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

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

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

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

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

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

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

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