#371B2F

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

Shades of Melanzane #371B2F

Tints of Melanzane #371B2F

Color information

#371B2F (or 0x371B2F) is unknown color: approx Melanzane. HEX triplet: 37, 1B and 2F. RGB value is (55,27,47). Sum of RGB (Red+Green+Blue) = 55+27+47=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 27 (10.94% from 255 or 20.93% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 55 - color contains mainly: red. Hex color #371B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371B2F is #C8E4D0. Grayscale: #252525. Windows color (decimal): -13165777 or 3087159. OLE color: 3087159.

HSL color Cylindrical-coordinate representation of color #371B2F: hue angle of 317.14º 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 #371B2F is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.78.

Color convert

RGB552747-
CMYK00.510.150.78
HSL317.14º34.15%16.08%-
HSV(B)317.14º50.91%21.57%-
XYZ2.481.82.91-
YUV37.65133.28140.37-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.64%
GREEN value IS 27 (10.94% from 255) = 20.93%
BLUE value IS 47 (18.75% from 255) = 36.43%
R=42.64%
G=20.93%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55274700.510.150.78317.1434.1516.08
Hex371B2F033F4E13d2210
Octal673357063171164754220
Binary1101111101110111101100111111100111010011110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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