#31132A

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

Shades of Melanzane #31132A

Tints of Melanzane #31132A

Color information

#31132A (or 0x31132A) is unknown color: approx Melanzane. HEX triplet: 31, 13 and 2A. RGB value is (49,19,42). Sum of RGB (Red+Green+Blue) = 49+19+42=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 42 (16.80% from 255 or 38.18% from 110); Max value from RGB is 49 - color contains mainly: red. Hex color #31132A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31132A is #CEECD5. Grayscale: #1E1E1E. Windows color (decimal): -13561046 or 2757425. OLE color: 2757425.

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

Color convert

RGB491942-
CMYK00.610.140.81
HSL314º44.12%13.33%-
HSV(B)314º61.22%19.22%-
XYZ1.921.292.34-
YUV30.59134.44141.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.55%
GREEN value IS 19 (7.81% from 255) = 17.27%
BLUE value IS 42 (16.80% from 255) = 38.18%
R=44.55%
G=17.27%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49194200.610.140.8131444.1213.33
Hex31132A03DE5113a2cd
Octal612352075161214725415
Binary110001100111010100111101111010100011001110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31132A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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