#190113

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

Shades of Melanzane #190113

Tints of Melanzane #190113

Color information

#190113 (or 0x190113) is unknown color: approx Melanzane. HEX triplet: 19, 01 and 13. RGB value is (25,1,19). Sum of RGB (Red+Green+Blue) = 25+1+19=45 (5% of max value = 765). Red value is 25 (10.16% from 255 or 55.56% from 45); Green value is 1 (0.78% from 255 or 2.22% from 45); Blue value is 19 (7.81% from 255 or 42.22% from 45); Max value from RGB is 25 - color contains mainly: red. Hex color #190113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190113 is #E6FEEC. Grayscale: #0A0A0A. Windows color (decimal): -15138541 or 1245465. OLE color: 1245465.

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

Color convert

RGB25119-
CMYK00.960.240.90
HSL315º92.31%5.1%-
HSV(B)315º96%9.8%-
XYZ0.530.280.64-
YUV10.23132.95138.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 55.56%
GREEN value IS 1 (0.78% from 255) = 2.22%
BLUE value IS 19 (7.81% from 255) = 42.22%
R=55.56%
G=2.22%
B=42.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.24
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2511900.960.240.9031592.315.1
Hex19113060185A13b5c5
Octal311230140301324731345
Binary11001110011011000001100010110101001110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190113; }

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

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

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

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

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

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

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

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