#213226

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

Shades of Black Bean #213226

Tints of Black Bean #213226

Color information

#213226 (or 0x213226) is unknown color: approx Black Bean. HEX triplet: 21, 32 and 26. RGB value is (33,50,38). Sum of RGB (Red+Green+Blue) = 33+50+38=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 50 - color contains mainly: green. Hex color #213226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213226 is #DECDD9. Grayscale: #2B2B2B. Windows color (decimal): -14601690 or 2503201. OLE color: 2503201.

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

Color convert

RGB335038-
CMYK0.3400.240.80
HSL137.65º20.48%16.27%-
HSV(B)137.65º34%19.61%-
XYZ2.122.742.25-
YUV43.55124.87120.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.27%
GREEN value IS 50 (19.92% from 255) = 41.32%
BLUE value IS 38 (15.23% from 255) = 31.40%
R=27.27%
G=41.32%
B=31.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3350380.3400.240.80137.6520.4816.27
Hex21322622018508a1410
Octal416246420301202122420
Binary1000011100101001101000100110001010000100010101010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213226; }

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

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

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

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

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

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

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

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