#31182B

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

Shades of Melanzane #31182B

Tints of Melanzane #31182B

Color information

#31182B (or 0x31182B) is unknown color: approx Melanzane. HEX triplet: 31, 18 and 2B. RGB value is (49,24,43). Sum of RGB (Red+Green+Blue) = 49+24+43=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 24 (9.77% from 255 or 20.69% from 116); Blue value is 43 (17.19% from 255 or 37.07% from 116); Max value from RGB is 49 - color contains mainly: red. Hex color #31182B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31182B is #CEE7D4. Grayscale: #212121. Windows color (decimal): -13559765 or 2824241. OLE color: 2824241.

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

Color convert

RGB492443-
CMYK00.510.120.81
HSL314.4º34.25%14.31%-
HSV(B)314.4º51.02%19.22%-
XYZ2.031.482.46-
YUV33.64133.28138.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.24%
GREEN value IS 24 (9.77% from 255) = 20.69%
BLUE value IS 43 (17.19% from 255) = 37.07%
R=42.24%
G=20.69%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49244300.510.120.81314.434.2514.31
Hex31182B033C5113a22e
Octal613053063141214724216
Binary110001110001010110110011110010100011001110101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31182B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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