#13040D

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

Shades of Melanzane #13040D

Tints of Melanzane #13040D

Color information

#13040D (or 0x13040D) is unknown color: approx Melanzane. HEX triplet: 13, 04 and 0D. RGB value is (19,4,13). Sum of RGB (Red+Green+Blue) = 19+4+13=36 (4% of max value = 765). Red value is 19 (7.81% from 255 or 52.78% from 36); Green value is 4 (1.95% from 255 or 11.11% from 36); Blue value is 13 (5.47% from 255 or 36.11% from 36); Max value from RGB is 19 - color contains mainly: red. Hex color #13040D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13040D is #ECFBF2. Grayscale: #090909. Windows color (decimal): -15530995 or 853011. OLE color: 853011.

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

Color convert

RGB19413-
CMYK00.790.320.93
HSL324º65.22%4.51%-
HSV(B)324º78.95%7.45%-
XYZ0.380.250.41-
YUV9.51129.97134.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 52.78%
GREEN value IS 4 (1.95% from 255) = 11.11%
BLUE value IS 13 (5.47% from 255) = 36.11%
R=52.78%
G=11.11%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.32
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1941300.790.320.9332465.224.51
Hex134D04F205D144415
Octal234150117401355041015
Binary1001110011010100111110000010111011010001001000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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