Html Css Color HEX #202921 Black Bean

📋 copy color: '#202921'

red 32 ◦ green 41 ◦ blue 33

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

Shades of Black Bean #202921

Tints of Black Bean #202921

RGB

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

 GREEN value IS 41 (16.41% from 255) = 38.68%

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

R = 30.19%
G = 38.68%
B = 31.13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.84

RGB Variations

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

Color information

#202921 (or 0x202921) is known color: Black Bean. HEX triplet: 20, 29 and 21. RGB value is (32,41,33). Sum of RGB (Red+Green+Blue) = 32+41+33=106 (14% of max value = 765). Red value is 32 (12.89% from 255 or 30.19% from 106); Green value is 41 (16.41% from 255 or 38.68% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 41 - color contains mainly: green. Hex color #202921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202921 is #DFD6DE. Grayscale: #252525. Windows color (decimal): -14669535 or 2173216. OLE color: 2173216.

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

Color convert

RGB 32 41 33 -
CMYK 0.22 0 0.20 0.84
HSL 126.67º 0.12% 0.14% -
HSV(B) 126.67º 0.22% 0.16% -
XYZ 1.66 2 1.74 -
YUV 37.4 125.52 124.15 -
System Red Green Blue C M Y K H S L
Decimal 32 41 33 0.22 0 0.20 0.84 126.67 0.12 0.14
Hex 20 29 21 16 0 14 54 7F C E
Octal 40 51 41 26 0 24 124 177 14 16
Binary 100000 101001 100001 10110 0 10100 1010100 1111111 1100 1110

Color Harmonies of #202921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202921

Black with #202921

Text Example


Text Example

White with #202921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202921; }

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

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

background-color css

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

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

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

border-color css

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

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

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