#31152B

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

Shades of Melanzane #31152B

Tints of Melanzane #31152B

Color information

#31152B (or 0x31152B) is unknown color: approx Melanzane. HEX triplet: 31, 15 and 2B. RGB value is (49,21,43). Sum of RGB (Red+Green+Blue) = 49+21+43=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 43 (17.19% from 255 or 38.05% from 113); Max value from RGB is 49 - color contains mainly: red. Hex color #31152B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31152B is #CEEAD4. Grayscale: #1F1F1F. Windows color (decimal): -13560533 or 2823473. OLE color: 2823473.

HSL color Cylindrical-coordinate representation of color #31152B: hue angle of 312.86º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #31152B is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.81.

Color convert

RGB492143-
CMYK00.570.120.81
HSL312.86º40%13.73%-
HSV(B)312.86º57.14%19.22%-
XYZ1.971.362.44-
YUV31.88134.28140.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.36%
GREEN value IS 21 (8.59% from 255) = 18.58%
BLUE value IS 43 (17.19% from 255) = 38.05%
R=43.36%
G=18.58%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49214300.570.120.81312.864013.73
Hex31152B039C5113928e
Octal612553071141214715016
Binary110001101011010110111001110010100011001110011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31152B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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