Html Css Color HEX #212B24 Black Bean

📋 copy color: '#212B24'

red 33 ◦ green 43 ◦ blue 36

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

Shades of Black Bean #212B24

Tints of Black Bean #212B24

RGB

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

 GREEN value IS 43 (17.19% from 255) = 38.39%

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

R = 29.46%
G = 38.39%
B = 32.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.83

RGB Variations

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

Color information

#212B24 (or 0x212B24) is known color: Black Bean. HEX triplet: 21, 2B and 24. RGB value is (33,43,36). Sum of RGB (Red+Green+Blue) = 33+43+36=112 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.46% from 112); Green value is 43 (17.19% from 255 or 38.39% from 112); Blue value is 36 (14.45% from 255 or 32.14% from 112); Max value from RGB is 43 - color contains mainly: green. Hex color #212B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212B24 is #DED4DB. Grayscale: #272727. Windows color (decimal): -14603484 or 2370337. OLE color: 2370337.

HSL color Cylindrical-coordinate representation of color #212B24: hue angle of 138º degrees, saturation: 0.13, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #212B24 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.83.

Color convert

RGB 33 43 36 -
CMYK 0.23 0 0.16 0.83
HSL 138º 0.13% 0.15% -
HSV(B) 138º 0.23% 0.17% -
XYZ 1.81 2.18 1.99 -
YUV 39.21 126.19 123.57 -
System Red Green Blue C M Y K H S L
Decimal 33 43 36 0.23 0 0.16 0.83 138 0.13 0.15
Hex 21 2B 24 17 0 10 53 8A D F
Octal 41 53 44 27 0 20 123 212 15 17
Binary 100001 101011 100100 10111 0 10000 1010011 10001010 1101 1111

Color Harmonies of #212B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212B24

Black with #212B24

Text Example


Text Example

White with #212B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212B24; }

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

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

background-color css

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

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

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

border-color css

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

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

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