#13060E

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

Shades of Melanzane #13060E

Tints of Melanzane #13060E

Color information

#13060E (or 0x13060E) is unknown color: approx Melanzane. HEX triplet: 13, 06 and 0E. RGB value is (19,6,14). Sum of RGB (Red+Green+Blue) = 19+6+14=39 (5% of max value = 765). Red value is 19 (7.81% from 255 or 48.72% from 39); Green value is 6 (2.73% from 255 or 15.38% from 39); Blue value is 14 (5.86% from 255 or 35.90% from 39); Max value from RGB is 19 - color contains mainly: red. Hex color #13060E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13060E is #ECF9F1. Grayscale: #0A0A0A. Windows color (decimal): -15530482 or 919059. OLE color: 919059.

HSL color Cylindrical-coordinate representation of color #13060E: hue angle of 323.08º 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 #13060E is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.93.

Color convert

RGB19614-
CMYK00.680.260.93
HSL323.08º52%4.9%-
HSV(B)323.08º68.42%7.45%-
XYZ0.410.30.45-
YUV10.8129.81133.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 48.72%
GREEN value IS 6 (2.73% from 255) = 15.38%
BLUE value IS 14 (5.86% from 255) = 35.90%
R=48.72%
G=15.38%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1961400.680.260.93323.08524.9
Hex136E0441A5D143345
Octal23616010432135503645
Binary10011110111001000100110101011101101000011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13060E; }

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

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

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

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

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

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

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

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