#203325

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

Shades of Black Bean #203325

Tints of Black Bean #203325

Color information

#203325 (or 0x203325) is unknown color: approx Black Bean. HEX triplet: 20, 33 and 25. RGB value is (32,51,37). Sum of RGB (Red+Green+Blue) = 32+51+37=120 (15% of max value = 765). Red value is 32 (12.89% from 255 or 26.67% from 120); Green value is 51 (20.31% from 255 or 42.5% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 51 - color contains mainly: green. Hex color #203325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203325 is #DFCCDA. Grayscale: #2B2B2B. Windows color (decimal): -14666971 or 2437920. OLE color: 2437920.

HSL color Cylindrical-coordinate representation of color #203325: hue angle of 135.79º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #203325 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.8.

Color convert

RGB325137-
CMYK0.3700.270.8
HSL135.79º22.89%16.27%-
HSV(B)135.79º37.25%20%-
XYZ2.112.812.18-
YUV43.72124.21119.64-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 26.67%
GREEN value IS 51 (20.31% from 255) = 42.5%
BLUE value IS 37 (14.84% from 255) = 30.83%
R=26.67%
G=42.5%
B=30.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3251370.3700.270.8135.7922.8916.27
Hex2033252501B50881710
Octal406345450331202102720
Binary1000001100111001011001010110111010000100010001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203325; }

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

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

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

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

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

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

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

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