Html Css Color HEX #213124 Black Bean

📋 copy color: '#213124'

red 33 ◦ green 49 ◦ blue 36

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

Shades of Black Bean #213124

Tints of Black Bean #213124

RGB

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

 GREEN value IS 49 (19.53% from 255) = 41.53%

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

R = 27.97%
G = 41.53%
B = 30.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.81

RGB Variations

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

Color information

#213124 (or 0x213124) is known color: Black Bean. HEX triplet: 21, 31 and 24. RGB value is (33,49,36). Sum of RGB (Red+Green+Blue) = 33+49+36=118 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.97% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 36 (14.45% from 255 or 30.51% from 118); Max value from RGB is 49 - color contains mainly: green. Hex color #213124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213124 is #DECEDB. Grayscale: #2A2A2A. Windows color (decimal): -14601948 or 2371873. OLE color: 2371873.

HSL color Cylindrical-coordinate representation of color #213124: hue angle of 131.25º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #213124 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB 33 49 36 -
CMYK 0.33 0 0.27 0.81
HSL 131.25º 0.2% 0.16% -
HSV(B) 131.25º 0.33% 0.19% -
XYZ 2.04 2.65 2.07 -
YUV 42.73 124.2 121.06 -
System Red Green Blue C M Y K H S L
Decimal 33 49 36 0.33 0 0.27 0.81 131.25 0.2 0.16
Hex 21 31 24 21 0 1B 51 83 14 10
Octal 41 61 44 41 0 33 121 203 24 20
Binary 100001 110001 100100 100001 0 11011 1010001 10000011 10100 10000

Color Harmonies of #213124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213124

Black with #213124

Text Example


Text Example

White with #213124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213124; }

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

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

background-color css

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

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

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

border-color css

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

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

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