#202921

Color #202921 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #202921

Tints of Black Bean #202921

Color information

#202921 (or 0x202921) is unknown color: approx 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

RGB324133-
CMYK0.2200.200.84
HSL126.67º12.33%14.31%-
HSV(B)126.67º21.95%16.08%-
XYZ1.6621.74-
YUV37.4125.52124.15-

RGB Variations

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

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 (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3241330.2200.200.84126.6712.3314.31
Hex20292116014547fce
Octal405141260241241771416
Binary100000101001100001101100101001010100111111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>