#310F2A

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

Shades of Melanzane #310F2A

Tints of Melanzane #310F2A

Color information

#310F2A (or 0x310F2A) is unknown color: approx Melanzane. HEX triplet: 31, 0F and 2A. RGB value is (49,15,42). Sum of RGB (Red+Green+Blue) = 49+15+42=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 15 (6.25% from 255 or 14.15% from 106); Blue value is 42 (16.80% from 255 or 39.62% from 106); Max value from RGB is 49 - color contains mainly: red. Hex color #310F2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310F2A is #CEF0D5. Grayscale: #1C1C1C. Windows color (decimal): -13562070 or 2756401. OLE color: 2756401.

HSL color Cylindrical-coordinate representation of color #310F2A: hue angle of 312.35º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #310F2A is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.81.

Color convert

RGB491542-
CMYK00.690.140.81
HSL312.35º53.12%12.55%-
HSV(B)312.35º69.39%19.22%-
XYZ1.861.162.32-
YUV28.24135.76142.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 46.23%
GREEN value IS 15 (6.25% from 255) = 14.15%
BLUE value IS 42 (16.80% from 255) = 39.62%
R=46.23%
G=14.15%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49154200.690.140.81312.3553.1212.55
Hex31F2A045E5113835d
Octal6117520105161214706515
Binary110001111110101001000101111010100011001110001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,15,42); }

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

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

 a { background-color: rgb(49,15,42); }

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

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

 span { border-color: rgb(49,15,42); }

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