Shades of Black Bean #111711
Tints of Black Bean #111711
RGB
CMYK
RGB Variations
Color information
#111711 (or 0x111711) is known color: Black Bean. HEX triplet: 11, 17 and 11. RGB value is (17,23,17). Sum of RGB (Red+Green+Blue) = 17+23+17=57 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.82% from 57); Green value is 23 (9.38% from 255 or 40.35% from 57); Blue value is 17 (7.03% from 255 or 29.82% from 57); Max value from RGB is 23 - color contains mainly: green. Hex color #111711 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111711 is #EEE8EE. Grayscale: #141414. Windows color (decimal): -15657199 or 1120017. OLE color: 1120017.
HSL color Cylindrical-coordinate representation of color #111711: hue angle of 120º 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 #111711 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 17 | 23 | 17 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.91 |
| HSL | 120º | 0.15% | 0.08% | - |
| HSV(B) | 120º | 0.26% | 0.09% | - |
| XYZ | 0.64 | 0.77 | 0.65 | - |
| YUV | 20.52 | 126.01 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 23 | 17 | 0.26 | 0 | 0.26 | 0.91 | 120 | 0.15 | 0.08 |
| Hex | 11 | 17 | 11 | 1A | 0 | 1A | 5B | 78 | F | 8 |
| Octal | 21 | 27 | 21 | 32 | 0 | 32 | 133 | 170 | 17 | 10 |
| Binary | 10001 | 10111 | 10001 | 11010 | 0 | 11010 | 1011011 | 1111000 | 1111 | 1000 |
Color Harmonies of #111711
Complementary color
Monochromatic Colors of #111711
Black with #111711
Text Example
Text Example
White with #111711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111711; }
p { color: rgb(17,23,17); }
H1.HeaderClassName
{
color: #111711;
}
.AnyTagClassName
{
color: #111711;
}
</style>
background-color css
<style>
a { background-color: #111711; }
a { background-color: rgb(17,23,17); }
div.DivClassName
{
background-color: #111711;
}
.BgClassName
{
background-color: #111711;
}
</style>
border-color css
<style>
span { border-color: #111711; }
span { border-color: rgb(17,23,17); }
td.TdClassName
{
border-color: #111711;
}
.TagClassName
{
border-color: #111711;
}
</style>