#203525

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

Shades of Black Bean #203525

Tints of Black Bean #203525

Color information

#203525 (or 0x203525) is unknown color: approx Black Bean. HEX triplet: 20, 35 and 25. RGB value is (32,53,37). Sum of RGB (Red+Green+Blue) = 32+53+37=122 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.23% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 37 (14.84% from 255 or 30.33% from 122); Max value from RGB is 53 - color contains mainly: green. Hex color #203525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203525 is #DFCADA. Grayscale: #2C2C2C. Windows color (decimal): -14666459 or 2438432. OLE color: 2438432.

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

Color convert

RGB325337-
CMYK0.4000.300.79
HSL134.29º24.71%16.67%-
HSV(B)134.29º39.62%20.78%-
XYZ2.22.992.21-
YUV44.9123.54118.8-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 26.23%
GREEN value IS 53 (21.09% from 255) = 43.44%
BLUE value IS 37 (14.84% from 255) = 30.33%
R=26.23%
G=43.44%
B=30.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3253370.4000.300.79134.2924.7116.67
Hex2035252801E4F861911
Octal406545500361172063121
Binary1000001101011001011010000111101001111100001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203525; }

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

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

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

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

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

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

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

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