#213327

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

Shades of Black Bean #213327

Tints of Black Bean #213327

Color information

#213327 (or 0x213327) is unknown color: approx Black Bean. HEX triplet: 21, 33 and 27. RGB value is (33,51,39). Sum of RGB (Red+Green+Blue) = 33+51+39=123 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.83% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 51 - color contains mainly: green. Hex color #213327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213327 is #DECCD8. Grayscale: #2C2C2C. Windows color (decimal): -14601433 or 2568993. OLE color: 2568993.

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

Color convert

RGB335139-
CMYK0.3500.240.8
HSL140º21.43%16.47%-
HSV(B)140º35.29%20%-
XYZ2.182.842.35-
YUV44.25125.04119.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.83%
GREEN value IS 51 (20.31% from 255) = 41.46%
BLUE value IS 39 (15.62% from 255) = 31.71%
R=26.83%
G=41.46%
B=31.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3351390.3500.240.814021.4316.47
Hex21332723018508c1510
Octal416347430301202142520
Binary1000011100111001111000110110001010000100011001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213327; }

 p { color: rgb(33,51,39); }

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

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

 a { background-color: rgb(33,51,39); }

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

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

 span { border-color: rgb(33,51,39); }

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