Shades of Black Bean #0B120D
Tints of Black Bean #0B120D
RGB
CMYK
RGB Variations
Color information
#0B120D (or 0x0B120D) is known color: Black Bean. HEX triplet: 0B, 12 and 0D. RGB value is (11,18,13). Sum of RGB (Red+Green+Blue) = 11+18+13=42 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.19% from 42); Green value is 18 (7.42% from 255 or 42.86% from 42); Blue value is 13 (5.47% from 255 or 30.95% from 42); Max value from RGB is 18 - color contains mainly: green. Hex color #0B120D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B120D is #F4EDF2. Grayscale: #0F0F0F. Windows color (decimal): -16051699 or 856587. OLE color: 856587.
HSL color Cylindrical-coordinate representation of color #0B120D: hue angle of 137.14º degrees, saturation: 0.24, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #0B120D is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 11 | 18 | 13 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.93 |
| HSL | 137.14º | 0.24% | 0.06% | - |
| HSV(B) | 137.14º | 0.39% | 0.07% | - |
| XYZ | 0.43 | 0.53 | 0.46 | - |
| YUV | 15.34 | 126.68 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 18 | 13 | 0.39 | 0 | 0.28 | 0.93 | 137.14 | 0.24 | 0.06 |
| Hex | B | 12 | D | 27 | 0 | 1C | 5D | 89 | 18 | 6 |
| Octal | 13 | 22 | 15 | 47 | 0 | 34 | 135 | 211 | 30 | 6 |
| Binary | 1011 | 10010 | 1101 | 100111 | 0 | 11100 | 1011101 | 10001001 | 11000 | 110 |
Color Harmonies of #0B120D
Complementary color
Monochromatic Colors of #0B120D
Black with #0B120D
Text Example
Text Example
White with #0B120D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B120D; }
p { color: rgb(11,18,13); }
H1.HeaderClassName
{
color: #0B120D;
}
.AnyTagClassName
{
color: #0B120D;
}
</style>
background-color css
<style>
a { background-color: #0B120D; }
a { background-color: rgb(11,18,13); }
div.DivClassName
{
background-color: #0B120D;
}
.BgClassName
{
background-color: #0B120D;
}
</style>
border-color css
<style>
span { border-color: #0B120D; }
span { border-color: rgb(11,18,13); }
td.TdClassName
{
border-color: #0B120D;
}
.TagClassName
{
border-color: #0B120D;
}
</style>