#31192A

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

Shades of Melanzane #31192A

Tints of Melanzane #31192A

Color information

#31192A (or 0x31192A) is unknown color: approx Melanzane. HEX triplet: 31, 19 and 2A. RGB value is (49,25,42). Sum of RGB (Red+Green+Blue) = 49+25+42=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 25 (10.16% from 255 or 21.55% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 49 - color contains mainly: red. Hex color #31192A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31192A is #CEE6D5. Grayscale: #222222. Windows color (decimal): -13559510 or 2758961. OLE color: 2758961.

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

Color convert

RGB492542-
CMYK00.490.140.81
HSL317.5º32.43%14.51%-
HSV(B)317.5º48.98%19.22%-
XYZ2.031.522.38-
YUV34.11132.45138.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.24%
GREEN value IS 25 (10.16% from 255) = 21.55%
BLUE value IS 42 (16.80% from 255) = 36.21%
R=42.24%
G=21.55%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49254200.490.140.81317.532.4314.51
Hex31192A031E5113e20f
Octal613152061161214764017
Binary110001110011010100110001111010100011001111101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31192A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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