#160613

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

Shades of Melanzane #160613

Tints of Melanzane #160613

Color information

#160613 (or 0x160613) is unknown color: approx Melanzane. HEX triplet: 16, 06 and 13. RGB value is (22,6,19). Sum of RGB (Red+Green+Blue) = 22+6+19=47 (6% of max value = 765). Red value is 22 (8.98% from 255 or 46.81% from 47); Green value is 6 (2.73% from 255 or 12.77% from 47); Blue value is 19 (7.81% from 255 or 40.43% from 47); Max value from RGB is 22 - color contains mainly: red. Hex color #160613 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160613 is #E9F9EC. Grayscale: #0C0C0C. Windows color (decimal): -15333869 or 1246742. OLE color: 1246742.

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

Color convert

RGB22619-
CMYK00.730.140.91
HSL311.25º57.14%5.49%-
HSV(B)311.25º72.73%8.63%-
XYZ0.510.350.66-
YUV12.27131.8134.94-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 46.81%
GREEN value IS 6 (2.73% from 255) = 12.77%
BLUE value IS 19 (7.81% from 255) = 40.43%
R=46.81%
G=12.77%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2261900.730.140.91311.2557.145.49
Hex16613049E5B137395
Octal26623011116133467715
Binary10110110100110100100111101011011100110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160613; }

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

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

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

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

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

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

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

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