#13050E

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

Shades of Melanzane #13050E

Tints of Melanzane #13050E

Color information

#13050E (or 0x13050E) is unknown color: approx Melanzane. HEX triplet: 13, 05 and 0E. RGB value is (19,5,14). Sum of RGB (Red+Green+Blue) = 19+5+14=38 (5% of max value = 765). Red value is 19 (7.81% from 255 or 50% from 38); Green value is 5 (2.34% from 255 or 13.16% from 38); Blue value is 14 (5.86% from 255 or 36.84% from 38); Max value from RGB is 19 - color contains mainly: red. Hex color #13050E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13050E is #ECFAF1. Grayscale: #0A0A0A. Windows color (decimal): -15530738 or 918803. OLE color: 918803.

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

Color convert

RGB19514-
CMYK00.740.260.93
HSL321.43º58.33%4.71%-
HSV(B)321.43º73.68%7.45%-
XYZ0.40.280.45-
YUV10.21130.14134.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 13.16%
BLUE value IS 14 (5.86% from 255) = 36.84%
R=50%
G=13.16%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.26
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1951400.740.260.93321.4358.334.71
Hex135E04A1A5D1413a5
Octal23516011232135501725
Binary10011101111001001010110101011101101000001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13050E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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