#202521

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

Shades of Black Bean #202521

Tints of Black Bean #202521

Color information

#202521 (or 0x202521) is unknown color: approx Black Bean. HEX triplet: 20, 25 and 21. RGB value is (32,37,33). Sum of RGB (Red+Green+Blue) = 32+37+33=102 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.37% from 102); Green value is 37 (14.84% from 255 or 36.27% from 102); Blue value is 33 (13.28% from 255 or 32.35% from 102); Max value from RGB is 37 - color contains mainly: green. Hex color #202521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202521 is #DFDADE. Grayscale: #232323. Windows color (decimal): -14670559 or 2172192. OLE color: 2172192.

HSL color Cylindrical-coordinate representation of color #202521: hue angle of 132º degrees, saturation: 0.07, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #202521 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.85.

Color convert

RGB323733-
CMYK0.1400.110.85
HSL132º7.25%13.53%-
HSV(B)132º13.51%14.51%-
XYZ1.531.741.69-
YUV35.05126.84125.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 31.37%
GREEN value IS 37 (14.84% from 255) = 36.27%
BLUE value IS 33 (13.28% from 255) = 32.35%
R=31.37%
G=36.27%
B=32.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3237330.1400.110.851327.2513.53
Hex202521E0B55847e
Octal40454116013125204716
Binary1000001001011000011110010111010101100001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202521; }

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

 H1.HeaderClassName
 {
   color: #202521;
 }
 .AnyTagClassName
 {
   color: #202521;
 }
</style>
background-color css

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

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

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

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

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

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