#311729

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

Shades of Melanzane #311729

Tints of Melanzane #311729

Color information

#311729 (or 0x311729) is unknown color: approx Melanzane. HEX triplet: 31, 17 and 29. RGB value is (49,23,41). Sum of RGB (Red+Green+Blue) = 49+23+41=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 41 (16.41% from 255 or 36.28% from 113); Max value from RGB is 49 - color contains mainly: red. Hex color #311729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311729 is #CEE8D6. Grayscale: #202020. Windows color (decimal): -13560023 or 2692913. OLE color: 2692913.

HSL color Cylindrical-coordinate representation of color #311729: hue angle of 318.46º 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 #311729 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.81.

Color convert

RGB492341-
CMYK00.530.160.81
HSL318.46º36.11%14.12%-
HSV(B)318.46º53.06%19.22%-
XYZ1.971.432.27-
YUV32.83132.61139.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.36%
GREEN value IS 23 (9.38% from 255) = 20.35%
BLUE value IS 41 (16.41% from 255) = 36.28%
R=43.36%
G=20.35%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49234100.530.160.81318.4636.1114.12
Hex311729035105113e24e
Octal612751065201214764416
Binary1100011011110100101101011000010100011001111101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311729; }

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

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

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

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

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

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

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

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