#190D16

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

Shades of Melanzane #190D16

Tints of Melanzane #190D16

Color information

#190D16 (or 0x190D16) is unknown color: approx Melanzane. HEX triplet: 19, 0D and 16. RGB value is (25,13,22). Sum of RGB (Red+Green+Blue) = 25+13+22=60 (7% of max value = 765). Red value is 25 (10.16% from 255 or 41.67% from 60); Green value is 13 (5.47% from 255 or 21.67% from 60); Blue value is 22 (8.98% from 255 or 36.67% from 60); Max value from RGB is 25 - color contains mainly: red. Hex color #190D16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190D16 is #E6F2E9. Grayscale: #111111. Windows color (decimal): -15135466 or 1445145. OLE color: 1445145.

HSL color Cylindrical-coordinate representation of color #190D16: hue angle of 315º degrees, saturation: 0.32, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #190D16 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.90.

Color convert

RGB251322-
CMYK00.480.120.90
HSL315º31.58%7.45%-
HSV(B)315º48%9.8%-
XYZ0.690.550.83-
YUV17.61130.48133.27-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 41.67%
GREEN value IS 13 (5.47% from 255) = 21.67%
BLUE value IS 22 (8.98% from 255) = 36.67%
R=41.67%
G=21.67%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25132200.480.120.9031531.587.45
Hex19D16030C5A13b207
Octal31152606014132473407
Binary11001110110110011000011001011010100111011100000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190D16; }

 p { color: rgb(25,13,22); }

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

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

 a { background-color: rgb(25,13,22); }

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

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

 span { border-color: rgb(25,13,22); }

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