#213626

Color #213626 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #213626

Tints of Black Bean #213626

Color information

#213626 (or 0x213626) is unknown color: approx 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

RGB335438-
CMYK0.3900.300.79
HSL134.29º24.14%17.06%-
HSV(B)134.29º38.89%21.18%-
XYZ2.33.12.31-
YUV45.9123.54118.8-

RGB Variations

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

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 (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3354380.3900.300.79134.2924.1417.06
Hex2136262701E4F861811
Octal416646470361172063021
Binary1000011101101001101001110111101001111100001101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>