#202621

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

Shades of Black Bean #202621

Tints of Black Bean #202621

Color information

#202621 (or 0x202621) is unknown color: approx Black Bean. HEX triplet: 20, 26 and 21. RGB value is (32,38,33). Sum of RGB (Red+Green+Blue) = 32+38+33=103 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.07% from 103); Green value is 38 (15.23% from 255 or 36.89% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 38 - color contains mainly: green. Hex color #202621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202621 is #DFD9DE. Grayscale: #232323. Windows color (decimal): -14670303 or 2172448. OLE color: 2172448.

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

Color convert

RGB323833-
CMYK0.1600.130.85
HSL130º8.57%13.73%-
HSV(B)130º15.79%14.9%-
XYZ1.561.81.7-
YUV35.64126.51125.41-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 31.07%
GREEN value IS 38 (15.23% from 255) = 36.89%
BLUE value IS 33 (13.28% from 255) = 32.04%
R=31.07%
G=36.89%
B=32.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3238330.1600.130.851308.5713.73
Hex202621100D55829e
Octal404641200151252021116
Binary100000100110100001100000110110101011000001010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202621; }

 p { color: rgb(32,38,33); }

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

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

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

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

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

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

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