#130710

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

Shades of Melanzane #130710

Tints of Melanzane #130710

Color information

#130710 (or 0x130710) is unknown color: approx Melanzane. HEX triplet: 13, 07 and 10. RGB value is (19,7,16). Sum of RGB (Red+Green+Blue) = 19+7+16=42 (5% of max value = 765). Red value is 19 (7.81% from 255 or 45.24% from 42); Green value is 7 (3.12% from 255 or 16.67% from 42); Blue value is 16 (6.64% from 255 or 38.10% from 42); Max value from RGB is 19 - color contains mainly: red. Hex color #130710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130710 is #ECF8EF. Grayscale: #0B0B0B. Windows color (decimal): -15530224 or 1050387. OLE color: 1050387.

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

Color convert

RGB19716-
CMYK00.630.160.93
HSL315º46.15%5.1%-
HSV(B)315º63.16%7.45%-
XYZ0.440.330.53-
YUV11.61130.48133.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 45.24%
GREEN value IS 7 (3.12% from 255) = 16.67%
BLUE value IS 16 (6.64% from 255) = 38.10%
R=45.24%
G=16.67%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1971600.630.160.9331546.155.1
Hex1371003F105D13b2e5
Octal2372007720135473565
Binary10011111100000111111100001011101100111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130710; }

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

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

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

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

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

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

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

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