#311528

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

Shades of Melanzane #311528

Tints of Melanzane #311528

Color information

#311528 (or 0x311528) is unknown color: approx Melanzane. HEX triplet: 31, 15 and 28. RGB value is (49,21,40). Sum of RGB (Red+Green+Blue) = 49+21+40=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 49 - color contains mainly: red. Hex color #311528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311528 is #CEEAD7. Grayscale: #1F1F1F. Windows color (decimal): -13560536 or 2626865. OLE color: 2626865.

HSL color Cylindrical-coordinate representation of color #311528: hue angle of 319.29º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #311528 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.81.

Color convert

RGB492140-
CMYK00.570.180.81
HSL319.29º40%13.73%-
HSV(B)319.29º57.14%19.22%-
XYZ1.921.342.17-
YUV31.54132.78140.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.55%
GREEN value IS 21 (8.59% from 255) = 19.09%
BLUE value IS 40 (16.02% from 255) = 36.36%
R=44.55%
G=19.09%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49214000.570.180.81319.294013.73
Hex311528039125113f28e
Octal612550071221214775016
Binary1100011010110100001110011001010100011001111111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311528; }

 p { color: rgb(49,21,40); }

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

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

 a { background-color: rgb(49,21,40); }

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

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

 span { border-color: rgb(49,21,40); }

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