Shades of Black Bean #0B150B
Tints of Black Bean #0B150B
RGB
CMYK
RGB Variations
Color information
#0B150B (or 0x0B150B) is known color: Black Bean. HEX triplet: 0B, 15 and 0B. RGB value is (11,21,11). Sum of RGB (Red+Green+Blue) = 11+21+11=43 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25.58% from 43); Green value is 21 (8.59% from 255 or 48.84% from 43); Blue value is 11 (4.69% from 255 or 25.58% from 43); Max value from RGB is 21 - color contains mainly: green. Hex color #0B150B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B150B is #F4EAF4. Grayscale: #101010. Windows color (decimal): -16050933 or 726283. OLE color: 726283.
HSL color Cylindrical-coordinate representation of color #0B150B: hue angle of 120º 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 #0B150B is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 11 | 21 | 11 | - |
| CMYK | 0.48 | 0 | 0.48 | 0.92 |
| HSL | 120º | 0.31% | 0.06% | - |
| HSV(B) | 120º | 0.48% | 0.08% | - |
| XYZ | 0.47 | 0.63 | 0.41 | - |
| YUV | 16.87 | 124.69 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 21 | 11 | 0.48 | 0 | 0.48 | 0.92 | 120 | 0.31 | 0.06 |
| Hex | B | 15 | B | 30 | 0 | 30 | 5C | 78 | 1F | 6 |
| Octal | 13 | 25 | 13 | 60 | 0 | 60 | 134 | 170 | 37 | 6 |
| Binary | 1011 | 10101 | 1011 | 110000 | 0 | 110000 | 1011100 | 1111000 | 11111 | 110 |
Color Harmonies of #0B150B
Complementary color
Monochromatic Colors of #0B150B
Black with #0B150B
Text Example
Text Example
White with #0B150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B150B; }
p { color: rgb(11,21,11); }
H1.HeaderClassName
{
color: #0B150B;
}
.AnyTagClassName
{
color: #0B150B;
}
</style>
background-color css
<style>
a { background-color: #0B150B; }
a { background-color: rgb(11,21,11); }
div.DivClassName
{
background-color: #0B150B;
}
.BgClassName
{
background-color: #0B150B;
}
</style>
border-color css
<style>
span { border-color: #0B150B; }
span { border-color: rgb(11,21,11); }
td.TdClassName
{
border-color: #0B150B;
}
.TagClassName
{
border-color: #0B150B;
}
</style>