Shades of Black Bean #0B130B
Tints of Black Bean #0B130B
RGB
CMYK
RGB Variations
Color information
#0B130B (or 0x0B130B) is known color: Black Bean. HEX triplet: 0B, 13 and 0B. RGB value is (11,19,11). Sum of RGB (Red+Green+Blue) = 11+19+11=41 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.83% from 41); Green value is 19 (7.81% from 255 or 46.34% from 41); Blue value is 11 (4.69% from 255 or 26.83% from 41); Max value from RGB is 19 - color contains mainly: green. Hex color #0B130B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B130B is #F4ECF4. Grayscale: #0F0F0F. Windows color (decimal): -16051445 or 725771. OLE color: 725771.
HSL color Cylindrical-coordinate representation of color #0B130B: hue angle of 120º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #0B130B is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 11 | 19 | 11 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.93 |
| HSL | 120º | 0.27% | 0.06% | - |
| HSV(B) | 120º | 0.42% | 0.07% | - |
| XYZ | 0.43 | 0.56 | 0.4 | - |
| YUV | 15.7 | 125.35 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 19 | 11 | 0.42 | 0 | 0.42 | 0.93 | 120 | 0.27 | 0.06 |
| Hex | B | 13 | B | 2A | 0 | 2A | 5D | 78 | 1B | 6 |
| Octal | 13 | 23 | 13 | 52 | 0 | 52 | 135 | 170 | 33 | 6 |
| Binary | 1011 | 10011 | 1011 | 101010 | 0 | 101010 | 1011101 | 1111000 | 11011 | 110 |
Color Harmonies of #0B130B
Complementary color
Monochromatic Colors of #0B130B
Black with #0B130B
Text Example
Text Example
White with #0B130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B130B; }
p { color: rgb(11,19,11); }
H1.HeaderClassName
{
color: #0B130B;
}
.AnyTagClassName
{
color: #0B130B;
}
</style>
background-color css
<style>
a { background-color: #0B130B; }
a { background-color: rgb(11,19,11); }
div.DivClassName
{
background-color: #0B130B;
}
.BgClassName
{
background-color: #0B130B;
}
</style>
border-color css
<style>
span { border-color: #0B130B; }
span { border-color: rgb(11,19,11); }
td.TdClassName
{
border-color: #0B130B;
}
.TagClassName
{
border-color: #0B130B;
}
</style>