#130711

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

Shades of Melanzane #130711

Tints of Melanzane #130711

Color information

#130711 (or 0x130711) is unknown color: approx Melanzane. HEX triplet: 13, 07 and 11. RGB value is (19,7,17). Sum of RGB (Red+Green+Blue) = 19+7+17=43 (5% of max value = 765). Red value is 19 (7.81% from 255 or 44.19% from 43); Green value is 7 (3.12% from 255 or 16.28% from 43); Blue value is 17 (7.03% from 255 or 39.53% from 43); Max value from RGB is 19 - color contains mainly: red. Hex color #130711 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130711 is #ECF8EE. Grayscale: #0B0B0B. Windows color (decimal): -15530223 or 1115923. OLE color: 1115923.

HSL color Cylindrical-coordinate representation of color #130711: hue angle of 310º 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 #130711 is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.93.

Color convert

RGB19717-
CMYK00.630.110.93
HSL310º46.15%5.1%-
HSV(B)310º63.16%7.45%-
XYZ0.450.330.57-
YUV11.73130.98133.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 44.19%
GREEN value IS 7 (3.12% from 255) = 16.28%
BLUE value IS 17 (7.03% from 255) = 39.53%
R=44.19%
G=16.28%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1971700.630.110.9331046.155.1
Hex1371103FB5D1362e5
Octal2372107713135466565
Binary1001111110001011111110111011101100110110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130711; }

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

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

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

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

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

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

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

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