#31152A

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

Shades of Melanzane #31152A

Tints of Melanzane #31152A

Color information

#31152A (or 0x31152A) is unknown color: approx Melanzane. HEX triplet: 31, 15 and 2A. RGB value is (49,21,42). Sum of RGB (Red+Green+Blue) = 49+21+42=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 42 (16.80% from 255 or 37.5% from 112); Max value from RGB is 49 - color contains mainly: red. Hex color #31152A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31152A is #CEEAD5. Grayscale: #1F1F1F. Windows color (decimal): -13560534 or 2757937. OLE color: 2757937.

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

Color convert

RGB492142-
CMYK00.570.140.81
HSL315º40%13.73%-
HSV(B)315º57.14%19.22%-
XYZ1.951.362.35-
YUV31.77133.78140.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.75%
GREEN value IS 21 (8.59% from 255) = 18.75%
BLUE value IS 42 (16.80% from 255) = 37.5%
R=43.75%
G=18.75%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49214200.570.140.813154013.73
Hex31152A039E5113b28e
Octal612552071161214735016
Binary110001101011010100111001111010100011001110111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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