#213124

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

Shades of Black Bean #213124

Tints of Black Bean #213124

Color information

#213124 (or 0x213124) is unknown color: approx Black Bean. HEX triplet: 21, 31 and 24. RGB value is (33,49,36). Sum of RGB (Red+Green+Blue) = 33+49+36=118 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.97% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 36 (14.45% from 255 or 30.51% from 118); Max value from RGB is 49 - color contains mainly: green. Hex color #213124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213124 is #DECEDB. Grayscale: #2A2A2A. Windows color (decimal): -14601948 or 2371873. OLE color: 2371873.

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

Color convert

RGB334936-
CMYK0.3300.270.81
HSL131.25º19.51%16.08%-
HSV(B)131.25º32.65%19.22%-
XYZ2.042.652.07-
YUV42.73124.2121.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.97%
GREEN value IS 49 (19.53% from 255) = 41.53%
BLUE value IS 36 (14.45% from 255) = 30.51%
R=27.97%
G=41.53%
B=30.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3349360.3300.270.81131.2519.5116.08
Hex2131242101B51831410
Octal416144410331212032420
Binary1000011100011001001000010110111010001100000111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213124; }

 p { color: rgb(33,49,36); }

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

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

 a { background-color: rgb(33,49,36); }

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

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

 span { border-color: rgb(33,49,36); }

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