#212F25

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

Shades of Black Bean #212F25

Tints of Black Bean #212F25

Color information

#212F25 (or 0x212F25) is unknown color: approx Black Bean. HEX triplet: 21, 2F and 25. RGB value is (33,47,37). Sum of RGB (Red+Green+Blue) = 33+47+37=117 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.21% from 117); Green value is 47 (18.75% from 255 or 40.17% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 47 - color contains mainly: green. Hex color #212F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212F25 is #DED0DA. Grayscale: #292929. Windows color (decimal): -14602459 or 2436897. OLE color: 2436897.

HSL color Cylindrical-coordinate representation of color #212F25: hue angle of 137.14º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #212F25 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.82.

Color convert

RGB334737-
CMYK0.3000.210.82
HSL137.14º17.5%15.69%-
HSV(B)137.14º29.79%18.43%-
XYZ1.982.492.13-
YUV41.67125.36121.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 28.21%
GREEN value IS 47 (18.75% from 255) = 40.17%
BLUE value IS 37 (14.84% from 255) = 31.62%
R=28.21%
G=40.17%
B=31.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3347370.3000.210.82137.1417.515.69
Hex212F251E01552891110
Octal415745360251222112120
Binary100001101111100101111100101011010010100010011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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