#130310

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

Shades of Melanzane #130310

Tints of Melanzane #130310

Color information

#130310 (or 0x130310) is unknown color: approx Melanzane. HEX triplet: 13, 03 and 10. RGB value is (19,3,16). Sum of RGB (Red+Green+Blue) = 19+3+16=38 (5% of max value = 765). Red value is 19 (7.81% from 255 or 50% from 38); Green value is 3 (1.56% from 255 or 7.89% from 38); Blue value is 16 (6.64% from 255 or 42.11% from 38); Max value from RGB is 19 - color contains mainly: red. Hex color #130310 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130310 is #ECFCEF. Grayscale: #090909. Windows color (decimal): -15531248 or 1049363. OLE color: 1049363.

HSL color Cylindrical-coordinate representation of color #130310: hue angle of 311.25º degrees, saturation: 0.73, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #130310 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.93.

Color convert

RGB19316-
CMYK00.840.160.93
HSL311.25º72.73%4.31%-
HSV(B)311.25º84.21%7.45%-
XYZ0.390.240.52-
YUV9.27131.8134.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 50%
GREEN value IS 3 (1.56% from 255) = 7.89%
BLUE value IS 16 (6.64% from 255) = 42.11%
R=50%
G=7.89%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.16
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1931600.840.160.93311.2572.734.31
Hex13310054105D137494
Octal233200124201354671114
Binary100111110000010101001000010111011001101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130310; }

 p { color: rgb(19,3,16); }

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

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

 a { background-color: rgb(19,3,16); }

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

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

 span { border-color: rgb(19,3,16); }

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