#190012

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

Shades of Melanzane #190012

Tints of Melanzane #190012

Color information

#190012 (or 0x190012) is unknown color: approx Melanzane. HEX triplet: 19, 00 and 12. RGB value is (25,0,18). Sum of RGB (Red+Green+Blue) = 25+0+18=43 (5% of max value = 765). Red value is 25 (10.16% from 255 or 58.14% from 43); Green value is 0 (0.39% from 255 or 0% from 43); Blue value is 18 (7.42% from 255 or 41.86% from 43); Max value from RGB is 25 - color contains mainly: red. Hex color #190012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190012 is #E6FFED. Grayscale: #090909. Windows color (decimal): -15138798 or 1179673. OLE color: 1179673.

HSL color Cylindrical-coordinate representation of color #190012: hue angle of 316.8º 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 #190012 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.90.

Color convert

RGB25018-
CMYK010.280.90
HSL316.8º100%4.9%-
HSV(B)316.8º100%9.8%-
XYZ0.510.250.59-
YUV9.53132.78139.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 58.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 41.86%
R=58.14%
G=0%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.28
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25018010.280.90316.81004.9
Hex190120641C5A13d645
Octal310220144341324751445
Binary11001010010011001001110010110101001111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190012; }

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

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

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

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

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

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

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

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