#16211A

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

Shades of Black Bean #16211A

Tints of Black Bean #16211A

Color information

#16211A (or 0x16211A) is unknown color: approx Black Bean. HEX triplet: 16, 21 and 1A. RGB value is (22,33,26). Sum of RGB (Red+Green+Blue) = 22+33+26=81 (10% of max value = 765). Red value is 22 (8.98% from 255 or 27.16% from 81); Green value is 33 (13.28% from 255 or 40.74% from 81); Blue value is 26 (10.55% from 255 or 32.10% from 81); Max value from RGB is 33 - color contains mainly: green. Hex color #16211A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16211A is #E9DEE5. Grayscale: #1C1C1C. Windows color (decimal): -15326950 or 1712406. OLE color: 1712406.

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

Color convert

RGB223326-
CMYK0.3300.210.87
HSL141.82º20%10.78%-
HSV(B)141.82º33.33%12.94%-
XYZ1.061.331.18-
YUV28.91126.36123.07-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 27.16%
GREEN value IS 33 (13.28% from 255) = 40.74%
BLUE value IS 26 (10.55% from 255) = 32.10%
R=27.16%
G=40.74%
B=32.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2233260.3300.210.87141.822010.78
Hex16211A21015578e14b
Octal264132410251272162413
Binary1011010000111010100001010101101011110001110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16211A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16211A; }

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

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

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

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

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

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

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

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