#31192B

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

Shades of Melanzane #31192B

Tints of Melanzane #31192B

Color information

#31192B (or 0x31192B) is unknown color: approx Melanzane. HEX triplet: 31, 19 and 2B. RGB value is (49,25,43). Sum of RGB (Red+Green+Blue) = 49+25+43=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 25 (10.16% from 255 or 21.37% from 117); Blue value is 43 (17.19% from 255 or 36.75% from 117); Max value from RGB is 49 - color contains mainly: red. Hex color #31192B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31192B is #CEE6D4. Grayscale: #222222. Windows color (decimal): -13559509 or 2824497. OLE color: 2824497.

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

Color convert

RGB492543-
CMYK00.490.120.81
HSL315º32.43%14.51%-
HSV(B)315º48.98%19.22%-
XYZ2.051.522.47-
YUV34.23132.95138.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.88%
GREEN value IS 25 (10.16% from 255) = 21.37%
BLUE value IS 43 (17.19% from 255) = 36.75%
R=41.88%
G=21.37%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49254300.490.120.8131532.4314.51
Hex31192B031C5113b20f
Octal613153061141214734017
Binary110001110011010110110001110010100011001110111000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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