#190112

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

Shades of Melanzane #190112

Tints of Melanzane #190112

Color information

#190112 (or 0x190112) is unknown color: approx Melanzane. HEX triplet: 19, 01 and 12. RGB value is (25,1,18). Sum of RGB (Red+Green+Blue) = 25+1+18=44 (5% of max value = 765). Red value is 25 (10.16% from 255 or 56.82% from 44); Green value is 1 (0.78% from 255 or 2.27% from 44); Blue value is 18 (7.42% from 255 or 40.91% from 44); Max value from RGB is 25 - color contains mainly: red. Hex color #190112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190112 is #E6FEED. Grayscale: #0A0A0A. Windows color (decimal): -15138542 or 1179929. OLE color: 1179929.

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

Color convert

RGB25118-
CMYK00.960.280.90
HSL317.5º92.31%5.1%-
HSV(B)317.5º96%9.8%-
XYZ0.520.270.6-
YUV10.11132.45138.62-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 56.82%
GREEN value IS 1 (0.78% from 255) = 2.27%
BLUE value IS 18 (7.42% from 255) = 40.91%
R=56.82%
G=2.27%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.28
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2511800.960.280.90317.592.315.1
Hex191120601C5A13e5c5
Octal311220140341324761345
Binary11001110010011000001110010110101001111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190112; }

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

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

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

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

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

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

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

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