Shades of Black Bean #101411
Tints of Black Bean #101411
RGB
CMYK
RGB Variations
Color information
#101411 (or 0x101411) is known color: Black Bean. HEX triplet: 10, 14 and 11. RGB value is (16,20,17). Sum of RGB (Red+Green+Blue) = 16+20+17=53 (7% of max value = 765). Red value is 16 (6.64% from 255 or 30.19% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 17 (7.03% from 255 or 32.08% from 53); Max value from RGB is 20 - color contains mainly: green. Hex color #101411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101411 is #EFEBEE. Grayscale: #121212. Windows color (decimal): -15723503 or 1119248. OLE color: 1119248.
HSL color Cylindrical-coordinate representation of color #101411: hue angle of 135º degrees, saturation: 0.11, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #101411 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 16 | 20 | 17 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.92 |
| HSL | 135º | 0.11% | 0.07% | - |
| HSV(B) | 135º | 0.2% | 0.08% | - |
| XYZ | 0.57 | 0.65 | 0.63 | - |
| YUV | 18.46 | 127.17 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 17 | 0.20 | 0 | 0.15 | 0.92 | 135 | 0.11 | 0.07 |
| Hex | 10 | 14 | 11 | 14 | 0 | F | 5C | 87 | B | 7 |
| Octal | 20 | 24 | 21 | 24 | 0 | 17 | 134 | 207 | 13 | 7 |
| Binary | 10000 | 10100 | 10001 | 10100 | 0 | 1111 | 1011100 | 10000111 | 1011 | 111 |
Color Harmonies of #101411
Complementary color
Monochromatic Colors of #101411
Black with #101411
Text Example
Text Example
White with #101411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101411; }
p { color: rgb(16,20,17); }
H1.HeaderClassName
{
color: #101411;
}
.AnyTagClassName
{
color: #101411;
}
</style>
background-color css
<style>
a { background-color: #101411; }
a { background-color: rgb(16,20,17); }
div.DivClassName
{
background-color: #101411;
}
.BgClassName
{
background-color: #101411;
}
</style>
border-color css
<style>
span { border-color: #101411; }
span { border-color: rgb(16,20,17); }
td.TdClassName
{
border-color: #101411;
}
.TagClassName
{
border-color: #101411;
}
</style>