#371530

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

Shades of Melanzane #371530

Tints of Melanzane #371530

Color information

#371530 (or 0x371530) is unknown color: approx Melanzane. HEX triplet: 37, 15 and 30. RGB value is (55,21,48). Sum of RGB (Red+Green+Blue) = 55+21+48=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 48 (19.14% from 255 or 38.71% from 124); Max value from RGB is 55 - color contains mainly: red. Hex color #371530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371530 is #C8EACF. Grayscale: #222222. Windows color (decimal): -13167312 or 3151159. OLE color: 3151159.

HSL color Cylindrical-coordinate representation of color #371530: hue angle of 312.35º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #371530 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.78.

Color convert

RGB552148-
CMYK00.620.130.78
HSL312.35º44.74%14.9%-
HSV(B)312.35º61.82%21.57%-
XYZ2.381.562.97-
YUV34.24135.76142.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44.35%
GREEN value IS 21 (8.59% from 255) = 16.94%
BLUE value IS 48 (19.14% from 255) = 38.71%
R=44.35%
G=16.94%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.13
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55214800.620.130.78312.3544.7414.9
Hex37153003ED4E1382df
Octal672560076151164705517
Binary110111101011100000111110110110011101001110001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371530; }

 p { color: rgb(55,21,48); }

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

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

 a { background-color: rgb(55,21,48); }

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

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

 span { border-color: rgb(55,21,48); }

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