#31242D

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

Shades of Melanzane #31242D

Tints of Melanzane #31242D

Color information

#31242D (or 0x31242D) is unknown color: approx Melanzane. HEX triplet: 31, 24 and 2D. RGB value is (49,36,45). Sum of RGB (Red+Green+Blue) = 49+36+45=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 49 - color contains mainly: red. Hex color #31242D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31242D is #CEDBD2. Grayscale: #282828. Windows color (decimal): -13556691 or 2958385. OLE color: 2958385.

HSL color Cylindrical-coordinate representation of color #31242D: hue angle of 318.46º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #31242D is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB493645-
CMYK00.270.080.81
HSL318.46º15.29%16.67%-
HSV(B)318.46º26.53%19.22%-
XYZ2.372.12.76-
YUV40.91130.31133.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.69%
GREEN value IS 36 (14.45% from 255) = 27.69%
BLUE value IS 45 (17.97% from 255) = 34.62%
R=37.69%
G=27.69%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49364500.270.080.81318.4615.2916.67
Hex31242D01B85113ef11
Octal614455033101214761721
Binary11000110010010110101101110001010001100111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31242D; }

 p { color: rgb(49,36,45); }

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

<style>
 a { background-color: #31242D; }

 a { background-color: rgb(49,36,45); }

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

<style>
 span { border-color: #31242D; }

 span { border-color: rgb(49,36,45); }

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