#161E16

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

Shades of Black Bean #161E16

Tints of Black Bean #161E16

Color information

#161E16 (or 0x161E16) is unknown color: approx Black Bean. HEX triplet: 16, 1E and 16. RGB value is (22,30,22). Sum of RGB (Red+Green+Blue) = 22+30+22=74 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.73% from 74); Green value is 30 (12.11% from 255 or 40.54% from 74); Blue value is 22 (8.98% from 255 or 29.73% from 74); Max value from RGB is 30 - color contains mainly: green. Hex color #161E16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161E16 is #E9E1E9. Grayscale: #1A1A1A. Windows color (decimal): -15327722 or 1449494. OLE color: 1449494.

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

Color convert

RGB223022-
CMYK0.2700.270.88
HSL120º15.38%10.2%-
HSV(B)120º26.67%11.76%-
XYZ0.941.160.93-
YUV26.7125.35124.65-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 29.73%
GREEN value IS 30 (12.11% from 255) = 40.54%
BLUE value IS 22 (8.98% from 255) = 29.73%
R=29.73%
G=40.54%
B=29.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2230220.2700.270.8812015.3810.2
Hex161E161B01B5878fa
Octal263626330331301701712
Binary101101111010110110110110111011000111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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