#311228

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

Shades of Melanzane #311228

Tints of Melanzane #311228

Color information

#311228 (or 0x311228) is unknown color: approx Melanzane. HEX triplet: 31, 12 and 28. RGB value is (49,18,40). Sum of RGB (Red+Green+Blue) = 49+18+40=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 40 (16.02% from 255 or 37.38% from 107); Max value from RGB is 49 - color contains mainly: red. Hex color #311228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311228 is #CEEDD7. Grayscale: #1D1D1D. Windows color (decimal): -13561304 or 2626097. OLE color: 2626097.

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

Color convert

RGB491840-
CMYK00.630.180.81
HSL317.42º46.27%13.14%-
HSV(B)317.42º63.27%19.22%-
XYZ1.871.242.15-
YUV29.78133.77141.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.79%
GREEN value IS 18 (7.42% from 255) = 16.82%
BLUE value IS 40 (16.02% from 255) = 37.38%
R=45.79%
G=16.82%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49184000.630.180.81317.4246.2713.14
Hex31122803F125113d2ed
Octal612250077221214755615
Binary1100011001010100001111111001010100011001111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311228; }

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

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

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

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

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

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

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

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