#371B32

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

Shades of Melanzane #371B32

Tints of Melanzane #371B32

Color information

#371B32 (or 0x371B32) is unknown color: approx Melanzane. HEX triplet: 37, 1B and 32. RGB value is (55,27,50). Sum of RGB (Red+Green+Blue) = 55+27+50=132 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.67% from 132); Green value is 27 (10.94% from 255 or 20.45% from 132); Blue value is 50 (19.92% from 255 or 37.88% from 132); Max value from RGB is 55 - color contains mainly: red. Hex color #371B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371B32 is #C8E4CD. Grayscale: #252525. Windows color (decimal): -13165774 or 3283767. OLE color: 3283767.

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

Color convert

RGB552750-
CMYK00.510.090.78
HSL310.71º34.15%16.08%-
HSV(B)310.71º50.91%21.57%-
XYZ2.541.833.24-
YUV37.99134.78140.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.67%
GREEN value IS 27 (10.94% from 255) = 20.45%
BLUE value IS 50 (19.92% from 255) = 37.88%
R=41.67%
G=20.45%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55275000.510.090.78310.7134.1516.08
Hex371B3203394E1372210
Octal673362063111164674220
Binary1101111101111001001100111001100111010011011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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