#190A16

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

Shades of Melanzane #190A16

Tints of Melanzane #190A16

Color information

#190A16 (or 0x190A16) is unknown color: approx Melanzane. HEX triplet: 19, 0A and 16. RGB value is (25,10,22). Sum of RGB (Red+Green+Blue) = 25+10+22=57 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.86% from 57); Green value is 10 (4.30% from 255 or 17.54% from 57); Blue value is 22 (8.98% from 255 or 38.60% from 57); Max value from RGB is 25 - color contains mainly: red. Hex color #190A16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190A16 is #E6F5E9. Grayscale: #0F0F0F. Windows color (decimal): -15136234 or 1444377. OLE color: 1444377.

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

Color convert

RGB251022-
CMYK00.600.120.90
HSL312º42.86%6.86%-
HSV(B)312º60%9.8%-
XYZ0.650.480.82-
YUV15.85131.47134.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 43.86%
GREEN value IS 10 (4.30% from 255) = 17.54%
BLUE value IS 22 (8.98% from 255) = 38.60%
R=43.86%
G=17.54%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25102200.600.120.9031242.866.86
Hex19A1603CC5A1382b7
Octal31122607414132470537
Binary11001101010110011110011001011010100111000101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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