#212221

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

Shades of Black Bean #212221

Tints of Black Bean #212221

Color information

#212221 (or 0x212221) is unknown color: approx Black Bean. HEX triplet: 21, 22 and 21. RGB value is (33,34,33). Sum of RGB (Red+Green+Blue) = 33+34+33=100 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33% from 100); Green value is 34 (13.67% from 255 or 34% from 100); Blue value is 33 (13.28% from 255 or 33% from 100); Max value from RGB is 34 - color contains mainly: green. Hex color #212221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212221 is #DEDDDE. Grayscale: #212121. Windows color (decimal): -14605791 or 2171425. OLE color: 2171425.

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

Color convert

RGB333433-
CMYK0.0300.030.87
HSL120º1.49%13.14%-
HSV(B)120º2.94%13.33%-
XYZ1.471.581.67-
YUV33.59127.67127.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 33%
GREEN value IS 34 (13.67% from 255) = 34%
BLUE value IS 33 (13.28% from 255) = 33%
R=33%
G=34%
B=33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3334330.0300.030.871201.4913.14
Hex21222130357781d
Octal414241303127170115
Binary100001100010100001110111010111111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212221; }

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

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

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

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

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

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

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

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