#31172A

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

Shades of Melanzane #31172A

Tints of Melanzane #31172A

Color information

#31172A (or 0x31172A) is unknown color: approx Melanzane. HEX triplet: 31, 17 and 2A. RGB value is (49,23,42). Sum of RGB (Red+Green+Blue) = 49+23+42=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 42 (16.80% from 255 or 36.84% from 114); Max value from RGB is 49 - color contains mainly: red. Hex color #31172A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31172A is #CEE8D5. Grayscale: #202020. Windows color (decimal): -13560022 or 2758449. OLE color: 2758449.

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

Color convert

RGB492342-
CMYK00.530.140.81
HSL316.15º36.11%14.12%-
HSV(B)316.15º53.06%19.22%-
XYZ1.991.432.36-
YUV32.94133.11139.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.98%
GREEN value IS 23 (9.38% from 255) = 20.18%
BLUE value IS 42 (16.80% from 255) = 36.84%
R=42.98%
G=20.18%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49234200.530.140.81316.1536.1114.12
Hex31172A035E5113c24e
Octal612752065161214744416
Binary110001101111010100110101111010100011001111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31172A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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