Shades of Black Bean #0B140E
Tints of Black Bean #0B140E
RGB
CMYK
RGB Variations
Color information
#0B140E (or 0x0B140E) is known color: Black Bean. HEX triplet: 0B, 14 and 0E. RGB value is (11,20,14). Sum of RGB (Red+Green+Blue) = 11+20+14=45 (5% of max value = 765). Red value is 11 (4.69% from 255 or 24.44% from 45); Green value is 20 (8.20% from 255 or 44.44% from 45); Blue value is 14 (5.86% from 255 or 31.11% from 45); Max value from RGB is 20 - color contains mainly: green. Hex color #0B140E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B140E is #F4EBF1. Grayscale: #101010. Windows color (decimal): -16051186 or 922635. OLE color: 922635.
HSL color Cylindrical-coordinate representation of color #0B140E: hue angle of 140º degrees, saturation: 0.29, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #0B140E is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 11 | 20 | 14 | - |
| CMYK | 0.45 | 0 | 0.30 | 0.92 |
| HSL | 140º | 0.29% | 0.06% | - |
| HSV(B) | 140º | 0.45% | 0.08% | - |
| XYZ | 0.47 | 0.6 | 0.51 | - |
| YUV | 16.63 | 126.52 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 20 | 14 | 0.45 | 0 | 0.30 | 0.92 | 140 | 0.29 | 0.06 |
| Hex | B | 14 | E | 2D | 0 | 1E | 5C | 8C | 1D | 6 |
| Octal | 13 | 24 | 16 | 55 | 0 | 36 | 134 | 214 | 35 | 6 |
| Binary | 1011 | 10100 | 1110 | 101101 | 0 | 11110 | 1011100 | 10001100 | 11101 | 110 |
Color Harmonies of #0B140E
Complementary color
Monochromatic Colors of #0B140E
Black with #0B140E
Text Example
Text Example
White with #0B140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B140E; }
p { color: rgb(11,20,14); }
H1.HeaderClassName
{
color: #0B140E;
}
.AnyTagClassName
{
color: #0B140E;
}
</style>
background-color css
<style>
a { background-color: #0B140E; }
a { background-color: rgb(11,20,14); }
div.DivClassName
{
background-color: #0B140E;
}
.BgClassName
{
background-color: #0B140E;
}
</style>
border-color css
<style>
span { border-color: #0B140E; }
span { border-color: rgb(11,20,14); }
td.TdClassName
{
border-color: #0B140E;
}
.TagClassName
{
border-color: #0B140E;
}
</style>