#202420

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

Shades of Black Bean #202420

Tints of Black Bean #202420

Color information

#202420 (or 0x202420) is unknown color: approx Black Bean. HEX triplet: 20, 24 and 20. RGB value is (32,36,32). Sum of RGB (Red+Green+Blue) = 32+36+32=100 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32% from 100); Green value is 36 (14.45% from 255 or 36% from 100); Blue value is 32 (12.89% from 255 or 32% from 100); Max value from RGB is 36 - color contains mainly: green. Hex color #202420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202420 is #DFDBDF. Grayscale: #222222. Windows color (decimal): -14670816 or 2106400. OLE color: 2106400.

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

Color convert

RGB323632-
CMYK0.1100.110.86
HSL120º5.88%13.33%-
HSV(B)120º11.11%14.12%-
XYZ1.491.671.61-
YUV34.35126.67126.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 32%
GREEN value IS 36 (14.45% from 255) = 36%
BLUE value IS 32 (12.89% from 255) = 32%
R=32%
G=36%
B=32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3236320.1100.110.861205.8813.33
Hex202420B0B56786d
Octal40444013013126170615
Binary100000100100100000101101011101011011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202420; }

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

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

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

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

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

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

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

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