#310D29

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

Shades of Melanzane #310D29

Tints of Melanzane #310D29

Color information

#310D29 (or 0x310D29) is unknown color: approx Melanzane. HEX triplet: 31, 0D and 29. RGB value is (49,13,41). Sum of RGB (Red+Green+Blue) = 49+13+41=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 13 (5.47% from 255 or 12.62% from 103); Blue value is 41 (16.41% from 255 or 39.81% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #310D29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310D29 is #CEF2D6. Grayscale: #1A1A1A. Windows color (decimal): -13562583 or 2690353. OLE color: 2690353.

HSL color Cylindrical-coordinate representation of color #310D29: hue angle of 313.33º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #310D29 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.81.

Color convert

RGB491341-
CMYK00.730.160.81
HSL313.33º58.06%12.16%-
HSV(B)313.33º73.47%19.22%-
XYZ1.811.12.21-
YUV26.96135.93143.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.57%
GREEN value IS 13 (5.47% from 255) = 12.62%
BLUE value IS 41 (16.41% from 255) = 39.81%
R=47.57%
G=12.62%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49134100.730.160.81313.3358.0612.16
Hex31D2904910511393ac
Octal6115510111201214717214
Binary1100011101101001010010011000010100011001110011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310D29; }

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

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

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

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

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

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

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

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