#190013

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

Shades of Melanzane #190013

Tints of Melanzane #190013

Color information

#190013 (or 0x190013) is unknown color: approx Melanzane. HEX triplet: 19, 00 and 13. RGB value is (25,0,19). Sum of RGB (Red+Green+Blue) = 25+0+19=44 (5% of max value = 765). Red value is 25 (10.16% from 255 or 56.82% from 44); Green value is 0 (0.39% from 255 or 0% from 44); Blue value is 19 (7.81% from 255 or 43.18% from 44); Max value from RGB is 25 - color contains mainly: red. Hex color #190013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190013 is #E6FFEC. Grayscale: #090909. Windows color (decimal): -15138797 or 1245209. OLE color: 1245209.

HSL color Cylindrical-coordinate representation of color #190013: hue angle of 314.4º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #190013 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.90.

Color convert

RGB25019-
CMYK010.240.90
HSL314.4º100%4.9%-
HSV(B)314.4º100%9.8%-
XYZ0.520.250.64-
YUV9.64133.28138.96-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 56.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 19 (7.81% from 255) = 43.18%
R=56.82%
G=0%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.24
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25019010.240.90314.41004.9
Hex19013064185A13a645
Octal310230144301324721445
Binary11001010011011001001100010110101001110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190013; }

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

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

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

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

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

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

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

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