Shades of Black Bean #111611
Tints of Black Bean #111611
RGB
CMYK
RGB Variations
Color information
#111611 (or 0x111611) is known color: Black Bean. HEX triplet: 11, 16 and 11. RGB value is (17,22,17). Sum of RGB (Red+Green+Blue) = 17+22+17=56 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.36% from 56); Green value is 22 (8.98% from 255 or 39.29% from 56); Blue value is 17 (7.03% from 255 or 30.36% from 56); Max value from RGB is 22 - color contains mainly: green. Hex color #111611 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111611 is #EEE9EE. Grayscale: #131313. Windows color (decimal): -15657455 or 1119761. OLE color: 1119761.
HSL color Cylindrical-coordinate representation of color #111611: hue angle of 120º degrees, saturation: 0.13, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #111611 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 17 | 22 | 17 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.91 |
| HSL | 120º | 0.13% | 0.08% | - |
| HSV(B) | 120º | 0.23% | 0.09% | - |
| XYZ | 0.62 | 0.73 | 0.64 | - |
| YUV | 19.94 | 126.34 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 22 | 17 | 0.23 | 0 | 0.23 | 0.91 | 120 | 0.13 | 0.08 |
| Hex | 11 | 16 | 11 | 17 | 0 | 17 | 5B | 78 | D | 8 |
| Octal | 21 | 26 | 21 | 27 | 0 | 27 | 133 | 170 | 15 | 10 |
| Binary | 10001 | 10110 | 10001 | 10111 | 0 | 10111 | 1011011 | 1111000 | 1101 | 1000 |
Color Harmonies of #111611
Complementary color
Monochromatic Colors of #111611
Black with #111611
Text Example
Text Example
White with #111611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111611; }
p { color: rgb(17,22,17); }
H1.HeaderClassName
{
color: #111611;
}
.AnyTagClassName
{
color: #111611;
}
</style>
background-color css
<style>
a { background-color: #111611; }
a { background-color: rgb(17,22,17); }
div.DivClassName
{
background-color: #111611;
}
.BgClassName
{
background-color: #111611;
}
</style>
border-color css
<style>
span { border-color: #111611; }
span { border-color: rgb(17,22,17); }
td.TdClassName
{
border-color: #111611;
}
.TagClassName
{
border-color: #111611;
}
</style>