Html Css Color HEX #202321 Black Bean

📋 copy color: '#202321'

red 32 ◦ green 35 ◦ blue 33

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

Shades of Black Bean #202321

Tints of Black Bean #202321

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

 M value IS 0

 Y value IS 0.06

 K value IS 0.86

RGB Variations

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

Color information

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

RGB 32 35 33 -
CMYK 0.09 0 0.06 0.86
HSL 140º 0.04% 0.13% -
HSV(B) 140º 0.09% 0.14% -
XYZ 1.47 1.62 1.67 -
YUV 33.88 127.51 126.66 -
System Red Green Blue C M Y K H S L
Decimal 32 35 33 0.09 0 0.06 0.86 140 0.04 0.13
Hex 20 23 21 9 0 6 56 8C 4 D
Octal 40 43 41 11 0 6 126 214 4 15
Binary 100000 100011 100001 1001 0 110 1010110 10001100 100 1101

Color Harmonies of #202321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202321

Black with #202321

Text Example


Text Example

White with #202321

Text Example


Text Example

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