#160513

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

Shades of Melanzane #160513

Tints of Melanzane #160513

Color information

#160513 (or 0x160513) is unknown color: approx Melanzane. HEX triplet: 16, 05 and 13. RGB value is (22,5,19). Sum of RGB (Red+Green+Blue) = 22+5+19=46 (6% of max value = 765). Red value is 22 (8.98% from 255 or 47.83% from 46); Green value is 5 (2.34% from 255 or 10.87% from 46); Blue value is 19 (7.81% from 255 or 41.30% from 46); Max value from RGB is 22 - color contains mainly: red. Hex color #160513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160513 is #E9FAEC. Grayscale: #0B0B0B. Windows color (decimal): -15334125 or 1246486. OLE color: 1246486.

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

Color convert

RGB22519-
CMYK00.770.140.91
HSL310.59º62.96%5.29%-
HSV(B)310.59º77.27%8.63%-
XYZ0.50.330.65-
YUV11.68132.13135.36-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 47.83%
GREEN value IS 5 (2.34% from 255) = 10.87%
BLUE value IS 19 (7.81% from 255) = 41.30%
R=47.83%
G=10.87%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.14
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2251900.770.140.91310.5962.965.29
Hex1651304DE5B1373f5
Octal26523011516133467775
Binary10110101100110100110111101011011100110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160513; }

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

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

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

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

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

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

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

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