#312B2F

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

Shades of Melanzane #312B2F

Tints of Melanzane #312B2F

Color information

#312B2F (or 0x312B2F) is unknown color: approx Melanzane. HEX triplet: 31, 2B and 2F. RGB value is (49,43,47). Sum of RGB (Red+Green+Blue) = 49+43+47=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 43 (17.19% from 255 or 30.94% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 49 - color contains mainly: red. Hex color #312B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312B2F is #CED4D0. Grayscale: #2D2D2D. Windows color (decimal): -13554897 or 3091249. OLE color: 3091249.

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

Color convert

RGB494347-
CMYK00.120.040.81
HSL320º6.52%18.04%-
HSV(B)320º12.24%19.22%-
XYZ2.642.593.05-
YUV45.25128.99130.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.25%
GREEN value IS 43 (17.19% from 255) = 30.94%
BLUE value IS 47 (18.75% from 255) = 33.81%
R=35.25%
G=30.94%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49434700.120.040.813206.5218.04
Hex312B2F0C451140712
Octal6153570144121500722
Binary11000110101110111101100100101000110100000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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