#203225

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

Shades of Black Bean #203225

Tints of Black Bean #203225

Color information

#203225 (or 0x203225) is unknown color: approx Black Bean. HEX triplet: 20, 32 and 25. RGB value is (32,50,37). Sum of RGB (Red+Green+Blue) = 32+50+37=119 (15% of max value = 765). Red value is 32 (12.89% from 255 or 26.89% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 50 - color contains mainly: green. Hex color #203225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203225 is #DFCDDA. Grayscale: #2B2B2B. Windows color (decimal): -14667227 or 2437664. OLE color: 2437664.

HSL color Cylindrical-coordinate representation of color #203225: hue angle of 136.67º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #203225 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.80.

Color convert

RGB325037-
CMYK0.3600.260.80
HSL136.67º21.95%16.08%-
HSV(B)136.67º36%19.61%-
XYZ2.072.722.17-
YUV43.14124.54120.06-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 26.89%
GREEN value IS 50 (19.92% from 255) = 42.02%
BLUE value IS 37 (14.84% from 255) = 31.09%
R=26.89%
G=42.02%
B=31.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3250370.3600.260.80136.6721.9516.08
Hex2032252401A50891610
Octal406245440321202112620
Binary1000001100101001011001000110101010000100010011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203225; }

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

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

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

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

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

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

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

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