#202620

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

Shades of Black Bean #202620

Tints of Black Bean #202620

Color information

#202620 (or 0x202620) is unknown color: approx Black Bean. HEX triplet: 20, 26 and 20. RGB value is (32,38,32). Sum of RGB (Red+Green+Blue) = 32+38+32=102 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.37% from 102); Green value is 38 (15.23% from 255 or 37.25% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 38 - color contains mainly: green. Hex color #202620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202620 is #DFD9DF. Grayscale: #232323. Windows color (decimal): -14670304 or 2106912. OLE color: 2106912.

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

Color convert

RGB323832-
CMYK0.1600.160.85
HSL120º8.57%13.73%-
HSV(B)120º15.79%14.9%-
XYZ1.551.81.63-
YUV35.52126.01125.49-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 31.37%
GREEN value IS 38 (15.23% from 255) = 37.25%
BLUE value IS 32 (12.89% from 255) = 31.37%
R=31.37%
G=37.25%
B=31.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3238320.1600.160.851208.5713.73
Hex2026201001055789e
Octal404640200201251701116
Binary100000100110100000100000100001010101111100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202620; }

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

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

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

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

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

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

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

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