Shades of Black Bean #111211
Tints of Black Bean #111211
RGB
CMYK
RGB Variations
Color information
#111211 (or 0x111211) is known color: Black Bean. HEX triplet: 11, 12 and 11. RGB value is (17,18,17). Sum of RGB (Red+Green+Blue) = 17+18+17=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 18 (7.42% from 255 or 34.62% from 52); Blue value is 17 (7.03% from 255 or 32.69% from 52); Max value from RGB is 18 - color contains mainly: green. Hex color #111211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111211 is #EEEDEE. Grayscale: #111111. Windows color (decimal): -15658479 or 1118737. OLE color: 1118737.
HSL color Cylindrical-coordinate representation of color #111211: hue angle of 120º degrees, saturation: 0.03, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #111211 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 18 | 17 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.93 |
| HSL | 120º | 0.03% | 0.07% | - |
| HSV(B) | 120º | 0.06% | 0.07% | - |
| XYZ | 0.55 | 0.59 | 0.62 | - |
| YUV | 17.59 | 127.67 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 18 | 17 | 0.06 | 0 | 0.06 | 0.93 | 120 | 0.03 | 0.07 |
| Hex | 11 | 12 | 11 | 6 | 0 | 6 | 5D | 78 | 3 | 7 |
| Octal | 21 | 22 | 21 | 6 | 0 | 6 | 135 | 170 | 3 | 7 |
| Binary | 10001 | 10010 | 10001 | 110 | 0 | 110 | 1011101 | 1111000 | 11 | 111 |
Color Harmonies of #111211
Complementary color
Monochromatic Colors of #111211
Black with #111211
Text Example
Text Example
White with #111211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111211; }
p { color: rgb(17,18,17); }
H1.HeaderClassName
{
color: #111211;
}
.AnyTagClassName
{
color: #111211;
}
</style>
background-color css
<style>
a { background-color: #111211; }
a { background-color: rgb(17,18,17); }
div.DivClassName
{
background-color: #111211;
}
.BgClassName
{
background-color: #111211;
}
</style>
border-color css
<style>
span { border-color: #111211; }
span { border-color: rgb(17,18,17); }
td.TdClassName
{
border-color: #111211;
}
.TagClassName
{
border-color: #111211;
}
</style>