#203526

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

Shades of Black Bean #203526

Tints of Black Bean #203526

Color information

#203526 (or 0x203526) is unknown color: approx Black Bean. HEX triplet: 20, 35 and 26. RGB value is (32,53,38). Sum of RGB (Red+Green+Blue) = 32+53+38=123 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.02% from 123); Green value is 53 (21.09% from 255 or 43.09% from 123); Blue value is 38 (15.23% from 255 or 30.89% from 123); Max value from RGB is 53 - color contains mainly: green. Hex color #203526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203526 is #DFCAD9. Grayscale: #2D2D2D. Windows color (decimal): -14666458 or 2503968. OLE color: 2503968.

HSL color Cylindrical-coordinate representation of color #203526: hue angle of 137.14º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #203526 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.79.

Color convert

RGB325338-
CMYK0.4000.280.79
HSL137.14º24.71%16.67%-
HSV(B)137.14º39.62%20.78%-
XYZ2.222.992.29-
YUV45.01124.04118.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 26.02%
GREEN value IS 53 (21.09% from 255) = 43.09%
BLUE value IS 38 (15.23% from 255) = 30.89%
R=26.02%
G=43.09%
B=30.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3253380.4000.280.79137.1424.7116.67
Hex2035262801C4F891911
Octal406546500341172113121
Binary1000001101011001101010000111001001111100010011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203526; }

 p { color: rgb(32,53,38); }

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

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

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

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

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

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

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