#312A2F

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

Shades of Melanzane #312A2F

Tints of Melanzane #312A2F

Color information

#312A2F (or 0x312A2F) is unknown color: approx Melanzane. HEX triplet: 31, 2A and 2F. RGB value is (49,42,47). Sum of RGB (Red+Green+Blue) = 49+42+47=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 42 (16.80% from 255 or 30.43% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 49 - color contains mainly: red. Hex color #312A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312A2F is #CED5D0. Grayscale: #2C2C2C. Windows color (decimal): -13555153 or 3090993. OLE color: 3090993.

HSL color Cylindrical-coordinate representation of color #312A2F: hue angle of 317.14º degrees, saturation: 0.08, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #312A2F is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB494247-
CMYK00.140.040.81
HSL317.14º7.69%17.84%-
HSV(B)317.14º14.29%19.22%-
XYZ2.612.513.04-
YUV44.66129.32131.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.51%
GREEN value IS 42 (16.80% from 255) = 30.43%
BLUE value IS 47 (18.75% from 255) = 34.06%
R=35.51%
G=30.43%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49424700.140.040.81317.147.6917.84
Hex312A2F0E45113d812
Octal61525701641214751022
Binary110001101010101111011101001010001100111101100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312A2F; }

 p { color: rgb(49,42,47); }

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

<style>
 a { background-color: #312A2F; }

 a { background-color: rgb(49,42,47); }

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

<style>
 span { border-color: #312A2F; }

 span { border-color: rgb(49,42,47); }

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