#311829

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

Shades of Melanzane #311829

Tints of Melanzane #311829

Color information

#311829 (or 0x311829) is unknown color: approx Melanzane. HEX triplet: 31, 18 and 29. RGB value is (49,24,41). Sum of RGB (Red+Green+Blue) = 49+24+41=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 49 - color contains mainly: red. Hex color #311829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311829 is #CEE7D6. Grayscale: #212121. Windows color (decimal): -13559767 or 2693169. OLE color: 2693169.

HSL color Cylindrical-coordinate representation of color #311829: hue angle of 319.2º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #311829 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.81.

Color convert

RGB492441-
CMYK00.510.160.81
HSL319.2º34.25%14.31%-
HSV(B)319.2º51.02%19.22%-
XYZ1.991.472.28-
YUV33.41132.28139.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.98%
GREEN value IS 24 (9.77% from 255) = 21.05%
BLUE value IS 41 (16.41% from 255) = 35.96%
R=42.98%
G=21.05%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49244100.510.160.81319.234.2514.31
Hex311829033105113f22e
Octal613051063201214774216
Binary1100011100010100101100111000010100011001111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311829; }

 p { color: rgb(49,24,41); }

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

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

 a { background-color: rgb(49,24,41); }

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

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

 span { border-color: rgb(49,24,41); }

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