Html Css Color HEX #202320 Black Bean

📋 copy color: '#202320'

red 32 ◦ green 35 ◦ blue 32

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

Shades of Black Bean #202320

Tints of Black Bean #202320

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 value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.86

RGB Variations

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

Color information

#202320 (or 0x202320) is known color: 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

RGB 32 35 32 -
CMYK 0.09 0 0.09 0.86
HSL 120º 0.04% 0.13% -
HSV(B) 120º 0.09% 0.14% -
XYZ 1.46 1.61 1.6 -
YUV 33.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 32 35 32 0.09 0 0.09 0.86 120 0.04 0.13
Hex 20 23 20 9 0 9 56 78 4 D
Octal 40 43 40 11 0 11 126 170 4 15
Binary 100000 100011 100000 1001 0 1001 1010110 1111000 100 1101

Color Harmonies of #202320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202320

Black with #202320

Text Example


Text Example

White with #202320

Text Example


Text Example

HTML Codes & Css Web 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>