#31232D

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

Shades of Melanzane #31232D

Tints of Melanzane #31232D

Color information

#31232D (or 0x31232D) is unknown color: approx Melanzane. HEX triplet: 31, 23 and 2D. RGB value is (49,35,45). Sum of RGB (Red+Green+Blue) = 49+35+45=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 49 - color contains mainly: red. Hex color #31232D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31232D is #CEDCD2. Grayscale: #282828. Windows color (decimal): -13556947 or 2958129. OLE color: 2958129.

HSL color Cylindrical-coordinate representation of color #31232D: hue angle of 317.14º 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 #31232D is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB493545-
CMYK00.290.080.81
HSL317.14º16.67%16.47%-
HSV(B)317.14º28.57%19.22%-
XYZ2.342.042.75-
YUV40.33130.64134.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.98%
GREEN value IS 35 (14.06% from 255) = 27.13%
BLUE value IS 45 (17.97% from 255) = 34.88%
R=37.98%
G=27.13%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49354500.290.080.81317.1416.6716.47
Hex31232D01D85113d1110
Octal614355035101214752120
Binary110001100011101101011101100010100011001111011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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