#311929

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

Shades of Melanzane #311929

Tints of Melanzane #311929

Color information

#311929 (or 0x311929) is unknown color: approx Melanzane. HEX triplet: 31, 19 and 29. RGB value is (49,25,41). Sum of RGB (Red+Green+Blue) = 49+25+41=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 49 - color contains mainly: red. Hex color #311929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311929 is #CEE6D6. Grayscale: #212121. Windows color (decimal): -13559511 or 2693425. OLE color: 2693425.

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

Color convert

RGB492541-
CMYK00.490.160.81
HSL320º32.43%14.51%-
HSV(B)320º48.98%19.22%-
XYZ2.011.512.28-
YUV34131.95138.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.61%
GREEN value IS 25 (10.16% from 255) = 21.74%
BLUE value IS 41 (16.41% from 255) = 35.65%
R=42.61%
G=21.74%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49254100.490.160.8132032.4314.51
Hex311929031105114020f
Octal613151061201215004017
Binary1100011100110100101100011000010100011010000001000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311929; }

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

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

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

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

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

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

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

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