#212A24

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

Shades of Black Bean #212A24

Tints of Black Bean #212A24

Color information

#212A24 (or 0x212A24) is unknown color: approx Black Bean. HEX triplet: 21, 2A and 24. RGB value is (33,42,36). Sum of RGB (Red+Green+Blue) = 33+42+36=111 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.73% from 111); Green value is 42 (16.80% from 255 or 37.84% from 111); Blue value is 36 (14.45% from 255 or 32.43% from 111); Max value from RGB is 42 - color contains mainly: green. Hex color #212A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212A24 is #DED5DB. Grayscale: #262626. Windows color (decimal): -14603740 or 2370081. OLE color: 2370081.

HSL color Cylindrical-coordinate representation of color #212A24: hue angle of 140º degrees, saturation: 0.12, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #212A24 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.84.

Color convert

RGB334236-
CMYK0.2100.140.84
HSL140º12%14.71%-
HSV(B)140º21.43%16.47%-
XYZ1.772.111.98-
YUV38.62126.52123.99-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.73%
GREEN value IS 42 (16.80% from 255) = 37.84%
BLUE value IS 36 (14.45% from 255) = 32.43%
R=29.73%
G=37.84%
B=32.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3342360.2100.140.841401214.71
Hex212A24150E548ccf
Octal415244250161242141417
Binary100001101010100100101010111010101001000110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212A24; }

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

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

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

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

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

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

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

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