#202D21

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

Shades of Black Bean #202D21

Tints of Black Bean #202D21

Color information

#202D21 (or 0x202D21) is unknown color: approx Black Bean. HEX triplet: 20, 2D and 21. RGB value is (32,45,33). Sum of RGB (Red+Green+Blue) = 32+45+33=110 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.09% from 110); Green value is 45 (17.97% from 255 or 40.91% from 110); Blue value is 33 (13.28% from 255 or 30% from 110); Max value from RGB is 45 - color contains mainly: green. Hex color #202D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202D21 is #DFD2DE. Grayscale: #272727. Windows color (decimal): -14668511 or 2174240. OLE color: 2174240.

HSL color Cylindrical-coordinate representation of color #202D21: hue angle of 124.62º degrees, saturation: 0.17, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #202D21 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.82.

Color convert

RGB324533-
CMYK0.2900.270.82
HSL124.62º16.88%15.1%-
HSV(B)124.62º28.89%17.65%-
XYZ1.812.291.79-
YUV39.74124.19122.48-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 29.09%
GREEN value IS 45 (17.97% from 255) = 40.91%
BLUE value IS 33 (13.28% from 255) = 30%
R=29.09%
G=40.91%
B=30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3245330.2900.270.82124.6216.8815.1
Hex202D211D01B527d11f
Octal405541350331221752117
Binary1000001011011000011110101101110100101111101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202D21; }

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

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

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

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

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

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

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

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