#161A16

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

Shades of Black Bean #161A16

Tints of Black Bean #161A16

Color information

#161A16 (or 0x161A16) is unknown color: approx Black Bean. HEX triplet: 16, 1A and 16. RGB value is (22,26,22). Sum of RGB (Red+Green+Blue) = 22+26+22=70 (9% of max value = 765). Red value is 22 (8.98% from 255 or 31.43% from 70); Green value is 26 (10.55% from 255 or 37.14% from 70); Blue value is 22 (8.98% from 255 or 31.43% from 70); Max value from RGB is 26 - color contains mainly: green. Hex color #161A16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161A16 is #E9E5E9. Grayscale: #181818. Windows color (decimal): -15328746 or 1448470. OLE color: 1448470.

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

Color convert

RGB222622-
CMYK0.1500.150.90
HSL120º8.33%9.41%-
HSV(B)120º15.38%10.2%-
XYZ0.850.970.9-
YUV24.35126.67126.33-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 31.43%
GREEN value IS 26 (10.55% from 255) = 37.14%
BLUE value IS 22 (8.98% from 255) = 31.43%
R=31.43%
G=37.14%
B=31.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2226220.1500.150.901208.339.41
Hex161A16F0F5A7889
Octal263226170171321701011
Binary1011011010101101111011111011010111100010001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161A16; }

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

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

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

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

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

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

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

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