#31122A

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

Shades of Melanzane #31122A

Tints of Melanzane #31122A

Color information

#31122A (or 0x31122A) is unknown color: approx Melanzane. HEX triplet: 31, 12 and 2A. RGB value is (49,18,42). Sum of RGB (Red+Green+Blue) = 49+18+42=109 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.95% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 42 (16.80% from 255 or 38.53% from 109); Max value from RGB is 49 - color contains mainly: red. Hex color #31122A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31122A is #CEEDD5. Grayscale: #1D1D1D. Windows color (decimal): -13561302 or 2757169. OLE color: 2757169.

HSL color Cylindrical-coordinate representation of color #31122A: hue angle of 313.55º 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 #31122A is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.81.

Color convert

RGB491842-
CMYK00.630.140.81
HSL313.55º46.27%13.14%-
HSV(B)313.55º63.27%19.22%-
XYZ1.91.252.33-
YUV30134.77141.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.95%
GREEN value IS 18 (7.42% from 255) = 16.51%
BLUE value IS 42 (16.80% from 255) = 38.53%
R=44.95%
G=16.51%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49184200.630.140.81313.5546.2713.14
Hex31122A03FE5113a2ed
Octal612252077161214725615
Binary110001100101010100111111111010100011001110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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