#212E25

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

Shades of Black Bean #212E25

Tints of Black Bean #212E25

Color information

#212E25 (or 0x212E25) is unknown color: approx Black Bean. HEX triplet: 21, 2E and 25. RGB value is (33,46,37). Sum of RGB (Red+Green+Blue) = 33+46+37=116 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.45% from 116); Green value is 46 (18.36% from 255 or 39.66% from 116); Blue value is 37 (14.84% from 255 or 31.90% from 116); Max value from RGB is 46 - color contains mainly: green. Hex color #212E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212E25 is #DED1DA. Grayscale: #292929. Windows color (decimal): -14602715 or 2436641. OLE color: 2436641.

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

Color convert

RGB334637-
CMYK0.2800.200.82
HSL138.46º16.46%15.49%-
HSV(B)138.46º28.26%18.04%-
XYZ1.942.412.11-
YUV41.09125.69122.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 28.45%
GREEN value IS 46 (18.36% from 255) = 39.66%
BLUE value IS 37 (14.84% from 255) = 31.90%
R=28.45%
G=39.66%
B=31.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3346370.2800.200.82138.4616.4615.49
Hex212E251C014528a10f
Octal415645340241222122017
Binary10000110111010010111100010100101001010001010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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