#190114

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

Shades of Melanzane #190114

Tints of Melanzane #190114

Color information

#190114 (or 0x190114) is unknown color: approx Melanzane. HEX triplet: 19, 01 and 14. RGB value is (25,1,20). Sum of RGB (Red+Green+Blue) = 25+1+20=46 (6% of max value = 765). Red value is 25 (10.16% from 255 or 54.35% from 46); Green value is 1 (0.78% from 255 or 2.17% from 46); Blue value is 20 (8.20% from 255 or 43.48% from 46); Max value from RGB is 25 - color contains mainly: red. Hex color #190114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190114 is #E6FEEB. Grayscale: #0A0A0A. Windows color (decimal): -15138540 or 1311001. OLE color: 1311001.

HSL color Cylindrical-coordinate representation of color #190114: hue angle of 312.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 #190114 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.90.

Color convert

RGB25120-
CMYK00.960.200.90
HSL312.5º92.31%5.1%-
HSV(B)312.5º96%9.8%-
XYZ0.540.280.69-
YUV10.34133.45138.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 54.35%
GREEN value IS 1 (0.78% from 255) = 2.17%
BLUE value IS 20 (8.20% from 255) = 43.48%
R=54.35%
G=2.17%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.20
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2512000.960.200.90312.592.315.1
Hex19114060145A1385c5
Octal311240140241324701345
Binary11001110100011000001010010110101001110001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190114; }

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

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

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

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

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

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

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

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