#13040F

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

Shades of Melanzane #13040F

Tints of Melanzane #13040F

Color information

#13040F (or 0x13040F) is unknown color: approx Melanzane. HEX triplet: 13, 04 and 0F. RGB value is (19,4,15). Sum of RGB (Red+Green+Blue) = 19+4+15=38 (5% of max value = 765). Red value is 19 (7.81% from 255 or 50% from 38); Green value is 4 (1.95% from 255 or 10.53% from 38); Blue value is 15 (6.25% from 255 or 39.47% from 38); Max value from RGB is 19 - color contains mainly: red. Hex color #13040F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13040F is #ECFBF0. Grayscale: #090909. Windows color (decimal): -15530993 or 984083. OLE color: 984083.

HSL color Cylindrical-coordinate representation of color #13040F: hue angle of 316º degrees, saturation: 0.65, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13040F is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.93.

Color convert

RGB19415-
CMYK00.790.210.93
HSL316º65.22%4.51%-
HSV(B)316º78.95%7.45%-
XYZ0.40.260.48-
YUV9.74130.97134.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 10.53%
BLUE value IS 15 (6.25% from 255) = 39.47%
R=50%
G=10.53%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.21
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1941500.790.210.9331665.224.51
Hex134F04F155D13c415
Octal234170117251354741015
Binary100111001111010011111010110111011001111001000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13040F; }

 p { color: rgb(19,4,15); }

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

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

 a { background-color: rgb(19,4,15); }

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

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

 span { border-color: rgb(19,4,15); }

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