Shades of Black Bean #0B150D
Tints of Black Bean #0B150D
RGB
CMYK
RGB Variations
Color information
#0B150D (or 0x0B150D) is known color: Black Bean. HEX triplet: 0B, 15 and 0D. RGB value is (11,21,13). Sum of RGB (Red+Green+Blue) = 11+21+13=45 (5% of max value = 765). Red value is 11 (4.69% from 255 or 24.44% from 45); Green value is 21 (8.59% from 255 or 46.67% from 45); Blue value is 13 (5.47% from 255 or 28.89% from 45); Max value from RGB is 21 - color contains mainly: green. Hex color #0B150D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B150D is #F4EAF2. Grayscale: #111111. Windows color (decimal): -16050931 or 857355. OLE color: 857355.
HSL color Cylindrical-coordinate representation of color #0B150D: hue angle of 132º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0B150D is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 11 | 21 | 13 | - |
| CMYK | 0.48 | 0 | 0.38 | 0.92 |
| HSL | 132º | 0.31% | 0.06% | - |
| HSV(B) | 132º | 0.48% | 0.08% | - |
| XYZ | 0.48 | 0.64 | 0.48 | - |
| YUV | 17.1 | 125.69 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 21 | 13 | 0.48 | 0 | 0.38 | 0.92 | 132 | 0.31 | 0.06 |
| Hex | B | 15 | D | 30 | 0 | 26 | 5C | 84 | 1F | 6 |
| Octal | 13 | 25 | 15 | 60 | 0 | 46 | 134 | 204 | 37 | 6 |
| Binary | 1011 | 10101 | 1101 | 110000 | 0 | 100110 | 1011100 | 10000100 | 11111 | 110 |
Color Harmonies of #0B150D
Complementary color
Monochromatic Colors of #0B150D
Black with #0B150D
Text Example
Text Example
White with #0B150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B150D; }
p { color: rgb(11,21,13); }
H1.HeaderClassName
{
color: #0B150D;
}
.AnyTagClassName
{
color: #0B150D;
}
</style>
background-color css
<style>
a { background-color: #0B150D; }
a { background-color: rgb(11,21,13); }
div.DivClassName
{
background-color: #0B150D;
}
.BgClassName
{
background-color: #0B150D;
}
</style>
border-color css
<style>
span { border-color: #0B150D; }
span { border-color: rgb(11,21,13); }
td.TdClassName
{
border-color: #0B150D;
}
.TagClassName
{
border-color: #0B150D;
}
</style>