#212521

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

Shades of Black Bean #212521

Tints of Black Bean #212521

Color information

#212521 (or 0x212521) is unknown color: approx Black Bean. HEX triplet: 21, 25 and 21. RGB value is (33,37,33). Sum of RGB (Red+Green+Blue) = 33+37+33=103 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.04% from 103); Green value is 37 (14.84% from 255 or 35.92% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 37 - color contains mainly: green. Hex color #212521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212521 is #DEDADE. Grayscale: #232323. Windows color (decimal): -14605023 or 2172193. OLE color: 2172193.

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

Color convert

RGB333733-
CMYK0.1100.110.85
HSL120º5.71%13.73%-
HSV(B)120º10.81%14.51%-
XYZ1.561.761.7-
YUV35.35126.67126.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.04%
GREEN value IS 37 (14.84% from 255) = 35.92%
BLUE value IS 33 (13.28% from 255) = 32.04%
R=32.04%
G=35.92%
B=32.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3337330.1100.110.851205.7113.73
Hex212521B0B55786e
Octal41454113013125170616
Binary100001100101100001101101011101010111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212521; }

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

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

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

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

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

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

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

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