#213325

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

Shades of Black Bean #213325

Tints of Black Bean #213325

Color information

#213325 (or 0x213325) is unknown color: approx Black Bean. HEX triplet: 21, 33 and 25. RGB value is (33,51,37). Sum of RGB (Red+Green+Blue) = 33+51+37=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 51 (20.31% from 255 or 42.15% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 51 - color contains mainly: green. Hex color #213325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213325 is #DECCDA. Grayscale: #2C2C2C. Windows color (decimal): -14601435 or 2437921. OLE color: 2437921.

HSL color Cylindrical-coordinate representation of color #213325: hue angle of 133.33º 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 #213325 is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.8.

Color convert

RGB335137-
CMYK0.3500.270.8
HSL133.33º21.43%16.47%-
HSV(B)133.33º35.29%20%-
XYZ2.142.822.18-
YUV44.02124.04120.14-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.27%
GREEN value IS 51 (20.31% from 255) = 42.15%
BLUE value IS 37 (14.84% from 255) = 30.58%
R=27.27%
G=42.15%
B=30.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3351370.3500.270.8133.3321.4316.47
Hex2133252301B50851510
Octal416345430331202052520
Binary1000011100111001011000110110111010000100001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213325; }

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

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

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

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

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

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

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

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