#31202B

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

Shades of Melanzane #31202B

Tints of Melanzane #31202B

Color information

#31202B (or 0x31202B) is unknown color: approx Melanzane. HEX triplet: 31, 20 and 2B. RGB value is (49,32,43). Sum of RGB (Red+Green+Blue) = 49+32+43=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 49 - color contains mainly: red. Hex color #31202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31202B is #CEDFD4. Grayscale: #262626. Windows color (decimal): -13557717 or 2826289. OLE color: 2826289.

HSL color Cylindrical-coordinate representation of color #31202B: hue angle of 321.18º 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 #31202B is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.81.

Color convert

RGB493243-
CMYK00.350.120.81
HSL321.18º20.99%15.88%-
HSV(B)321.18º34.69%19.22%-
XYZ2.221.862.53-
YUV38.34130.63135.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.52%
GREEN value IS 32 (12.89% from 255) = 25.81%
BLUE value IS 43 (17.19% from 255) = 34.68%
R=39.52%
G=25.81%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49324300.350.120.81321.1820.9915.88
Hex31202B023C511411510
Octal614053043141215012520
Binary1100011000001010110100011110010100011010000011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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