Html Css Color HEX #212321 Black Bean

📋 copy color: '#212321'

red 33 ◦ green 35 ◦ blue 33

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

Shades of Black Bean #212321

Tints of Black Bean #212321

RGB

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

 GREEN value IS 35 (14.06% from 255) = 34.65%

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

R = 32.67%
G = 34.65%
B = 32.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.86

RGB Variations

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

Color information

#212321 (or 0x212321) is known color: Black Bean. HEX triplet: 21, 23 and 21. RGB value is (33,35,33). Sum of RGB (Red+Green+Blue) = 33+35+33=101 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.67% from 101); Green value is 35 (14.06% from 255 or 34.65% from 101); Blue value is 33 (13.28% from 255 or 32.67% from 101); Max value from RGB is 35 - color contains mainly: green. Hex color #212321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212321 is #DEDCDE. Grayscale: #222222. Windows color (decimal): -14605535 or 2171681. OLE color: 2171681.

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

Color convert

RGB 33 35 33 -
CMYK 0.06 0 0.06 0.86
HSL 120º 0.03% 0.13% -
HSV(B) 120º 0.06% 0.14% -
XYZ 1.5 1.64 1.68 -
YUV 34.17 127.34 127.16 -
System Red Green Blue C M Y K H S L
Decimal 33 35 33 0.06 0 0.06 0.86 120 0.03 0.13
Hex 21 23 21 6 0 6 56 78 3 D
Octal 41 43 41 6 0 6 126 170 3 15
Binary 100001 100011 100001 110 0 110 1010110 1111000 11 1101

Color Harmonies of #212321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212321

Black with #212321

Text Example


Text Example

White with #212321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212321; }

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

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

background-color css

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

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

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

border-color css

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

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

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