#203123

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

Shades of Black Bean #203123

Tints of Black Bean #203123

Color information

#203123 (or 0x203123) is unknown color: approx Black Bean. HEX triplet: 20, 31 and 23. RGB value is (32,49,35). Sum of RGB (Red+Green+Blue) = 32+49+35=116 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.59% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 35 (14.06% from 255 or 30.17% from 116); Max value from RGB is 49 - color contains mainly: green. Hex color #203123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203123 is #DFCEDC. Grayscale: #2A2A2A. Windows color (decimal): -14667485 or 2306336. OLE color: 2306336.

HSL color Cylindrical-coordinate representation of color #203123: hue angle of 130.59º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #203123 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.81.

Color convert

RGB324935-
CMYK0.3500.290.81
HSL130.59º20.99%15.88%-
HSV(B)130.59º34.69%19.22%-
XYZ22.631.99-
YUV42.32123.87120.64-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 27.59%
GREEN value IS 49 (19.53% from 255) = 42.24%
BLUE value IS 35 (14.06% from 255) = 30.17%
R=27.59%
G=42.24%
B=30.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3249350.3500.290.81130.5920.9915.88
Hex2031232301D51831510
Octal406143430351212032520
Binary1000001100011000111000110111011010001100000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203123; }

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

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

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

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

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

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

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

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