Html Css Color HEX #213626 Black Bean

📋 copy color: '#213626'

red 33 ◦ green 54 ◦ blue 38

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

Shades of Black Bean #213626

Tints of Black Bean #213626

RGB

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

 GREEN value IS 54 (21.48% from 255) = 43.2%

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

R = 26.4%
G = 43.2%
B = 30.4%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.30

 K value IS 0.79

RGB Variations

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

Color information

#213626 (or 0x213626) is known color: Black Bean. HEX triplet: 21, 36 and 26. RGB value is (33,54,38). Sum of RGB (Red+Green+Blue) = 33+54+38=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 54 (21.48% from 255 or 43.2% from 125); Blue value is 38 (15.23% from 255 or 30.4% from 125); Max value from RGB is 54 - color contains mainly: green. Hex color #213626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213626 is #DEC9D9. Grayscale: #2D2D2D. Windows color (decimal): -14600666 or 2504225. OLE color: 2504225.

HSL color Cylindrical-coordinate representation of color #213626: hue angle of 134.29º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #213626 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB 33 54 38 -
CMYK 0.39 0 0.30 0.79
HSL 134.29º 0.24% 0.17% -
HSV(B) 134.29º 0.39% 0.21% -
XYZ 2.3 3.1 2.31 -
YUV 45.9 123.54 118.8 -
System Red Green Blue C M Y K H S L
Decimal 33 54 38 0.39 0 0.30 0.79 134.29 0.24 0.17
Hex 21 36 26 27 0 1E 4F 86 18 11
Octal 41 66 46 47 0 36 117 206 30 21
Binary 100001 110110 100110 100111 0 11110 1001111 10000110 11000 10001

Color Harmonies of #213626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213626

Black with #213626

Text Example


Text Example

White with #213626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213626; }

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

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

background-color css

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

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

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

border-color css

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

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

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