Shades of Black Bean #0B100C
Tints of Black Bean #0B100C
RGB
CMYK
RGB Variations
Color information
#0B100C (or 0x0B100C) is known color: Black Bean. HEX triplet: 0B, 10 and 0C. RGB value is (11,16,12). Sum of RGB (Red+Green+Blue) = 11+16+12=39 (5% of max value = 765). Red value is 11 (4.69% from 255 or 28.21% from 39); Green value is 16 (6.64% from 255 or 41.03% from 39); Blue value is 12 (5.08% from 255 or 30.77% from 39); Max value from RGB is 16 - color contains mainly: green. Hex color #0B100C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B100C is #F4EFF3. Grayscale: #0E0E0E. Windows color (decimal): -16052212 or 790539. OLE color: 790539.
HSL color Cylindrical-coordinate representation of color #0B100C: hue angle of 132º degrees, saturation: 0.19, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #0B100C is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 11 | 16 | 12 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.94 |
| HSL | 132º | 0.19% | 0.05% | - |
| HSV(B) | 132º | 0.31% | 0.06% | - |
| XYZ | 0.39 | 0.47 | 0.42 | - |
| YUV | 14.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 16 | 12 | 0.31 | 0 | 0.25 | 0.94 | 132 | 0.19 | 0.05 |
| Hex | B | 10 | C | 1F | 0 | 19 | 5E | 84 | 13 | 5 |
| Octal | 13 | 20 | 14 | 37 | 0 | 31 | 136 | 204 | 23 | 5 |
| Binary | 1011 | 10000 | 1100 | 11111 | 0 | 11001 | 1011110 | 10000100 | 10011 | 101 |
Color Harmonies of #0B100C
Complementary color
Monochromatic Colors of #0B100C
Black with #0B100C
Text Example
Text Example
White with #0B100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B100C; }
p { color: rgb(11,16,12); }
H1.HeaderClassName
{
color: #0B100C;
}
.AnyTagClassName
{
color: #0B100C;
}
</style>
background-color css
<style>
a { background-color: #0B100C; }
a { background-color: rgb(11,16,12); }
div.DivClassName
{
background-color: #0B100C;
}
.BgClassName
{
background-color: #0B100C;
}
</style>
border-color css
<style>
span { border-color: #0B100C; }
span { border-color: rgb(11,16,12); }
td.TdClassName
{
border-color: #0B100C;
}
.TagClassName
{
border-color: #0B100C;
}
</style>