#31112A

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

Shades of Melanzane #31112A

Tints of Melanzane #31112A

Color information

#31112A (or 0x31112A) is unknown color: approx Melanzane. HEX triplet: 31, 11 and 2A. RGB value is (49,17,42). Sum of RGB (Red+Green+Blue) = 49+17+42=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 42 (16.80% from 255 or 38.89% from 108); Max value from RGB is 49 - color contains mainly: red. Hex color #31112A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31112A is #CEEED5. Grayscale: #1D1D1D. Windows color (decimal): -13561558 or 2756913. OLE color: 2756913.

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

Color convert

RGB491742-
CMYK00.650.140.81
HSL313.12º48.48%12.94%-
HSV(B)313.12º65.31%19.22%-
XYZ1.881.222.33-
YUV29.42135.1141.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.37%
GREEN value IS 17 (7.03% from 255) = 15.74%
BLUE value IS 42 (16.80% from 255) = 38.89%
R=45.37%
G=15.74%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49174200.650.140.81313.1248.4812.94
Hex31112A041E5113930d
Octal6121520101161214716015
Binary1100011000110101001000001111010100011001110011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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