#160713

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

Shades of Melanzane #160713

Tints of Melanzane #160713

Color information

#160713 (or 0x160713) is unknown color: approx Melanzane. HEX triplet: 16, 07 and 13. RGB value is (22,7,19). Sum of RGB (Red+Green+Blue) = 22+7+19=48 (6% of max value = 765). Red value is 22 (8.98% from 255 or 45.83% from 48); Green value is 7 (3.12% from 255 or 14.58% from 48); Blue value is 19 (7.81% from 255 or 39.58% from 48); Max value from RGB is 22 - color contains mainly: red. Hex color #160713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160713 is #E9F8EC. Grayscale: #0C0C0C. Windows color (decimal): -15333613 or 1246998. OLE color: 1246998.

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

Color convert

RGB22719-
CMYK00.680.140.91
HSL312º51.72%5.69%-
HSV(B)312º68.18%8.63%-
XYZ0.520.370.66-
YUV12.85131.47134.52-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 45.83%
GREEN value IS 7 (3.12% from 255) = 14.58%
BLUE value IS 19 (7.81% from 255) = 39.58%
R=45.83%
G=14.58%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2271900.680.140.9131251.725.69
Hex16713044E5B138346
Octal26723010416133470646
Binary10110111100110100010011101011011100111000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160713; }

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

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

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

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

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

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

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

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