#212422

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

Shades of Black Bean #212422

Tints of Black Bean #212422

Color information

#212422 (or 0x212422) is unknown color: approx Black Bean. HEX triplet: 21, 24 and 22. RGB value is (33,36,34). Sum of RGB (Red+Green+Blue) = 33+36+34=103 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.04% from 103); Green value is 36 (14.45% from 255 or 34.95% from 103); Blue value is 34 (13.67% from 255 or 33.01% from 103); Max value from RGB is 36 - color contains mainly: green. Hex color #212422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212422 is #DEDBDD. Grayscale: #222222. Windows color (decimal): -14605278 or 2237473. OLE color: 2237473.

HSL color Cylindrical-coordinate representation of color #212422: hue angle of 140º degrees, saturation: 0.04, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #212422 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.86.

Color convert

RGB333634-
CMYK0.0800.060.86
HSL140º4.35%13.53%-
HSV(B)140º8.33%14.12%-
XYZ1.551.71.76-
YUV34.87127.51126.66-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.04%
GREEN value IS 36 (14.45% from 255) = 34.95%
BLUE value IS 34 (13.67% from 255) = 33.01%
R=32.04%
G=34.95%
B=33.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3336340.0800.060.861404.3513.53
Hex212422806568c4e
Octal4144421006126214416
Binary100001100100100010100001101010110100011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212422; }

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

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

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

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

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

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

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

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