#371F2E

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

Shades of Melanzane #371F2E

Tints of Melanzane #371F2E

Color information

#371F2E (or 0x371F2E) is unknown color: approx Melanzane. HEX triplet: 37, 1F and 2E. RGB value is (55,31,46). Sum of RGB (Red+Green+Blue) = 55+31+46=132 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.67% from 132); Green value is 31 (12.5% from 255 or 23.48% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 55 - color contains mainly: red. Hex color #371F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371F2E is #C8E0D1. Grayscale: #272727. Windows color (decimal): -13164754 or 3022647. OLE color: 3022647.

HSL color Cylindrical-coordinate representation of color #371F2E: hue angle of 322.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 #371F2E is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB553146-
CMYK00.440.160.78
HSL322.5º27.91%16.86%-
HSV(B)322.5º43.64%21.57%-
XYZ2.561.992.83-
YUV39.89131.45138.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.67%
GREEN value IS 31 (12.5% from 255) = 23.48%
BLUE value IS 46 (18.36% from 255) = 34.85%
R=41.67%
G=23.48%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55314600.440.160.78322.527.9116.86
Hex371F2E02C104E1421c11
Octal673756054201165023421
Binary1101111111110111001011001000010011101010000101110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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