#212D25

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

Shades of Black Bean #212D25

Tints of Black Bean #212D25

Color information

#212D25 (or 0x212D25) is unknown color: approx Black Bean. HEX triplet: 21, 2D and 25. RGB value is (33,45,37). Sum of RGB (Red+Green+Blue) = 33+45+37=115 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.70% from 115); Green value is 45 (17.97% from 255 or 39.13% from 115); Blue value is 37 (14.84% from 255 or 32.17% from 115); Max value from RGB is 45 - color contains mainly: green. Hex color #212D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212D25 is #DED2DA. Grayscale: #282828. Windows color (decimal): -14602971 or 2436385. OLE color: 2436385.

HSL color Cylindrical-coordinate representation of color #212D25: hue angle of 140º degrees, saturation: 0.15, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #212D25 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.82.

Color convert

RGB334537-
CMYK0.2700.180.82
HSL140º15.38%15.29%-
HSV(B)140º26.67%17.65%-
XYZ1.92.332.1-
YUV40.5126.02122.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 28.70%
GREEN value IS 45 (17.97% from 255) = 39.13%
BLUE value IS 37 (14.84% from 255) = 32.17%
R=28.70%
G=39.13%
B=32.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3345370.2700.180.8214015.3815.29
Hex212D251B012528cff
Octal415545330221222141717
Binary1000011011011001011101101001010100101000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212D25; }

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

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

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

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

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

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

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

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