Shades of Black Bean #0B1D0E
Tints of Black Bean #0B1D0E
RGB
CMYK
RGB Variations
Color information
#0B1D0E (or 0x0B1D0E) is known color: Black Bean. HEX triplet: 0B, 1D and 0E. RGB value is (11,29,14). Sum of RGB (Red+Green+Blue) = 11+29+14=54 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.37% from 54); Green value is 29 (11.72% from 255 or 53.70% from 54); Blue value is 14 (5.86% from 255 or 25.93% from 54); Max value from RGB is 29 - color contains mainly: green. Hex color #0B1D0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1D0E is #F4E2F1. Grayscale: #151515. Windows color (decimal): -16048882 or 924939. OLE color: 924939.
HSL color Cylindrical-coordinate representation of color #0B1D0E: hue angle of 130º degrees, saturation: 0.45, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0B1D0E is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 11 | 29 | 14 | - |
| CMYK | 0.62 | 0 | 0.52 | 0.89 |
| HSL | 130º | 0.45% | 0.08% | - |
| HSV(B) | 130º | 0.62% | 0.11% | - |
| XYZ | 0.66 | 0.98 | 0.57 | - |
| YUV | 21.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 29 | 14 | 0.62 | 0 | 0.52 | 0.89 | 130 | 0.45 | 0.08 |
| Hex | B | 1D | E | 3E | 0 | 34 | 59 | 82 | 2D | 8 |
| Octal | 13 | 35 | 16 | 76 | 0 | 64 | 131 | 202 | 55 | 10 |
| Binary | 1011 | 11101 | 1110 | 111110 | 0 | 110100 | 1011001 | 10000010 | 101101 | 1000 |
Color Harmonies of #0B1D0E
Complementary color
Monochromatic Colors of #0B1D0E
Black with #0B1D0E
Text Example
Text Example
White with #0B1D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1D0E; }
p { color: rgb(11,29,14); }
H1.HeaderClassName
{
color: #0B1D0E;
}
.AnyTagClassName
{
color: #0B1D0E;
}
</style>
background-color css
<style>
a { background-color: #0B1D0E; }
a { background-color: rgb(11,29,14); }
div.DivClassName
{
background-color: #0B1D0E;
}
.BgClassName
{
background-color: #0B1D0E;
}
</style>
border-color css
<style>
span { border-color: #0B1D0E; }
span { border-color: rgb(11,29,14); }
td.TdClassName
{
border-color: #0B1D0E;
}
.TagClassName
{
border-color: #0B1D0E;
}
</style>