#161816

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

Shades of Black Bean #161816

Tints of Black Bean #161816

Color information

#161816 (or 0x161816) is unknown color: approx Black Bean. HEX triplet: 16, 18 and 16. RGB value is (22,24,22). Sum of RGB (Red+Green+Blue) = 22+24+22=68 (9% of max value = 765). Red value is 22 (8.98% from 255 or 32.35% from 68); Green value is 24 (9.77% from 255 or 35.29% from 68); Blue value is 22 (8.98% from 255 or 32.35% from 68); Max value from RGB is 24 - color contains mainly: green. Hex color #161816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161816 is #E9E7E9. Grayscale: #171717. Windows color (decimal): -15329258 or 1447958. OLE color: 1447958.

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

Color convert

RGB222422-
CMYK0.0800.080.91
HSL120º4.35%9.02%-
HSV(B)120º8.33%9.41%-
XYZ0.80.880.89-
YUV23.17127.34127.16-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 32.35%
GREEN value IS 24 (9.77% from 255) = 35.29%
BLUE value IS 22 (8.98% from 255) = 32.35%
R=32.35%
G=35.29%
B=32.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2224220.0800.080.911204.359.02
Hex1618168085B7849
Octal26302610010133170411
Binary101101100010110100001000101101111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161816; }

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

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

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

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

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

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

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

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