Shades of Black Bean #0B1F11
Tints of Black Bean #0B1F11
RGB
CMYK
RGB Variations
Color information
#0B1F11 (or 0x0B1F11) is known color: Black Bean. HEX triplet: 0B, 1F and 11. RGB value is (11,31,17). Sum of RGB (Red+Green+Blue) = 11+31+17=59 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.64% from 59); Green value is 31 (12.5% from 255 or 52.54% from 59); Blue value is 17 (7.03% from 255 or 28.81% from 59); Max value from RGB is 31 - color contains mainly: green. Hex color #0B1F11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1F11 is #F4E0EE. Grayscale: #171717. Windows color (decimal): -16048367 or 1122059. OLE color: 1122059.
HSL color Cylindrical-coordinate representation of color #0B1F11: hue angle of 138º degrees, saturation: 0.48, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0B1F11 is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 11 | 31 | 17 | - |
| CMYK | 0.65 | 0 | 0.45 | 0.88 |
| HSL | 138º | 0.48% | 0.08% | - |
| HSV(B) | 138º | 0.65% | 0.12% | - |
| XYZ | 0.73 | 1.09 | 0.7 | - |
| YUV | 23.42 | 124.37 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 31 | 17 | 0.65 | 0 | 0.45 | 0.88 | 138 | 0.48 | 0.08 |
| Hex | B | 1F | 11 | 41 | 0 | 2D | 58 | 8A | 30 | 8 |
| Octal | 13 | 37 | 21 | 101 | 0 | 55 | 130 | 212 | 60 | 10 |
| Binary | 1011 | 11111 | 10001 | 1000001 | 0 | 101101 | 1011000 | 10001010 | 110000 | 1000 |
Color Harmonies of #0B1F11
Complementary color
Monochromatic Colors of #0B1F11
Black with #0B1F11
Text Example
Text Example
White with #0B1F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1F11; }
p { color: rgb(11,31,17); }
H1.HeaderClassName
{
color: #0B1F11;
}
.AnyTagClassName
{
color: #0B1F11;
}
</style>
background-color css
<style>
a { background-color: #0B1F11; }
a { background-color: rgb(11,31,17); }
div.DivClassName
{
background-color: #0B1F11;
}
.BgClassName
{
background-color: #0B1F11;
}
</style>
border-color css
<style>
span { border-color: #0B1F11; }
span { border-color: rgb(11,31,17); }
td.TdClassName
{
border-color: #0B1F11;
}
.TagClassName
{
border-color: #0B1F11;
}
</style>