#202320

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

Shades of Black Bean #202320

Tints of Black Bean #202320

Color information

#202320 (or 0x202320) is unknown color: approx Black Bean. HEX triplet: 20, 23 and 20. RGB value is (32,35,32). Sum of RGB (Red+Green+Blue) = 32+35+32=99 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32.32% from 99); Green value is 35 (14.06% from 255 or 35.35% from 99); Blue value is 32 (12.89% from 255 or 32.32% from 99); Max value from RGB is 35 - color contains mainly: green. Hex color #202320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202320 is #DFDCDF. Grayscale: #212121. Windows color (decimal): -14671072 or 2106144. OLE color: 2106144.

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

Color convert

RGB323532-
CMYK0.0900.090.86
HSL120º4.48%13.14%-
HSV(B)120º8.57%13.73%-
XYZ1.461.611.6-
YUV33.76127.01126.74-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 32.32%
GREEN value IS 35 (14.06% from 255) = 35.35%
BLUE value IS 32 (12.89% from 255) = 32.32%
R=32.32%
G=35.35%
B=32.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3235320.0900.090.861204.4813.14
Hex20232090956784d
Octal40434011011126170415
Binary100000100011100000100101001101011011110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202320; }

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

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

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

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

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

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

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

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