Html Css Color HEX #213324 Black Bean

📋 copy color: '#213324'

red 33 ◦ green 51 ◦ blue 36

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

Shades of Black Bean #213324

Tints of Black Bean #213324

RGB

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

 GREEN value IS 51 (20.31% from 255) = 42.5%

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

R = 27.5%
G = 42.5%
B = 30%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.29

 K value IS 0.8

RGB Variations

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

Color information

#213324 (or 0x213324) is known color: Black Bean. HEX triplet: 21, 33 and 24. RGB value is (33,51,36). Sum of RGB (Red+Green+Blue) = 33+51+36=120 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.5% from 120); Green value is 51 (20.31% from 255 or 42.5% from 120); Blue value is 36 (14.45% from 255 or 30% from 120); Max value from RGB is 51 - color contains mainly: green. Hex color #213324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213324 is #DECCDB. Grayscale: #2B2B2B. Windows color (decimal): -14601436 or 2372385. OLE color: 2372385.

HSL color Cylindrical-coordinate representation of color #213324: hue angle of 130º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #213324 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.8.

Color convert

RGB 33 51 36 -
CMYK 0.35 0 0.29 0.8
HSL 130º 0.21% 0.16% -
HSV(B) 130º 0.35% 0.2% -
XYZ 2.13 2.82 2.1 -
YUV 43.91 123.54 120.22 -
System Red Green Blue C M Y K H S L
Decimal 33 51 36 0.35 0 0.29 0.8 130 0.21 0.16
Hex 21 33 24 23 0 1D 50 82 15 10
Octal 41 63 44 43 0 35 120 202 25 20
Binary 100001 110011 100100 100011 0 11101 1010000 10000010 10101 10000

Color Harmonies of #213324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213324

Black with #213324

Text Example


Text Example

White with #213324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213324; }

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

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

background-color css

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

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

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

border-color css

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

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

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