#161917

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

Shades of Black Bean #161917

Tints of Black Bean #161917

Color information

#161917 (or 0x161917) is unknown color: approx Black Bean. HEX triplet: 16, 19 and 17. RGB value is (22,25,23). Sum of RGB (Red+Green+Blue) = 22+25+23=70 (9% of max value = 765). Red value is 22 (8.98% from 255 or 31.43% from 70); Green value is 25 (10.16% from 255 or 35.71% from 70); Blue value is 23 (9.38% from 255 or 32.86% from 70); Max value from RGB is 25 - color contains mainly: green. Hex color #161917 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161917 is #E9E6E8. Grayscale: #171717. Windows color (decimal): -15329001 or 1513750. OLE color: 1513750.

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

Color convert

RGB222523-
CMYK0.1200.080.90
HSL140º6.38%9.22%-
HSV(B)140º12%9.8%-
XYZ0.830.930.95-
YUV23.88127.51126.66-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 31.43%
GREEN value IS 25 (10.16% from 255) = 35.71%
BLUE value IS 23 (9.38% from 255) = 32.86%
R=31.43%
G=35.71%
B=32.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2225230.1200.080.901406.389.22
Hex161917C085A8c69
Octal26312714010132214611
Binary1011011001101111100010001011010100011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161917; }

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

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

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

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

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

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

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

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