#311728

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

Shades of Melanzane #311728

Tints of Melanzane #311728

Color information

#311728 (or 0x311728) is unknown color: approx Melanzane. HEX triplet: 31, 17 and 28. RGB value is (49,23,40). Sum of RGB (Red+Green+Blue) = 49+23+40=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 23 (9.38% from 255 or 20.54% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 49 - color contains mainly: red. Hex color #311728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311728 is #CEE8D7. Grayscale: #202020. Windows color (decimal): -13560024 or 2627377. OLE color: 2627377.

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

Color convert

RGB492340-
CMYK00.530.180.81
HSL320.77º36.11%14.12%-
HSV(B)320.77º53.06%19.22%-
XYZ1.961.422.18-
YUV32.71132.11139.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.75%
GREEN value IS 23 (9.38% from 255) = 20.54%
BLUE value IS 40 (16.02% from 255) = 35.71%
R=43.75%
G=20.54%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49234000.530.180.81320.7736.1114.12
Hex311728035125114124e
Octal612750065221215014416
Binary1100011011110100001101011001010100011010000011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311728; }

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

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

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

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

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

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

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

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