Html Css Color HEX #212C23 Black Bean

📋 copy color: '#212C23'

red 33 ◦ green 44 ◦ blue 35

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

Shades of Black Bean #212C23

Tints of Black Bean #212C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 31.25%

R = 29.46%
G = 39.29%
B = 31.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.83

RGB Variations

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

Color information

#212C23 (or 0x212C23) is known color: Black Bean. HEX triplet: 21, 2C and 23. RGB value is (33,44,35). Sum of RGB (Red+Green+Blue) = 33+44+35=112 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.46% from 112); Green value is 44 (17.58% from 255 or 39.29% from 112); Blue value is 35 (14.06% from 255 or 31.25% from 112); Max value from RGB is 44 - color contains mainly: green. Hex color #212C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212C23 is #DED3DC. Grayscale: #272727. Windows color (decimal): -14603229 or 2305057. OLE color: 2305057.

HSL color Cylindrical-coordinate representation of color #212C23: hue angle of 130.91º 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 #212C23 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.83.

Color convert

RGB 33 44 35 -
CMYK 0.25 0 0.20 0.83
HSL 130.91º 0.14% 0.15% -
HSV(B) 130.91º 0.25% 0.17% -
XYZ 1.83 2.25 1.93 -
YUV 39.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 33 44 35 0.25 0 0.20 0.83 130.91 0.14 0.15
Hex 21 2C 23 19 0 14 53 83 E F
Octal 41 54 43 31 0 24 123 203 16 17
Binary 100001 101100 100011 11001 0 10100 1010011 10000011 1110 1111

Color Harmonies of #212C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212C23

Black with #212C23

Text Example


Text Example

White with #212C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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