#31172B

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

Shades of Melanzane #31172B

Tints of Melanzane #31172B

Color information

#31172B (or 0x31172B) is unknown color: approx Melanzane. HEX triplet: 31, 17 and 2B. RGB value is (49,23,43). Sum of RGB (Red+Green+Blue) = 49+23+43=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 23 (9.38% from 255 or 20% from 115); Blue value is 43 (17.19% from 255 or 37.39% from 115); Max value from RGB is 49 - color contains mainly: red. Hex color #31172B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31172B is #CEE8D4. Grayscale: #212121. Windows color (decimal): -13560021 or 2823985. OLE color: 2823985.

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

Color convert

RGB492343-
CMYK00.530.120.81
HSL313.85º36.11%14.12%-
HSV(B)313.85º53.06%19.22%-
XYZ2.011.442.46-
YUV33.05133.61139.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.61%
GREEN value IS 23 (9.38% from 255) = 20%
BLUE value IS 43 (17.19% from 255) = 37.39%
R=42.61%
G=20%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49234300.530.120.81313.8536.1114.12
Hex31172B035C5113a24e
Octal612753065141214724416
Binary110001101111010110110101110010100011001110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31172B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31172B; }

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

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

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

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

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

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

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

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