Html Css Color HEX #202821 Black Bean

📋 copy color: '#202821'

red 32 ◦ green 40 ◦ blue 33

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

Shades of Black Bean #202821

Tints of Black Bean #202821

RGB

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

 GREEN value IS 40 (16.02% from 255) = 38.1%

 BLUE value IS 33 (13.28% from 255) = 31.43%

R = 30.48%
G = 38.1%
B = 31.43%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.84

RGB Variations

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

Color information

#202821 (or 0x202821) is known color: Black Bean. HEX triplet: 20, 28 and 21. RGB value is (32,40,33). Sum of RGB (Red+Green+Blue) = 32+40+33=105 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.48% from 105); Green value is 40 (16.02% from 255 or 38.10% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 40 - color contains mainly: green. Hex color #202821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202821 is #DFD7DE. Grayscale: #242424. Windows color (decimal): -14669791 or 2172960. OLE color: 2172960.

HSL color Cylindrical-coordinate representation of color #202821: hue angle of 127.5º degrees, saturation: 0.11, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #202821 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.

Color convert

RGB 32 40 33 -
CMYK 0.20 0 0.17 0.84
HSL 127.5º 0.11% 0.14% -
HSV(B) 127.5º 0.2% 0.16% -
XYZ 1.63 1.93 1.73 -
YUV 36.81 125.85 124.57 -
System Red Green Blue C M Y K H S L
Decimal 32 40 33 0.20 0 0.17 0.84 127.5 0.11 0.14
Hex 20 28 21 14 0 11 54 80 B E
Octal 40 50 41 24 0 21 124 200 13 16
Binary 100000 101000 100001 10100 0 10001 1010100 10000000 1011 1110

Color Harmonies of #202821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202821

Black with #202821

Text Example


Text Example

White with #202821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202821; }

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

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

background-color css

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

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

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

border-color css

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

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

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