Html Css Color HEX #202120 Black Bean

📋 copy color: '#202120'

red 32 ◦ green 33 ◦ blue 32

#202120
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #202120

Tints of Black Bean #202120

RGB

 RED value IS 32 (12.89% from 255) = 32.99%

 GREEN value IS 33 (13.28% from 255) = 34.02%

 BLUE value IS 32 (12.89% from 255) = 32.99%

R = 32.99%
G = 34.02%
B = 32.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.87

RGB Variations

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

Color information

#202120 (or 0x202120) is known color: Black Bean. HEX triplet: 20, 21 and 20. RGB value is (32,33,32). Sum of RGB (Red+Green+Blue) = 32+33+32=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 32 (12.89% from 255 or 32.99% from 97); Max value from RGB is 33 - color contains mainly: green. Hex color #202120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202120 is #DFDEDF. Grayscale: #202020. Windows color (decimal): -14671584 or 2105632. OLE color: 2105632.

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

Color convert

RGB 32 33 32 -
CMYK 0.03 0 0.03 0.87
HSL 120º 0.02% 0.13% -
HSV(B) 120º 0.03% 0.13% -
XYZ 1.4 1.5 1.58 -
YUV 32.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 32 33 32 0.03 0 0.03 0.87 120 0.02 0.13
Hex 20 21 20 3 0 3 57 78 2 D
Octal 40 41 40 3 0 3 127 170 2 15
Binary 100000 100001 100000 11 0 11 1010111 1111000 10 1101

Color Harmonies of #202120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202120

Black with #202120

Text Example


Text Example

White with #202120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202120; }

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

 H1.HeaderClassName
 {
   color: #202120;
 }
 .AnyTagClassName
 {
   color: #202120;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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