#13010D

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

Shades of Melanzane #13010D

Tints of Melanzane #13010D

Color information

#13010D (or 0x13010D) is unknown color: approx Melanzane. HEX triplet: 13, 01 and 0D. RGB value is (19,1,13). Sum of RGB (Red+Green+Blue) = 19+1+13=33 (4% of max value = 765). Red value is 19 (7.81% from 255 or 57.58% from 33); Green value is 1 (0.78% from 255 or 3.03% from 33); Blue value is 13 (5.47% from 255 or 39.39% from 33); Max value from RGB is 19 - color contains mainly: red. Hex color #13010D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13010D is #ECFEF2. Grayscale: #070707. Windows color (decimal): -15531763 or 852243. OLE color: 852243.

HSL color Cylindrical-coordinate representation of color #13010D: hue angle of 320º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #13010D is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.93.

Color convert

RGB19113-
CMYK00.950.320.93
HSL320º90%3.92%-
HSV(B)320º94.74%7.45%-
XYZ0.350.190.4-
YUV7.75130.96136.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 57.58%
GREEN value IS 1 (0.78% from 255) = 3.03%
BLUE value IS 13 (5.47% from 255) = 39.39%
R=57.58%
G=3.03%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.32
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1911300.950.320.93320903.92
Hex131D05F205D1405a4
Octal231150137401355001324
Binary10011111010101111110000010111011010000001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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