#203223

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

Shades of Black Bean #203223

Tints of Black Bean #203223

Color information

#203223 (or 0x203223) is unknown color: approx Black Bean. HEX triplet: 20, 32 and 23. RGB value is (32,50,35). Sum of RGB (Red+Green+Blue) = 32+50+35=117 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.35% from 117); Green value is 50 (19.92% from 255 or 42.74% from 117); Blue value is 35 (14.06% from 255 or 29.91% from 117); Max value from RGB is 50 - color contains mainly: green. Hex color #203223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203223 is #DFCDDC. Grayscale: #2A2A2A. Windows color (decimal): -14667229 or 2306592. OLE color: 2306592.

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

Color convert

RGB325035-
CMYK0.3600.300.80
HSL130º21.95%16.08%-
HSV(B)130º36%19.61%-
XYZ2.042.712.01-
YUV42.91123.54120.22-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 27.35%
GREEN value IS 50 (19.92% from 255) = 42.74%
BLUE value IS 35 (14.06% from 255) = 29.91%
R=27.35%
G=42.74%
B=29.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3250350.3600.300.8013021.9516.08
Hex2032232401E50821610
Octal406243440361202022620
Binary1000001100101000111001000111101010000100000101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203223; }

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

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

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

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

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

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

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

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