Shades of Black Bean #101F11
Tints of Black Bean #101F11
RGB
CMYK
RGB Variations
Color information
#101F11 (or 0x101F11) is known color: Black Bean. HEX triplet: 10, 1F and 11. RGB value is (16,31,17). Sum of RGB (Red+Green+Blue) = 16+31+17=64 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25% from 64); Green value is 31 (12.5% from 255 or 48.44% from 64); Blue value is 17 (7.03% from 255 or 26.56% from 64); Max value from RGB is 31 - color contains mainly: green. Hex color #101F11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101F11 is #EFE0EE. Grayscale: #181818. Windows color (decimal): -15720687 or 1122064. OLE color: 1122064.
HSL color Cylindrical-coordinate representation of color #101F11: hue angle of 124º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #101F11 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 16 | 31 | 17 | - |
| CMYK | 0.48 | 0 | 0.45 | 0.88 |
| HSL | 124º | 0.32% | 0.09% | - |
| HSV(B) | 124º | 0.48% | 0.12% | - |
| XYZ | 0.8 | 1.13 | 0.71 | - |
| YUV | 24.92 | 123.53 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 17 | 0.48 | 0 | 0.45 | 0.88 | 124 | 0.32 | 0.09 |
| Hex | 10 | 1F | 11 | 30 | 0 | 2D | 58 | 7C | 20 | 9 |
| Octal | 20 | 37 | 21 | 60 | 0 | 55 | 130 | 174 | 40 | 11 |
| Binary | 10000 | 11111 | 10001 | 110000 | 0 | 101101 | 1011000 | 1111100 | 100000 | 1001 |
Color Harmonies of #101F11
Complementary color
Monochromatic Colors of #101F11
Black with #101F11
Text Example
Text Example
White with #101F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101F11; }
p { color: rgb(16,31,17); }
H1.HeaderClassName
{
color: #101F11;
}
.AnyTagClassName
{
color: #101F11;
}
</style>
background-color css
<style>
a { background-color: #101F11; }
a { background-color: rgb(16,31,17); }
div.DivClassName
{
background-color: #101F11;
}
.BgClassName
{
background-color: #101F11;
}
</style>
border-color css
<style>
span { border-color: #101F11; }
span { border-color: rgb(16,31,17); }
td.TdClassName
{
border-color: #101F11;
}
.TagClassName
{
border-color: #101F11;
}
</style>