#13000E

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

Shades of Melanzane #13000E

Tints of Melanzane #13000E

Color information

#13000E (or 0x13000E) is unknown color: approx Melanzane. HEX triplet: 13, 00 and 0E. RGB value is (19,0,14). Sum of RGB (Red+Green+Blue) = 19+0+14=33 (4% of max value = 765). Red value is 19 (7.81% from 255 or 57.58% from 33); Green value is 0 (0.39% from 255 or 0% from 33); Blue value is 14 (5.86% from 255 or 42.42% from 33); Max value from RGB is 19 - color contains mainly: red. Hex color #13000E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13000E is #ECFFF1. Grayscale: #070707. Windows color (decimal): -15532018 or 917523. OLE color: 917523.

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

Color convert

RGB19014-
CMYK010.260.93
HSL315.79º100%3.73%-
HSV(B)315.79º100%7.45%-
XYZ0.350.170.43-
YUV7.28131.79136.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 57.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 14 (5.86% from 255) = 42.42%
R=57.58%
G=0%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.26
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19014010.260.93315.791003.73
Hex130E0641A5D13c644
Octal230160144321354741444
Binary1001101110011001001101010111011001111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13000E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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