#203524

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

Shades of Black Bean #203524

Tints of Black Bean #203524

Color information

#203524 (or 0x203524) is unknown color: approx Black Bean. HEX triplet: 20, 35 and 24. RGB value is (32,53,36). Sum of RGB (Red+Green+Blue) = 32+53+36=121 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.45% from 121); Green value is 53 (21.09% from 255 or 43.80% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 53 - color contains mainly: green. Hex color #203524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203524 is #DFCADB. Grayscale: #2C2C2C. Windows color (decimal): -14666460 or 2372896. OLE color: 2372896.

HSL color Cylindrical-coordinate representation of color #203524: hue angle of 131.43º 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 #203524 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.79.

Color convert

RGB325336-
CMYK0.4000.320.79
HSL131.43º24.71%16.67%-
HSV(B)131.43º39.62%20.78%-
XYZ2.192.982.13-
YUV44.78123.04118.88-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 26.45%
GREEN value IS 53 (21.09% from 255) = 43.80%
BLUE value IS 36 (14.45% from 255) = 29.75%
R=26.45%
G=43.80%
B=29.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3253360.4000.320.79131.4324.7116.67
Hex203524280204F831911
Octal406544500401172033121
Binary10000011010110010010100001000001001111100000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203524; }

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

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

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

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

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

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

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

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