#13000F

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

Shades of Melanzane #13000F

Tints of Melanzane #13000F

Color information

#13000F (or 0x13000F) is unknown color: approx Melanzane. HEX triplet: 13, 00 and 0F. RGB value is (19,0,15). Sum of RGB (Red+Green+Blue) = 19+0+15=34 (4% of max value = 765). Red value is 19 (7.81% from 255 or 55.88% from 34); Green value is 0 (0.39% from 255 or 0% from 34); Blue value is 15 (6.25% from 255 or 44.12% from 34); Max value from RGB is 19 - color contains mainly: red. Hex color #13000F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13000F is #ECFFF0. Grayscale: #070707. Windows color (decimal): -15532017 or 983059. OLE color: 983059.

HSL color Cylindrical-coordinate representation of color #13000F: hue angle of 312.63º 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 #13000F is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.93.

Color convert

RGB19015-
CMYK010.210.93
HSL312.63º100%3.73%-
HSV(B)312.63º100%7.45%-
XYZ0.350.170.47-
YUV7.39132.29136.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 55.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 44.12%
R=55.88%
G=0%
B=44.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.21
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19015010.210.93312.631003.73
Hex130F064155D139644
Octal230170144251354711444
Binary1001101111011001001010110111011001110011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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