Html Css Color HEX #212421 Black Bean

📋 copy color: '#212421'

red 33 ◦ green 36 ◦ blue 33

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

Shades of Black Bean #212421

Tints of Black Bean #212421

RGB

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

 GREEN value IS 36 (14.45% from 255) = 35.29%

 BLUE value IS 33 (13.28% from 255) = 32.35%

R = 32.35%
G = 35.29%
B = 32.35%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.86

RGB Variations

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

Color information

#212421 (or 0x212421) is known color: Black Bean. HEX triplet: 21, 24 and 21. RGB value is (33,36,33). Sum of RGB (Red+Green+Blue) = 33+36+33=102 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.35% from 102); Green value is 36 (14.45% from 255 or 35.29% from 102); Blue value is 33 (13.28% from 255 or 32.35% from 102); Max value from RGB is 36 - color contains mainly: green. Hex color #212421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212421 is #DEDBDE. Grayscale: #222222. Windows color (decimal): -14605279 or 2171937. OLE color: 2171937.

HSL color Cylindrical-coordinate representation of color #212421: hue angle of 120º 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 #212421 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.86.

Color convert

RGB 33 36 33 -
CMYK 0.08 0 0.08 0.86
HSL 120º 0.04% 0.14% -
HSV(B) 120º 0.08% 0.14% -
XYZ 1.53 1.69 1.69 -
YUV 34.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 33 36 33 0.08 0 0.08 0.86 120 0.04 0.14
Hex 21 24 21 8 0 8 56 78 4 E
Octal 41 44 41 10 0 10 126 170 4 16
Binary 100001 100100 100001 1000 0 1000 1010110 1111000 100 1110

Color Harmonies of #212421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212421

Black with #212421

Text Example


Text Example

White with #212421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212421; }

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

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

background-color css

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

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

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

border-color css

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

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

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