Shades of Black Bean #0B1E0D
Tints of Black Bean #0B1E0D
RGB
CMYK
RGB Variations
Color information
#0B1E0D (or 0x0B1E0D) is known color: Black Bean. HEX triplet: 0B, 1E and 0D. RGB value is (11,30,13). Sum of RGB (Red+Green+Blue) = 11+30+13=54 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.37% from 54); Green value is 30 (12.11% from 255 or 55.56% from 54); Blue value is 13 (5.47% from 255 or 24.07% from 54); Max value from RGB is 30 - color contains mainly: green. Hex color #0B1E0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1E0D is #F4E1F2. Grayscale: #161616. Windows color (decimal): -16048627 or 859659. OLE color: 859659.
HSL color Cylindrical-coordinate representation of color #0B1E0D: hue angle of 126.32º degrees, saturation: 0.46, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0B1E0D is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 11 | 30 | 13 | - |
| CMYK | 0.63 | 0 | 0.57 | 0.88 |
| HSL | 126.32º | 0.46% | 0.08% | - |
| HSV(B) | 126.32º | 0.63% | 0.12% | - |
| XYZ | 0.67 | 1.03 | 0.54 | - |
| YUV | 22.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 30 | 13 | 0.63 | 0 | 0.57 | 0.88 | 126.32 | 0.46 | 0.08 |
| Hex | B | 1E | D | 3F | 0 | 39 | 58 | 7E | 2E | 8 |
| Octal | 13 | 36 | 15 | 77 | 0 | 71 | 130 | 176 | 56 | 10 |
| Binary | 1011 | 11110 | 1101 | 111111 | 0 | 111001 | 1011000 | 1111110 | 101110 | 1000 |
Color Harmonies of #0B1E0D
Complementary color
Monochromatic Colors of #0B1E0D
Black with #0B1E0D
Text Example
Text Example
White with #0B1E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1E0D; }
p { color: rgb(11,30,13); }
H1.HeaderClassName
{
color: #0B1E0D;
}
.AnyTagClassName
{
color: #0B1E0D;
}
</style>
background-color css
<style>
a { background-color: #0B1E0D; }
a { background-color: rgb(11,30,13); }
div.DivClassName
{
background-color: #0B1E0D;
}
.BgClassName
{
background-color: #0B1E0D;
}
</style>
border-color css
<style>
span { border-color: #0B1E0D; }
span { border-color: rgb(11,30,13); }
td.TdClassName
{
border-color: #0B1E0D;
}
.TagClassName
{
border-color: #0B1E0D;
}
</style>