#171516

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

Shades of Melanzane #171516

Tints of Melanzane #171516

Color information

#171516 (or 0x171516) is unknown color: approx Melanzane. HEX triplet: 17, 15 and 16. RGB value is (23,21,22). Sum of RGB (Red+Green+Blue) = 23+21+22=66 (8% of max value = 765). Red value is 23 (9.38% from 255 or 34.85% from 66); Green value is 21 (8.59% from 255 or 31.82% from 66); Blue value is 22 (8.98% from 255 or 33.33% from 66); Max value from RGB is 23 - color contains mainly: red. Hex color #171516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171516 is #E8EAE9. Grayscale: #151515. Windows color (decimal): -15264490 or 1447191. OLE color: 1447191.

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

Color convert

RGB232122-
CMYK00.090.040.91
HSL330º4.55%8.63%-
HSV(B)330º8.7%9.02%-
XYZ0.770.780.87-
YUV21.71128.16128.92-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 34.85%
GREEN value IS 21 (8.59% from 255) = 31.82%
BLUE value IS 22 (8.98% from 255) = 33.33%
R=34.85%
G=31.82%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23212200.090.040.913304.558.63
Hex1715160945B14a59
Octal2725260114133512511
Binary1011110101101100100110010110111010010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171516; }

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

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

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

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

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

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

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

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