#31212E

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

Shades of Melanzane #31212E

Tints of Melanzane #31212E

Color information

#31212E (or 0x31212E) is unknown color: approx Melanzane. HEX triplet: 31, 21 and 2E. RGB value is (49,33,46). Sum of RGB (Red+Green+Blue) = 49+33+46=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 33 (13.28% from 255 or 25.78% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 49 - color contains mainly: red. Hex color #31212E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31212E is #CEDED1. Grayscale: #272727. Windows color (decimal): -13557458 or 3023153. OLE color: 3023153.

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

Color convert

RGB493346-
CMYK00.330.060.81
HSL311.25º19.51%16.08%-
HSV(B)311.25º32.65%19.22%-
XYZ2.31.942.84-
YUV39.27131.8134.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.28%
GREEN value IS 33 (13.28% from 255) = 25.78%
BLUE value IS 46 (18.36% from 255) = 35.94%
R=38.28%
G=25.78%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49334600.330.060.81311.2519.5116.08
Hex31212E0216511371410
Octal61415604161214672420
Binary110001100001101110010000111010100011001101111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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