#13070F

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

Shades of Melanzane #13070F

Tints of Melanzane #13070F

Color information

#13070F (or 0x13070F) is unknown color: approx Melanzane. HEX triplet: 13, 07 and 0F. RGB value is (19,7,15). Sum of RGB (Red+Green+Blue) = 19+7+15=41 (5% of max value = 765). Red value is 19 (7.81% from 255 or 46.34% from 41); Green value is 7 (3.12% from 255 or 17.07% from 41); Blue value is 15 (6.25% from 255 or 36.59% from 41); Max value from RGB is 19 - color contains mainly: red. Hex color #13070F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13070F is #ECF8F0. Grayscale: #0B0B0B. Windows color (decimal): -15530225 or 984851. OLE color: 984851.

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

Color convert

RGB19715-
CMYK00.630.210.93
HSL320º46.15%5.1%-
HSV(B)320º63.16%7.45%-
XYZ0.430.320.49-
YUV11.5129.98133.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 46.34%
GREEN value IS 7 (3.12% from 255) = 17.07%
BLUE value IS 15 (6.25% from 255) = 36.59%
R=46.34%
G=17.07%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1971500.630.210.9332046.155.1
Hex137F03F155D1402e5
Octal2371707725135500565
Binary1001111111110111111101011011101101000000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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