Html Css Color HEX #212C24 Black Bean

📋 copy color: '#212C24'

red 33 ◦ green 44 ◦ blue 36

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

Shades of Black Bean #212C24

Tints of Black Bean #212C24

RGB

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

 GREEN value IS 44 (17.58% from 255) = 38.94%

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

R = 29.2%
G = 38.94%
B = 31.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.83

RGB Variations

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

Color information

#212C24 (or 0x212C24) is known color: Black Bean. HEX triplet: 21, 2C and 24. RGB value is (33,44,36). Sum of RGB (Red+Green+Blue) = 33+44+36=113 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.20% from 113); Green value is 44 (17.58% from 255 or 38.94% from 113); Blue value is 36 (14.45% from 255 or 31.86% from 113); Max value from RGB is 44 - color contains mainly: green. Hex color #212C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212C24 is #DED3DB. Grayscale: #272727. Windows color (decimal): -14603228 or 2370593. OLE color: 2370593.

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

Color convert

RGB 33 44 36 -
CMYK 0.25 0 0.18 0.83
HSL 136.36º 0.14% 0.15% -
HSV(B) 136.36º 0.25% 0.17% -
XYZ 1.85 2.25 2.01 -
YUV 39.8 125.86 123.15 -
System Red Green Blue C M Y K H S L
Decimal 33 44 36 0.25 0 0.18 0.83 136.36 0.14 0.15
Hex 21 2C 24 19 0 12 53 88 E F
Octal 41 54 44 31 0 22 123 210 16 17
Binary 100001 101100 100100 11001 0 10010 1010011 10001000 1110 1111

Color Harmonies of #212C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212C24

Black with #212C24

Text Example


Text Example

White with #212C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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