#311029

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

Shades of Melanzane #311029

Tints of Melanzane #311029

Color information

#311029 (or 0x311029) is unknown color: approx Melanzane. HEX triplet: 31, 10 and 29. RGB value is (49,16,41). Sum of RGB (Red+Green+Blue) = 49+16+41=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 41 (16.41% from 255 or 38.68% from 106); Max value from RGB is 49 - color contains mainly: red. Hex color #311029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311029 is #CEEFD6. Grayscale: #1C1C1C. Windows color (decimal): -13561815 or 2691121. OLE color: 2691121.

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

Color convert

RGB491641-
CMYK00.670.160.81
HSL314.55º50.77%12.75%-
HSV(B)314.55º67.35%19.22%-
XYZ1.851.182.23-
YUV28.72134.93142.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 46.23%
GREEN value IS 16 (6.64% from 255) = 15.09%
BLUE value IS 41 (16.41% from 255) = 38.68%
R=46.23%
G=15.09%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49164100.670.160.81314.5550.7712.75
Hex311029043105113b33d
Octal6120510103201214736315
Binary11000110000101001010000111000010100011001110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311029; }

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

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

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

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

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

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

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

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