#130610

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

Shades of Melanzane #130610

Tints of Melanzane #130610

Color information

#130610 (or 0x130610) is unknown color: approx Melanzane. HEX triplet: 13, 06 and 10. RGB value is (19,6,16). Sum of RGB (Red+Green+Blue) = 19+6+16=41 (5% of max value = 765). Red value is 19 (7.81% from 255 or 46.34% from 41); Green value is 6 (2.73% from 255 or 14.63% from 41); Blue value is 16 (6.64% from 255 or 39.02% from 41); Max value from RGB is 19 - color contains mainly: red. Hex color #130610 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130610 is #ECF9EF. Grayscale: #0B0B0B. Windows color (decimal): -15530480 or 1050131. OLE color: 1050131.

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

Color convert

RGB19616-
CMYK00.680.160.93
HSL313.85º52%4.9%-
HSV(B)313.85º68.42%7.45%-
XYZ0.430.310.53-
YUV11.03130.81133.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 46.34%
GREEN value IS 6 (2.73% from 255) = 14.63%
BLUE value IS 16 (6.64% from 255) = 39.02%
R=46.34%
G=14.63%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.16
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1961600.680.160.93313.85524.9
Hex13610044105D13a345
Octal23620010420135472645
Binary100111101000001000100100001011101100111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130610; }

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

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

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

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

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

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

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

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