#31182A

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

Shades of Melanzane #31182A

Tints of Melanzane #31182A

Color information

#31182A (or 0x31182A) is unknown color: approx Melanzane. HEX triplet: 31, 18 and 2A. RGB value is (49,24,42). Sum of RGB (Red+Green+Blue) = 49+24+42=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 49 - color contains mainly: red. Hex color #31182A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31182A is #CEE7D5. Grayscale: #212121. Windows color (decimal): -13559766 or 2758705. OLE color: 2758705.

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

Color convert

RGB492442-
CMYK00.510.140.81
HSL316.8º34.25%14.31%-
HSV(B)316.8º51.02%19.22%-
XYZ2.011.472.37-
YUV33.53132.78139.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.61%
GREEN value IS 24 (9.77% from 255) = 20.87%
BLUE value IS 42 (16.80% from 255) = 36.52%
R=42.61%
G=20.87%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49244200.510.140.81316.834.2514.31
Hex31182A033E5113d22e
Octal613052063161214754216
Binary110001110001010100110011111010100011001111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31182A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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