Shades of Black Bean #112716
Tints of Black Bean #112716
RGB
CMYK
RGB Variations
Color information
#112716 (or 0x112716) is known color: Black Bean. HEX triplet: 11, 27 and 16. RGB value is (17,39,22). Sum of RGB (Red+Green+Blue) = 17+39+22=78 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.79% from 78); Green value is 39 (15.62% from 255 or 50% from 78); Blue value is 22 (8.98% from 255 or 28.21% from 78); Max value from RGB is 39 - color contains mainly: green. Hex color #112716 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112716 is #EED8E9. Grayscale: #1E1E1E. Windows color (decimal): -15653098 or 1451793. OLE color: 1451793.
HSL color Cylindrical-coordinate representation of color #112716: hue angle of 133.64º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #112716 is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 39 | 22 | - |
| CMYK | 0.56 | 0 | 0.44 | 0.85 |
| HSL | 133.64º | 0.39% | 0.11% | - |
| HSV(B) | 133.64º | 0.56% | 0.15% | - |
| XYZ | 1.1 | 1.63 | 1.02 | - |
| YUV | 30.48 | 123.21 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 39 | 22 | 0.56 | 0 | 0.44 | 0.85 | 133.64 | 0.39 | 0.11 |
| Hex | 11 | 27 | 16 | 38 | 0 | 2C | 55 | 86 | 27 | B |
| Octal | 21 | 47 | 26 | 70 | 0 | 54 | 125 | 206 | 47 | 13 |
| Binary | 10001 | 100111 | 10110 | 111000 | 0 | 101100 | 1010101 | 10000110 | 100111 | 1011 |
Color Harmonies of #112716
Complementary color
Monochromatic Colors of #112716
Black with #112716
Text Example
Text Example
White with #112716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112716; }
p { color: rgb(17,39,22); }
H1.HeaderClassName
{
color: #112716;
}
.AnyTagClassName
{
color: #112716;
}
</style>
background-color css
<style>
a { background-color: #112716; }
a { background-color: rgb(17,39,22); }
div.DivClassName
{
background-color: #112716;
}
.BgClassName
{
background-color: #112716;
}
</style>
border-color css
<style>
span { border-color: #112716; }
span { border-color: rgb(17,39,22); }
td.TdClassName
{
border-color: #112716;
}
.TagClassName
{
border-color: #112716;
}
</style>