#13030E

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

Shades of Melanzane #13030E

Tints of Melanzane #13030E

Color information

#13030E (or 0x13030E) is unknown color: approx Melanzane. HEX triplet: 13, 03 and 0E. RGB value is (19,3,14). Sum of RGB (Red+Green+Blue) = 19+3+14=36 (4% of max value = 765). Red value is 19 (7.81% from 255 or 52.78% from 36); Green value is 3 (1.56% from 255 or 8.33% from 36); Blue value is 14 (5.86% from 255 or 38.89% from 36); Max value from RGB is 19 - color contains mainly: red. Hex color #13030E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13030E is #ECFCF1. Grayscale: #090909. Windows color (decimal): -15531250 or 918291. OLE color: 918291.

HSL color Cylindrical-coordinate representation of color #13030E: hue angle of 318.75º degrees, saturation: 0.73, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13030E is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.93.

Color convert

RGB19314-
CMYK00.840.260.93
HSL318.75º72.73%4.31%-
HSV(B)318.75º84.21%7.45%-
XYZ0.380.240.44-
YUV9.04130.8135.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 52.78%
GREEN value IS 3 (1.56% from 255) = 8.33%
BLUE value IS 14 (5.86% from 255) = 38.89%
R=52.78%
G=8.33%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.26
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1931400.840.260.93318.7572.734.31
Hex133E0541A5D13f494
Octal233160124321354771114
Binary10011111110010101001101010111011001111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13030E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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