#13040E

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

Shades of Melanzane #13040E

Tints of Melanzane #13040E

Color information

#13040E (or 0x13040E) is unknown color: approx Melanzane. HEX triplet: 13, 04 and 0E. RGB value is (19,4,14). Sum of RGB (Red+Green+Blue) = 19+4+14=37 (4% of max value = 765). Red value is 19 (7.81% from 255 or 51.35% from 37); Green value is 4 (1.95% from 255 or 10.81% from 37); Blue value is 14 (5.86% from 255 or 37.84% from 37); Max value from RGB is 19 - color contains mainly: red. Hex color #13040E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13040E is #ECFBF1. Grayscale: #090909. Windows color (decimal): -15530994 or 918547. OLE color: 918547.

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

Color convert

RGB19414-
CMYK00.790.260.93
HSL320º65.22%4.51%-
HSV(B)320º78.95%7.45%-
XYZ0.390.260.44-
YUV9.62130.47134.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 51.35%
GREEN value IS 4 (1.95% from 255) = 10.81%
BLUE value IS 14 (5.86% from 255) = 37.84%
R=51.35%
G=10.81%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.26
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1941400.790.260.9332065.224.51
Hex134E04F1A5D140415
Octal234160117321355001015
Binary100111001110010011111101010111011010000001000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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