#212722

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

Shades of Black Bean #212722

Tints of Black Bean #212722

Color information

#212722 (or 0x212722) is unknown color: approx Black Bean. HEX triplet: 21, 27 and 22. RGB value is (33,39,34). Sum of RGB (Red+Green+Blue) = 33+39+34=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 39 (15.62% from 255 or 36.79% from 106); Blue value is 34 (13.67% from 255 or 32.08% from 106); Max value from RGB is 39 - color contains mainly: green. Hex color #212722 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212722 is #DED8DD. Grayscale: #242424. Windows color (decimal): -14604510 or 2238241. OLE color: 2238241.

HSL color Cylindrical-coordinate representation of color #212722: hue angle of 130º degrees, saturation: 0.08, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #212722 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.85.

Color convert

RGB333934-
CMYK0.1500.130.85
HSL130º8.33%14.12%-
HSV(B)130º15.38%15.29%-
XYZ1.641.891.79-
YUV36.64126.51125.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.13%
GREEN value IS 39 (15.62% from 255) = 36.79%
BLUE value IS 34 (13.67% from 255) = 32.08%
R=31.13%
G=36.79%
B=32.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3339340.1500.130.851308.3314.12
Hex212722F0D55828e
Octal414742170151252021016
Binary10000110011110001011110110110101011000001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212722; }

 p { color: rgb(33,39,34); }

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

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

 a { background-color: rgb(33,39,34); }

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

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

 span { border-color: rgb(33,39,34); }

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