#171316

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

Shades of Melanzane #171316

Tints of Melanzane #171316

Color information

#171316 (or 0x171316) is unknown color: approx Melanzane. HEX triplet: 17, 13 and 16. RGB value is (23,19,22). Sum of RGB (Red+Green+Blue) = 23+19+22=64 (8% of max value = 765). Red value is 23 (9.38% from 255 or 35.94% from 64); Green value is 19 (7.81% from 255 or 29.69% from 64); Blue value is 22 (8.98% from 255 or 34.38% from 64); Max value from RGB is 23 - color contains mainly: red. Hex color #171316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171316 is #E8ECE9. Grayscale: #141414. Windows color (decimal): -15265002 or 1446679. OLE color: 1446679.

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

Color convert

RGB231922-
CMYK00.170.040.91
HSL315º9.52%8.24%-
HSV(B)315º17.39%9.02%-
XYZ0.730.710.86-
YUV20.54128.83129.76-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 35.94%
GREEN value IS 19 (7.81% from 255) = 29.69%
BLUE value IS 22 (8.98% from 255) = 34.38%
R=35.94%
G=29.69%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23192200.170.040.913159.528.24
Hex17131601145B13ba8
Octal27232602141334731210
Binary101111001110110010001100101101110011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171316; }

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

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

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

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

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

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

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

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