#212522

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

Shades of Black Bean #212522

Tints of Black Bean #212522

Color information

#212522 (or 0x212522) is unknown color: approx Black Bean. HEX triplet: 21, 25 and 22. RGB value is (33,37,34). Sum of RGB (Red+Green+Blue) = 33+37+34=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 34 (13.67% from 255 or 32.69% from 104); Max value from RGB is 37 - color contains mainly: green. Hex color #212522 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212522 is #DEDADD. Grayscale: #232323. Windows color (decimal): -14605022 or 2237729. OLE color: 2237729.

HSL color Cylindrical-coordinate representation of color #212522: hue angle of 135º 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 #212522 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.85.

Color convert

RGB333734-
CMYK0.1100.080.85
HSL135º5.71%13.73%-
HSV(B)135º10.81%14.51%-
XYZ1.581.761.77-
YUV35.46127.17126.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.73%
GREEN value IS 37 (14.84% from 255) = 35.58%
BLUE value IS 34 (13.67% from 255) = 32.69%
R=31.73%
G=35.58%
B=32.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3337340.1100.080.851355.7113.73
Hex212522B0855876e
Octal41454213010125207616
Binary1000011001011000101011010001010101100001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212522; }

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

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

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

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

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

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

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

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