#160913

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

Shades of Melanzane #160913

Tints of Melanzane #160913

Color information

#160913 (or 0x160913) is unknown color: approx Melanzane. HEX triplet: 16, 09 and 13. RGB value is (22,9,19). Sum of RGB (Red+Green+Blue) = 22+9+19=50 (6% of max value = 765). Red value is 22 (8.98% from 255 or 44% from 50); Green value is 9 (3.91% from 255 or 18% from 50); Blue value is 19 (7.81% from 255 or 38% from 50); Max value from RGB is 22 - color contains mainly: red. Hex color #160913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160913 is #E9F6EC. Grayscale: #0E0E0E. Windows color (decimal): -15333101 or 1247510. OLE color: 1247510.

HSL color Cylindrical-coordinate representation of color #160913: hue angle of 313.85º degrees, saturation: 0.42, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #160913 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.91.

Color convert

RGB22919-
CMYK00.590.140.91
HSL313.85º41.94%6.08%-
HSV(B)313.85º59.09%8.63%-
XYZ0.550.410.67-
YUV14.03130.81133.69-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 44%
GREEN value IS 9 (3.91% from 255) = 18%
BLUE value IS 19 (7.81% from 255) = 38%
R=44%
G=18%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2291900.590.140.91313.8541.946.08
Hex1691303BE5B13a2a6
Octal26112307316133472526
Binary10110100110011011101111101011011100111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160913; }

 p { color: rgb(22,9,19); }

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

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

 a { background-color: rgb(22,9,19); }

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

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

 span { border-color: rgb(22,9,19); }

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