#213125

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

Shades of Black Bean #213125

Tints of Black Bean #213125

Color information

#213125 (or 0x213125) is unknown color: approx Black Bean. HEX triplet: 21, 31 and 25. RGB value is (33,49,37). Sum of RGB (Red+Green+Blue) = 33+49+37=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 49 - color contains mainly: green. Hex color #213125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213125 is #DECEDA. Grayscale: #2A2A2A. Windows color (decimal): -14601947 or 2437409. OLE color: 2437409.

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

Color convert

RGB334937-
CMYK0.3300.240.81
HSL135º19.51%16.08%-
HSV(B)135º32.65%19.22%-
XYZ2.062.652.15-
YUV42.85124.7120.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.73%
GREEN value IS 49 (19.53% from 255) = 41.18%
BLUE value IS 37 (14.84% from 255) = 31.09%
R=27.73%
G=41.18%
B=31.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3349370.3300.240.8113519.5116.08
Hex2131252101851871410
Octal416145410301212072420
Binary1000011100011001011000010110001010001100001111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213125; }

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

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

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

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

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

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

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

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