#213026

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

Shades of Black Bean #213026

Tints of Black Bean #213026

Color information

#213026 (or 0x213026) is unknown color: approx Black Bean. HEX triplet: 21, 30 and 26. RGB value is (33,48,38). Sum of RGB (Red+Green+Blue) = 33+48+38=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 38 (15.23% from 255 or 31.93% from 119); Max value from RGB is 48 - color contains mainly: green. Hex color #213026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213026 is #DECFD9. Grayscale: #2A2A2A. Windows color (decimal): -14602202 or 2502689. OLE color: 2502689.

HSL color Cylindrical-coordinate representation of color #213026: hue angle of 140º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #213026 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.81.

Color convert

RGB334838-
CMYK0.3100.210.81
HSL140º18.52%15.88%-
HSV(B)140º31.25%18.82%-
XYZ2.032.582.22-
YUV42.38125.53121.31-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.73%
GREEN value IS 48 (19.14% from 255) = 40.34%
BLUE value IS 38 (15.23% from 255) = 31.93%
R=27.73%
G=40.34%
B=31.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3348380.3100.210.8114018.5215.88
Hex2130261F015518c1310
Octal416046370251212142320
Binary100001110000100110111110101011010001100011001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213026; }

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

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

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

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

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

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

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

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