Shades of Black Bean #0B130C
Tints of Black Bean #0B130C
RGB
CMYK
RGB Variations
Color information
#0B130C (or 0x0B130C) is known color: Black Bean. HEX triplet: 0B, 13 and 0C. RGB value is (11,19,12). Sum of RGB (Red+Green+Blue) = 11+19+12=42 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.19% from 42); Green value is 19 (7.81% from 255 or 45.24% from 42); Blue value is 12 (5.08% from 255 or 28.57% from 42); Max value from RGB is 19 - color contains mainly: green. Hex color #0B130C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B130C is #F4ECF3. Grayscale: #0F0F0F. Windows color (decimal): -16051444 or 791307. OLE color: 791307.
HSL color Cylindrical-coordinate representation of color #0B130C: hue angle of 127.5º 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 #0B130C is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 11 | 19 | 12 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.93 |
| HSL | 127.5º | 0.27% | 0.06% | - |
| HSV(B) | 127.5º | 0.42% | 0.07% | - |
| XYZ | 0.44 | 0.56 | 0.43 | - |
| YUV | 15.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 19 | 12 | 0.42 | 0 | 0.37 | 0.93 | 127.5 | 0.27 | 0.06 |
| Hex | B | 13 | C | 2A | 0 | 25 | 5D | 80 | 1B | 6 |
| Octal | 13 | 23 | 14 | 52 | 0 | 45 | 135 | 200 | 33 | 6 |
| Binary | 1011 | 10011 | 1100 | 101010 | 0 | 100101 | 1011101 | 10000000 | 11011 | 110 |
Color Harmonies of #0B130C
Complementary color
Monochromatic Colors of #0B130C
Black with #0B130C
Text Example
Text Example
White with #0B130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B130C; }
p { color: rgb(11,19,12); }
H1.HeaderClassName
{
color: #0B130C;
}
.AnyTagClassName
{
color: #0B130C;
}
</style>
background-color css
<style>
a { background-color: #0B130C; }
a { background-color: rgb(11,19,12); }
div.DivClassName
{
background-color: #0B130C;
}
.BgClassName
{
background-color: #0B130C;
}
</style>
border-color css
<style>
span { border-color: #0B130C; }
span { border-color: rgb(11,19,12); }
td.TdClassName
{
border-color: #0B130C;
}
.TagClassName
{
border-color: #0B130C;
}
</style>