#203326

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

Shades of Black Bean #203326

Tints of Black Bean #203326

Color information

#203326 (or 0x203326) is unknown color: approx Black Bean. HEX triplet: 20, 33 and 26. RGB value is (32,51,38). Sum of RGB (Red+Green+Blue) = 32+51+38=121 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.45% from 121); Green value is 51 (20.31% from 255 or 42.15% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 51 - color contains mainly: green. Hex color #203326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203326 is #DFCCD9. Grayscale: #2B2B2B. Windows color (decimal): -14666970 or 2503456. OLE color: 2503456.

HSL color Cylindrical-coordinate representation of color #203326: hue angle of 138.95º 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 #203326 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.8.

Color convert

RGB325138-
CMYK0.3700.250.8
HSL138.95º22.89%16.27%-
HSV(B)138.95º37.25%20%-
XYZ2.132.812.26-
YUV43.84124.71119.56-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 26.45%
GREEN value IS 51 (20.31% from 255) = 42.15%
BLUE value IS 38 (15.23% from 255) = 31.40%
R=26.45%
G=42.15%
B=31.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3251380.3700.250.8138.9522.8916.27
Hex20332625019508b1710
Octal406346450311202132720
Binary1000001100111001101001010110011010000100010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203326; }

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

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

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

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

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

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

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

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