Shades of Black Bean #111712
Tints of Black Bean #111712
RGB
CMYK
RGB Variations
Color information
#111712 (or 0x111712) is known color: Black Bean. HEX triplet: 11, 17 and 12. RGB value is (17,23,18). Sum of RGB (Red+Green+Blue) = 17+23+18=58 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.31% from 58); Green value is 23 (9.38% from 255 or 39.66% from 58); Blue value is 18 (7.42% from 255 or 31.03% from 58); Max value from RGB is 23 - color contains mainly: green. Hex color #111712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111712 is #EEE8ED. Grayscale: #141414. Windows color (decimal): -15657198 or 1185553. OLE color: 1185553.
HSL color Cylindrical-coordinate representation of color #111712: hue angle of 130º degrees, saturation: 0.15, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #111712 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 17 | 23 | 18 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.91 |
| HSL | 130º | 0.15% | 0.08% | - |
| HSV(B) | 130º | 0.26% | 0.09% | - |
| XYZ | 0.65 | 0.78 | 0.69 | - |
| YUV | 20.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 23 | 18 | 0.26 | 0 | 0.22 | 0.91 | 130 | 0.15 | 0.08 |
| Hex | 11 | 17 | 12 | 1A | 0 | 16 | 5B | 82 | F | 8 |
| Octal | 21 | 27 | 22 | 32 | 0 | 26 | 133 | 202 | 17 | 10 |
| Binary | 10001 | 10111 | 10010 | 11010 | 0 | 10110 | 1011011 | 10000010 | 1111 | 1000 |
Color Harmonies of #111712
Complementary color
Monochromatic Colors of #111712
Black with #111712
Text Example
Text Example
White with #111712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111712; }
p { color: rgb(17,23,18); }
H1.HeaderClassName
{
color: #111712;
}
.AnyTagClassName
{
color: #111712;
}
</style>
background-color css
<style>
a { background-color: #111712; }
a { background-color: rgb(17,23,18); }
div.DivClassName
{
background-color: #111712;
}
.BgClassName
{
background-color: #111712;
}
</style>
border-color css
<style>
span { border-color: #111712; }
span { border-color: rgb(17,23,18); }
td.TdClassName
{
border-color: #111712;
}
.TagClassName
{
border-color: #111712;
}
</style>