#203424

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

Shades of Black Bean #203424

Tints of Black Bean #203424

Color information

#203424 (or 0x203424) is unknown color: approx Black Bean. HEX triplet: 20, 34 and 24. RGB value is (32,52,36). Sum of RGB (Red+Green+Blue) = 32+52+36=120 (15% of max value = 765). Red value is 32 (12.89% from 255 or 26.67% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 36 (14.45% from 255 or 30% from 120); Max value from RGB is 52 - color contains mainly: green. Hex color #203424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203424 is #DFCBDB. Grayscale: #2C2C2C. Windows color (decimal): -14666716 or 2372640. OLE color: 2372640.

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

Color convert

RGB325236-
CMYK0.3800.310.80
HSL132º23.81%16.47%-
HSV(B)132º38.46%20.39%-
XYZ2.142.892.11-
YUV44.2123.37119.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 26.67%
GREEN value IS 52 (20.70% from 255) = 43.33%
BLUE value IS 36 (14.45% from 255) = 30%
R=26.67%
G=43.33%
B=30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3252360.3800.310.8013223.8116.47
Hex2034242601F50841810
Octal406444460371202043020
Binary1000001101001001001001100111111010000100001001100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203424; }

 p { color: rgb(32,52,36); }

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

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

 a { background-color: rgb(32,52,36); }

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

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

 span { border-color: rgb(32,52,36); }

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