#202321

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

Shades of Black Bean #202321

Tints of Black Bean #202321

Color information

#202321 (or 0x202321) is unknown color: approx Black Bean. HEX triplet: 20, 23 and 21. RGB value is (32,35,33). Sum of RGB (Red+Green+Blue) = 32+35+33=100 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32% from 100); Green value is 35 (14.06% from 255 or 35% from 100); Blue value is 33 (13.28% from 255 or 33% from 100); Max value from RGB is 35 - color contains mainly: green. Hex color #202321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202321 is #DFDCDE. Grayscale: #212121. Windows color (decimal): -14671071 or 2171680. OLE color: 2171680.

HSL color Cylindrical-coordinate representation of color #202321: hue angle of 140º 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 #202321 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.86.

Color convert

RGB323533-
CMYK0.0900.060.86
HSL140º4.48%13.14%-
HSV(B)140º8.57%13.73%-
XYZ1.471.621.67-
YUV33.88127.51126.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3235330.0900.060.861404.4813.14
Hex202321906568c4d
Octal4043411106126214415
Binary100000100011100001100101101010110100011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202321; }

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

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

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

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

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

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

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

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