#191016

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

Shades of Melanzane #191016

Tints of Melanzane #191016

Color information

#191016 (or 0x191016) is unknown color: approx Melanzane. HEX triplet: 19, 10 and 16. RGB value is (25,16,22). Sum of RGB (Red+Green+Blue) = 25+16+22=63 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.68% from 63); Green value is 16 (6.64% from 255 or 25.40% from 63); Blue value is 22 (8.98% from 255 or 34.92% from 63); Max value from RGB is 25 - color contains mainly: red. Hex color #191016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191016 is #E6EFE9. Grayscale: #131313. Windows color (decimal): -15134698 or 1445913. OLE color: 1445913.

HSL color Cylindrical-coordinate representation of color #191016: hue angle of 320º degrees, saturation: 0.22, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #191016 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.90.

Color convert

RGB251622-
CMYK00.360.120.90
HSL320º21.95%8.04%-
HSV(B)320º36%9.8%-
XYZ0.730.640.84-
YUV19.37129.48132.01-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 39.68%
GREEN value IS 16 (6.64% from 255) = 25.40%
BLUE value IS 22 (8.98% from 255) = 34.92%
R=39.68%
G=25.40%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25162200.360.120.9032021.958.04
Hex191016024C5A140168
Octal312026044141325002610
Binary110011000010110010010011001011010101000000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191016; }

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

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

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

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

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

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

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

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