Html Css Color HEX #213226 Black Bean

📋 copy color: '#213226'

red 33 ◦ green 50 ◦ blue 38

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

Shades of Black Bean #213226

Tints of Black Bean #213226

RGB

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

 GREEN value IS 50 (19.92% from 255) = 41.32%

 BLUE value IS 38 (15.23% from 255) = 31.4%

R = 27.27%
G = 41.32%
B = 31.4%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.24

 K value IS 0.80

RGB Variations

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

Color information

#213226 (or 0x213226) is known color: Black Bean. HEX triplet: 21, 32 and 26. RGB value is (33,50,38). Sum of RGB (Red+Green+Blue) = 33+50+38=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 50 - color contains mainly: green. Hex color #213226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213226 is #DECDD9. Grayscale: #2B2B2B. Windows color (decimal): -14601690 or 2503201. OLE color: 2503201.

HSL color Cylindrical-coordinate representation of color #213226: hue angle of 137.65º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #213226 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.80.

Color convert

RGB 33 50 38 -
CMYK 0.34 0 0.24 0.80
HSL 137.65º 0.2% 0.16% -
HSV(B) 137.65º 0.34% 0.2% -
XYZ 2.12 2.74 2.25 -
YUV 43.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 33 50 38 0.34 0 0.24 0.80 137.65 0.2 0.16
Hex 21 32 26 22 0 18 50 8A 14 10
Octal 41 62 46 42 0 30 120 212 24 20
Binary 100001 110010 100110 100010 0 11000 1010000 10001010 10100 10000

Color Harmonies of #213226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213226

Black with #213226

Text Example


Text Example

White with #213226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213226; }

 p { color: rgb(33,50,38); }

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

background-color css

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

 a { background-color: rgb(33,50,38); }

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

border-color css

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

 span { border-color: rgb(33,50,38); }

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