Html Css Color HEX #213224 Black Bean

📋 copy color: '#213224'

red 33 ◦ green 50 ◦ blue 36

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

Shades of Black Bean #213224

Tints of Black Bean #213224

RGB

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

 GREEN value IS 50 (19.92% from 255) = 42.02%

 BLUE value IS 36 (14.45% from 255) = 30.25%

R = 27.73%
G = 42.02%
B = 30.25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.28

 K value IS 0.80

RGB Variations

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

Color information

#213224 (or 0x213224) is known color: Black Bean. HEX triplet: 21, 32 and 24. RGB value is (33,50,36). Sum of RGB (Red+Green+Blue) = 33+50+36=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 36 (14.45% from 255 or 30.25% from 119); Max value from RGB is 50 - color contains mainly: green. Hex color #213224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213224 is #DECDDB. Grayscale: #2B2B2B. Windows color (decimal): -14601692 or 2372129. OLE color: 2372129.

HSL color Cylindrical-coordinate representation of color #213224: hue angle of 130.59º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #213224 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.80.

Color convert

RGB 33 50 36 -
CMYK 0.34 0 0.28 0.80
HSL 130.59º 0.2% 0.16% -
HSV(B) 130.59º 0.34% 0.2% -
XYZ 2.09 2.73 2.09 -
YUV 43.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 33 50 36 0.34 0 0.28 0.80 130.59 0.2 0.16
Hex 21 32 24 22 0 1C 50 83 14 10
Octal 41 62 44 42 0 34 120 203 24 20
Binary 100001 110010 100100 100010 0 11100 1010000 10000011 10100 10000

Color Harmonies of #213224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213224

Black with #213224

Text Example


Text Example

White with #213224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213224; }

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

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

background-color css

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

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

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

border-color css

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

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

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