#161716

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

Shades of Black Bean #161716

Tints of Black Bean #161716

Color information

#161716 (or 0x161716) is unknown color: approx Black Bean. HEX triplet: 16, 17 and 16. RGB value is (22,23,22). Sum of RGB (Red+Green+Blue) = 22+23+22=67 (8% of max value = 765). Red value is 22 (8.98% from 255 or 32.84% from 67); Green value is 23 (9.38% from 255 or 34.33% from 67); Blue value is 22 (8.98% from 255 or 32.84% from 67); Max value from RGB is 23 - color contains mainly: green. Hex color #161716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161716 is #E9E8E9. Grayscale: #161616. Windows color (decimal): -15329514 or 1447702. OLE color: 1447702.

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

Color convert

RGB222322-
CMYK0.0400.040.91
HSL120º2.22%8.82%-
HSV(B)120º4.35%9.02%-
XYZ0.780.840.88-
YUV22.59127.67127.58-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 32.84%
GREEN value IS 23 (9.38% from 255) = 34.33%
BLUE value IS 22 (8.98% from 255) = 32.84%
R=32.84%
G=34.33%
B=32.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2223220.0400.040.911202.228.82
Hex1617164045B7829
Octal262726404133170211
Binary101101011110110100010010110111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161716; }

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

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

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

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

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

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

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

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