#31232F

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

Shades of Melanzane #31232F

Tints of Melanzane #31232F

Color information

#31232F (or 0x31232F) is unknown color: approx Melanzane. HEX triplet: 31, 23 and 2F. RGB value is (49,35,47). Sum of RGB (Red+Green+Blue) = 49+35+47=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 49 - color contains mainly: red. Hex color #31232F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31232F is #CEDCD0. Grayscale: #282828. Windows color (decimal): -13556945 or 3089201. OLE color: 3089201.

HSL color Cylindrical-coordinate representation of color #31232F: hue angle of 308.57º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #31232F is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB493547-
CMYK00.290.040.81
HSL308.57º16.67%16.47%-
HSV(B)308.57º28.57%19.22%-
XYZ2.382.062.96-
YUV40.55131.64134.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.40%
GREEN value IS 35 (14.06% from 255) = 26.72%
BLUE value IS 47 (18.75% from 255) = 35.88%
R=37.40%
G=26.72%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49354700.290.040.81308.5716.6716.47
Hex31232F01D4511351110
Octal61435703541214652120
Binary11000110001110111101110110010100011001101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31232F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31232F; }

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

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

<style>
 a { background-color: #31232F; }

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

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

<style>
 span { border-color: #31232F; }

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

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