#130510

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

Shades of Melanzane #130510

Tints of Melanzane #130510

Color information

#130510 (or 0x130510) is unknown color: approx Melanzane. HEX triplet: 13, 05 and 10. RGB value is (19,5,16). Sum of RGB (Red+Green+Blue) = 19+5+16=40 (5% of max value = 765). Red value is 19 (7.81% from 255 or 47.5% from 40); Green value is 5 (2.34% from 255 or 12.5% from 40); Blue value is 16 (6.64% from 255 or 40% from 40); Max value from RGB is 19 - color contains mainly: red. Hex color #130510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130510 is #ECFAEF. Grayscale: #0A0A0A. Windows color (decimal): -15530736 or 1049875. OLE color: 1049875.

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

Color convert

RGB19516-
CMYK00.740.160.93
HSL312.86º58.33%4.71%-
HSV(B)312.86º73.68%7.45%-
XYZ0.420.280.52-
YUV10.44131.14134.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 47.5%
GREEN value IS 5 (2.34% from 255) = 12.5%
BLUE value IS 16 (6.64% from 255) = 40%
R=47.5%
G=12.5%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.16
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1951600.740.160.93312.8658.334.71
Hex1351004A105D1393a5
Octal23520011220135471725
Binary100111011000001001010100001011101100111001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130510; }

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

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

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

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

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

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

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

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