#13000D

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

Shades of Melanzane #13000D

Tints of Melanzane #13000D

Color information

#13000D (or 0x13000D) is unknown color: approx Melanzane. HEX triplet: 13, 00 and 0D. RGB value is (19,0,13). Sum of RGB (Red+Green+Blue) = 19+0+13=32 (4% of max value = 765). Red value is 19 (7.81% from 255 or 59.38% from 32); Green value is 0 (0.39% from 255 or 0% from 32); Blue value is 13 (5.47% from 255 or 40.62% from 32); Max value from RGB is 19 - color contains mainly: red. Hex color #13000D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13000D is #ECFFF2. Grayscale: #070707. Windows color (decimal): -15532019 or 851987. OLE color: 851987.

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

Color convert

RGB19013-
CMYK010.320.93
HSL318.95º100%3.73%-
HSV(B)318.95º100%7.45%-
XYZ0.340.170.4-
YUV7.16131.29136.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 59.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 40.62%
R=59.38%
G=0%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.32
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19013010.320.93318.951003.73
Hex130D064205D13f644
Octal230150144401354771444
Binary10011011010110010010000010111011001111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13000D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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