#31232C

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

Shades of Melanzane #31232C

Tints of Melanzane #31232C

Color information

#31232C (or 0x31232C) is unknown color: approx Melanzane. HEX triplet: 31, 23 and 2C. RGB value is (49,35,44). Sum of RGB (Red+Green+Blue) = 49+35+44=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 49 - color contains mainly: red. Hex color #31232C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31232C is #CEDCD3. Grayscale: #282828. Windows color (decimal): -13556948 or 2892593. OLE color: 2892593.

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

Color convert

RGB493544-
CMYK00.290.100.81
HSL321.43º16.67%16.47%-
HSV(B)321.43º28.57%19.22%-
XYZ2.322.042.65-
YUV40.21130.14134.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.28%
GREEN value IS 35 (14.06% from 255) = 27.34%
BLUE value IS 44 (17.58% from 255) = 34.38%
R=38.28%
G=27.34%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49354400.290.100.81321.4316.6716.47
Hex31232C01DA511411110
Octal614354035121215012120
Binary110001100011101100011101101010100011010000011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31232C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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