Html Css Color HEX #212522 Black Bean

📋 copy color: '#212522'

red 33 ◦ green 37 ◦ blue 34

#212522
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #212522

Tints of Black Bean #212522

RGB

 RED value IS 33 (13.28% from 255) = 31.73%

 GREEN value IS 37 (14.84% from 255) = 35.58%

 BLUE value IS 34 (13.67% from 255) = 32.69%

R = 31.73%
G = 35.58%
B = 32.69%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.85

RGB Variations

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

Color information

#212522 (or 0x212522) is known color: Black Bean. HEX triplet: 21, 25 and 22. RGB value is (33,37,34). Sum of RGB (Red+Green+Blue) = 33+37+34=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 34 (13.67% from 255 or 32.69% from 104); Max value from RGB is 37 - color contains mainly: green. Hex color #212522 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212522 is #DEDADD. Grayscale: #232323. Windows color (decimal): -14605022 or 2237729. OLE color: 2237729.

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

Color convert

RGB 33 37 34 -
CMYK 0.11 0 0.08 0.85
HSL 135º 0.06% 0.14% -
HSV(B) 135º 0.11% 0.15% -
XYZ 1.58 1.76 1.77 -
YUV 35.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 33 37 34 0.11 0 0.08 0.85 135 0.06 0.14
Hex 21 25 22 B 0 8 55 87 6 E
Octal 41 45 42 13 0 10 125 207 6 16
Binary 100001 100101 100010 1011 0 1000 1010101 10000111 110 1110

Color Harmonies of #212522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212522

Black with #212522

Text Example


Text Example

White with #212522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212522; }

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

 H1.HeaderClassName
 {
   color: #212522;
 }
 .AnyTagClassName
 {
   color: #212522;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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