#31122B

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

Shades of Melanzane #31122B

Tints of Melanzane #31122B

Color information

#31122B (or 0x31122B) is unknown color: approx Melanzane. HEX triplet: 31, 12 and 2B. RGB value is (49,18,43). Sum of RGB (Red+Green+Blue) = 49+18+43=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 43 (17.19% from 255 or 39.09% from 110); Max value from RGB is 49 - color contains mainly: red. Hex color #31122B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31122B is #CEEDD4. Grayscale: #1E1E1E. Windows color (decimal): -13561301 or 2822705. OLE color: 2822705.

HSL color Cylindrical-coordinate representation of color #31122B: hue angle of 311.61º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31122B is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.81.

Color convert

RGB491843-
CMYK00.630.120.81
HSL311.61º46.27%13.14%-
HSV(B)311.61º63.27%19.22%-
XYZ1.921.262.43-
YUV30.12135.27141.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.55%
GREEN value IS 18 (7.42% from 255) = 16.36%
BLUE value IS 43 (17.19% from 255) = 39.09%
R=44.55%
G=16.36%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49184300.630.120.81311.6146.2713.14
Hex31122B03FC511382ed
Octal612253077141214705615
Binary110001100101010110111111110010100011001110001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31122B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31122B; }

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

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

<style>
 a { background-color: #31122B; }

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

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

<style>
 span { border-color: #31122B; }

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

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