#202720

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

Shades of Black Bean #202720

Tints of Black Bean #202720

Color information

#202720 (or 0x202720) is unknown color: approx Black Bean. HEX triplet: 20, 27 and 20. RGB value is (32,39,32). Sum of RGB (Red+Green+Blue) = 32+39+32=103 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.07% from 103); Green value is 39 (15.62% from 255 or 37.86% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 39 - color contains mainly: green. Hex color #202720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202720 is #DFD8DF. Grayscale: #242424. Windows color (decimal): -14670048 or 2107168. OLE color: 2107168.

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

Color convert

RGB323932-
CMYK0.1800.180.85
HSL120º9.86%13.92%-
HSV(B)120º17.95%15.29%-
XYZ1.581.861.64-
YUV36.11125.68125.07-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 31.07%
GREEN value IS 39 (15.62% from 255) = 37.86%
BLUE value IS 32 (12.89% from 255) = 31.07%
R=31.07%
G=37.86%
B=31.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3239320.1800.180.851209.8613.92
Hex202720120125578ae
Octal404740220221251701216
Binary100000100111100000100100100101010101111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202720; }

 p { color: rgb(32,39,32); }

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

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

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

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

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

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

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