#161315

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

Shades of Melanzane #161315

Tints of Melanzane #161315

Color information

#161315 (or 0x161315) is unknown color: approx Melanzane. HEX triplet: 16, 13 and 15. RGB value is (22,19,21). Sum of RGB (Red+Green+Blue) = 22+19+21=62 (8% of max value = 765). Red value is 22 (8.98% from 255 or 35.48% from 62); Green value is 19 (7.81% from 255 or 30.65% from 62); Blue value is 21 (8.59% from 255 or 33.87% from 62); Max value from RGB is 22 - color contains mainly: red. Hex color #161315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161315 is #E9ECEA. Grayscale: #141414. Windows color (decimal): -15330539 or 1381142. OLE color: 1381142.

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

Color convert

RGB221921-
CMYK00.140.050.91
HSL320º7.32%8.04%-
HSV(B)320º13.64%8.63%-
XYZ0.70.690.81-
YUV20.12128.49129.34-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 35.48%
GREEN value IS 19 (7.81% from 255) = 30.65%
BLUE value IS 21 (8.59% from 255) = 33.87%
R=35.48%
G=30.65%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22192100.140.050.913207.328.04
Hex1613150E55B14078
Octal2623250165133500710
Binary1011010011101010111010110110111010000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161315; }

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

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

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

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

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

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

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

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