#171416

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

Shades of Melanzane #171416

Tints of Melanzane #171416

Color information

#171416 (or 0x171416) is unknown color: approx Melanzane. HEX triplet: 17, 14 and 16. RGB value is (23,20,22). Sum of RGB (Red+Green+Blue) = 23+20+22=65 (8% of max value = 765). Red value is 23 (9.38% from 255 or 35.38% from 65); Green value is 20 (8.20% from 255 or 30.77% from 65); Blue value is 22 (8.98% from 255 or 33.85% from 65); Max value from RGB is 23 - color contains mainly: red. Hex color #171416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171416 is #E8EBE9. Grayscale: #151515. Windows color (decimal): -15264746 or 1446935. OLE color: 1446935.

HSL color Cylindrical-coordinate representation of color #171416: 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.13%. Process color model (Four color, CMYK) of #171416 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.91.

Color convert

RGB232022-
CMYK00.130.040.91
HSL320º6.98%8.43%-
HSV(B)320º13.04%9.02%-
XYZ0.750.740.86-
YUV21.12128.49129.34-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 35.38%
GREEN value IS 20 (8.20% from 255) = 30.77%
BLUE value IS 22 (8.98% from 255) = 33.85%
R=35.38%
G=30.77%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23202200.130.040.913206.988.43
Hex1714160D45B14078
Octal2724260154133500710
Binary1011110100101100110110010110111010000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171416; }

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

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

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

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

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

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

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

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