#162016

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

Shades of Black Bean #162016

Tints of Black Bean #162016

Color information

#162016 (or 0x162016) is unknown color: approx Black Bean. HEX triplet: 16, 20 and 16. RGB value is (22,32,22). Sum of RGB (Red+Green+Blue) = 22+32+22=76 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.95% from 76); Green value is 32 (12.89% from 255 or 42.11% from 76); Blue value is 22 (8.98% from 255 or 28.95% from 76); Max value from RGB is 32 - color contains mainly: green. Hex color #162016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #162016 is #E9DFE9. Grayscale: #1B1B1B. Windows color (decimal): -15327210 or 1450006. OLE color: 1450006.

HSL color Cylindrical-coordinate representation of color #162016: hue angle of 120º degrees, saturation: 0.19, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #162016 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.87.

Color convert

RGB223222-
CMYK0.3100.310.87
HSL120º18.52%10.59%-
HSV(B)120º31.25%12.55%-
XYZ0.991.260.95-
YUV27.87124.69123.81-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 28.95%
GREEN value IS 32 (12.89% from 255) = 42.11%
BLUE value IS 22 (8.98% from 255) = 28.95%
R=28.95%
G=42.11%
B=28.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2232220.3100.310.8712018.5210.59
Hex1620161F01F577813b
Octal264026370371271702313
Binary10110100000101101111101111110101111111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162016; }

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

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

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

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

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

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

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

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