Shades of Black Bean #112516
Tints of Black Bean #112516
RGB
CMYK
RGB Variations
Color information
#112516 (or 0x112516) is known color: Black Bean. HEX triplet: 11, 25 and 16. RGB value is (17,37,22). Sum of RGB (Red+Green+Blue) = 17+37+22=76 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.37% from 76); Green value is 37 (14.84% from 255 or 48.68% from 76); Blue value is 22 (8.98% from 255 or 28.95% from 76); Max value from RGB is 37 - color contains mainly: green. Hex color #112516 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112516 is #EEDAE9. Grayscale: #1D1D1D. Windows color (decimal): -15653610 or 1451281. OLE color: 1451281.
HSL color Cylindrical-coordinate representation of color #112516: hue angle of 135º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #112516 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 37 | 22 | - |
| CMYK | 0.54 | 0 | 0.41 | 0.85 |
| HSL | 135º | 0.37% | 0.11% | - |
| HSV(B) | 135º | 0.54% | 0.15% | - |
| XYZ | 1.04 | 1.5 | 0.99 | - |
| YUV | 29.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 37 | 22 | 0.54 | 0 | 0.41 | 0.85 | 135 | 0.37 | 0.11 |
| Hex | 11 | 25 | 16 | 36 | 0 | 29 | 55 | 87 | 25 | B |
| Octal | 21 | 45 | 26 | 66 | 0 | 51 | 125 | 207 | 45 | 13 |
| Binary | 10001 | 100101 | 10110 | 110110 | 0 | 101001 | 1010101 | 10000111 | 100101 | 1011 |
Color Harmonies of #112516
Complementary color
Monochromatic Colors of #112516
Black with #112516
Text Example
Text Example
White with #112516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112516; }
p { color: rgb(17,37,22); }
H1.HeaderClassName
{
color: #112516;
}
.AnyTagClassName
{
color: #112516;
}
</style>
background-color css
<style>
a { background-color: #112516; }
a { background-color: rgb(17,37,22); }
div.DivClassName
{
background-color: #112516;
}
.BgClassName
{
background-color: #112516;
}
</style>
border-color css
<style>
span { border-color: #112516; }
span { border-color: rgb(17,37,22); }
td.TdClassName
{
border-color: #112516;
}
.TagClassName
{
border-color: #112516;
}
</style>