Html Css Color HEX #213726 Black Bean

📋 copy color: '#213726'

red 33 ◦ green 55 ◦ blue 38

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

Shades of Black Bean #213726

Tints of Black Bean #213726

RGB

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

 GREEN value IS 55 (21.88% from 255) = 43.65%

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

R = 26.19%
G = 43.65%
B = 30.16%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.31

 K value IS 0.78

RGB Variations

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

Color information

#213726 (or 0x213726) is known color: Black Bean. HEX triplet: 21, 37 and 26. RGB value is (33,55,38). Sum of RGB (Red+Green+Blue) = 33+55+38=126 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.19% from 126); Green value is 55 (21.88% from 255 or 43.65% from 126); Blue value is 38 (15.23% from 255 or 30.16% from 126); Max value from RGB is 55 - color contains mainly: green. Hex color #213726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213726 is #DEC8D9. Grayscale: #2E2E2E. Windows color (decimal): -14600410 or 2504481. OLE color: 2504481.

HSL color Cylindrical-coordinate representation of color #213726: hue angle of 133.64º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #213726 is Cyan = 0.4, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 55 38 -
CMYK 0.4 0 0.31 0.78
HSL 133.64º 0.25% 0.17% -
HSV(B) 133.64º 0.4% 0.22% -
XYZ 2.34 3.2 2.33 -
YUV 46.48 123.21 118.38 -
System Red Green Blue C M Y K H S L
Decimal 33 55 38 0.4 0 0.31 0.78 133.64 0.25 0.17
Hex 21 37 26 28 0 1F 4E 86 19 11
Octal 41 67 46 50 0 37 116 206 31 21
Binary 100001 110111 100110 101000 0 11111 1001110 10000110 11001 10001

Color Harmonies of #213726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213726

Black with #213726

Text Example


Text Example

White with #213726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213726; }

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

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

background-color css

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

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

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

border-color css

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

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

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