#31242E

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

Shades of Melanzane #31242E

Tints of Melanzane #31242E

Color information

#31242E (or 0x31242E) is unknown color: approx Melanzane. HEX triplet: 31, 24 and 2E. RGB value is (49,36,46). Sum of RGB (Red+Green+Blue) = 49+36+46=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 49 - color contains mainly: red. Hex color #31242E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31242E is #CEDBD1. Grayscale: #292929. Windows color (decimal): -13556690 or 3023921. OLE color: 3023921.

HSL color Cylindrical-coordinate representation of color #31242E: hue angle of 313.85º 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 #31242E is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB493646-
CMYK00.270.060.81
HSL313.85º15.29%16.67%-
HSV(B)313.85º26.53%19.22%-
XYZ2.392.112.87-
YUV41.03130.81133.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.40%
GREEN value IS 36 (14.45% from 255) = 27.48%
BLUE value IS 46 (18.36% from 255) = 35.11%
R=37.40%
G=27.48%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49364600.270.060.81313.8515.2916.67
Hex31242E01B65113af11
Octal61445603361214721721
Binary1100011001001011100110111101010001100111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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