Shades of Black Bean #0B0F0C
Tints of Black Bean #0B0F0C
RGB
CMYK
RGB Variations
Color information
#0B0F0C (or 0x0B0F0C) is known color: Black Bean. HEX triplet: 0B, 0F and 0C. RGB value is (11,15,12). Sum of RGB (Red+Green+Blue) = 11+15+12=38 (5% of max value = 765). Red value is 11 (4.69% from 255 or 28.95% from 38); Green value is 15 (6.25% from 255 or 39.47% from 38); Blue value is 12 (5.08% from 255 or 31.58% from 38); Max value from RGB is 15 - color contains mainly: green. Hex color #0B0F0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0F0C is #F4F0F3. Grayscale: #0D0D0D. Windows color (decimal): -16052468 or 790283. OLE color: 790283.
HSL color Cylindrical-coordinate representation of color #0B0F0C: hue angle of 135º degrees, saturation: 0.15, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #0B0F0C is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 11 | 15 | 12 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.94 |
| HSL | 135º | 0.15% | 0.05% | - |
| HSV(B) | 135º | 0.27% | 0.06% | - |
| XYZ | 0.38 | 0.44 | 0.41 | - |
| YUV | 13.46 | 127.17 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 15 | 12 | 0.27 | 0 | 0.20 | 0.94 | 135 | 0.15 | 0.05 |
| Hex | B | F | C | 1B | 0 | 14 | 5E | 87 | F | 5 |
| Octal | 13 | 17 | 14 | 33 | 0 | 24 | 136 | 207 | 17 | 5 |
| Binary | 1011 | 1111 | 1100 | 11011 | 0 | 10100 | 1011110 | 10000111 | 1111 | 101 |
Color Harmonies of #0B0F0C
Complementary color
Monochromatic Colors of #0B0F0C
Black with #0B0F0C
Text Example
Text Example
White with #0B0F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0F0C; }
p { color: rgb(11,15,12); }
H1.HeaderClassName
{
color: #0B0F0C;
}
.AnyTagClassName
{
color: #0B0F0C;
}
</style>
background-color css
<style>
a { background-color: #0B0F0C; }
a { background-color: rgb(11,15,12); }
div.DivClassName
{
background-color: #0B0F0C;
}
.BgClassName
{
background-color: #0B0F0C;
}
</style>
border-color css
<style>
span { border-color: #0B0F0C; }
span { border-color: rgb(11,15,12); }
td.TdClassName
{
border-color: #0B0F0C;
}
.TagClassName
{
border-color: #0B0F0C;
}
</style>