#213426

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

Shades of Black Bean #213426

Tints of Black Bean #213426

Color information

#213426 (or 0x213426) is unknown color: approx Black Bean. HEX triplet: 21, 34 and 26. RGB value is (33,52,38). Sum of RGB (Red+Green+Blue) = 33+52+38=123 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.83% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 38 (15.23% from 255 or 30.89% from 123); Max value from RGB is 52 - color contains mainly: green. Hex color #213426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213426 is #DECBD9. Grayscale: #2C2C2C. Windows color (decimal): -14601178 or 2503713. OLE color: 2503713.

HSL color Cylindrical-coordinate representation of color #213426: hue angle of 135.79º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #213426 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.80.

Color convert

RGB335238-
CMYK0.3700.270.80
HSL135.79º22.35%16.67%-
HSV(B)135.79º36.54%20.39%-
XYZ2.212.922.28-
YUV44.72124.21119.64-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.83%
GREEN value IS 52 (20.70% from 255) = 42.28%
BLUE value IS 38 (15.23% from 255) = 30.89%
R=26.83%
G=42.28%
B=30.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3352380.3700.270.80135.7922.3516.67
Hex2134262501B50881611
Octal416446450331202102621
Binary1000011101001001101001010110111010000100010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213426; }

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

 H1.HeaderClassName
 {
   color: #213426;
 }
 .AnyTagClassName
 {
   color: #213426;
 }
</style>
background-color css

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

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

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

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

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

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