#31212B

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

Shades of Melanzane #31212B

Tints of Melanzane #31212B

Color information

#31212B (or 0x31212B) is unknown color: approx Melanzane. HEX triplet: 31, 21 and 2B. RGB value is (49,33,43). Sum of RGB (Red+Green+Blue) = 49+33+43=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 49 - color contains mainly: red. Hex color #31212B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31212B is #CEDED4. Grayscale: #262626. Windows color (decimal): -13557461 or 2826545. OLE color: 2826545.

HSL color Cylindrical-coordinate representation of color #31212B: hue angle of 322.5º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #31212B is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.81.

Color convert

RGB493343-
CMYK00.330.120.81
HSL322.5º19.51%16.08%-
HSV(B)322.5º32.65%19.22%-
XYZ2.251.922.54-
YUV38.92130.3135.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.2%
GREEN value IS 33 (13.28% from 255) = 26.4%
BLUE value IS 43 (17.19% from 255) = 34.4%
R=39.2%
G=26.4%
B=34.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49334300.330.120.81322.519.5116.08
Hex31212B021C511421410
Octal614153041141215022420
Binary1100011000011010110100001110010100011010000101010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31212B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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