#31202E

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

Shades of Melanzane #31202E

Tints of Melanzane #31202E

Color information

#31202E (or 0x31202E) is unknown color: approx Melanzane. HEX triplet: 31, 20 and 2E. RGB value is (49,32,46). Sum of RGB (Red+Green+Blue) = 49+32+46=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 49 - color contains mainly: red. Hex color #31202E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31202E is #CEDFD1. Grayscale: #262626. Windows color (decimal): -13557714 or 3022897. OLE color: 3022897.

HSL color Cylindrical-coordinate representation of color #31202E: hue angle of 310.59º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #31202E is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB493246-
CMYK00.350.060.81
HSL310.59º20.99%15.88%-
HSV(B)310.59º34.69%19.22%-
XYZ2.281.882.83-
YUV38.68132.13135.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.58%
GREEN value IS 32 (12.89% from 255) = 25.20%
BLUE value IS 46 (18.36% from 255) = 36.22%
R=38.58%
G=25.20%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49324600.350.060.81310.5920.9915.88
Hex31202E0236511371510
Octal61405604361214672520
Binary110001100000101110010001111010100011001101111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31202E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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