#213224

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

Shades of Black Bean #213224

Tints of Black Bean #213224

Color information

#213224 (or 0x213224) is unknown color: approx Black Bean. HEX triplet: 21, 32 and 24. RGB value is (33,50,36). Sum of RGB (Red+Green+Blue) = 33+50+36=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 36 (14.45% from 255 or 30.25% from 119); Max value from RGB is 50 - color contains mainly: green. Hex color #213224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213224 is #DECDDB. Grayscale: #2B2B2B. Windows color (decimal): -14601692 or 2372129. OLE color: 2372129.

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

Color convert

RGB335036-
CMYK0.3400.280.80
HSL130.59º20.48%16.27%-
HSV(B)130.59º34%19.61%-
XYZ2.092.732.09-
YUV43.32123.87120.64-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.73%
GREEN value IS 50 (19.92% from 255) = 42.02%
BLUE value IS 36 (14.45% from 255) = 30.25%
R=27.73%
G=42.02%
B=30.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3350360.3400.280.80130.5920.4816.27
Hex2132242201C50831410
Octal416244420341202032420
Binary1000011100101001001000100111001010000100000111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213224; }

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

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

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

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

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

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

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

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