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