Shades of Black Bean #0B190F
Tints of Black Bean #0B190F
RGB
CMYK
RGB Variations
Color information
#0B190F (or 0x0B190F) is known color: Black Bean. HEX triplet: 0B, 19 and 0F. RGB value is (11,25,15). Sum of RGB (Red+Green+Blue) = 11+25+15=51 (6% of max value = 765). Red value is 11 (4.69% from 255 or 21.57% from 51); Green value is 25 (10.16% from 255 or 49.02% from 51); Blue value is 15 (6.25% from 255 or 29.41% from 51); Max value from RGB is 25 - color contains mainly: green. Hex color #0B190F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B190F is #F4E6F0. Grayscale: #131313. Windows color (decimal): -16049905 or 989451. OLE color: 989451.
HSL color Cylindrical-coordinate representation of color #0B190F: hue angle of 137.14º degrees, saturation: 0.39, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0B190F is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 11 | 25 | 15 | - |
| CMYK | 0.56 | 0 | 0.40 | 0.90 |
| HSL | 137.14º | 0.39% | 0.07% | - |
| HSV(B) | 137.14º | 0.56% | 0.1% | - |
| XYZ | 0.57 | 0.8 | 0.58 | - |
| YUV | 19.67 | 125.36 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 25 | 15 | 0.56 | 0 | 0.40 | 0.90 | 137.14 | 0.39 | 0.07 |
| Hex | B | 19 | F | 38 | 0 | 28 | 5A | 89 | 27 | 7 |
| Octal | 13 | 31 | 17 | 70 | 0 | 50 | 132 | 211 | 47 | 7 |
| Binary | 1011 | 11001 | 1111 | 111000 | 0 | 101000 | 1011010 | 10001001 | 100111 | 111 |
Color Harmonies of #0B190F
Complementary color
Monochromatic Colors of #0B190F
Black with #0B190F
Text Example
Text Example
White with #0B190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B190F; }
p { color: rgb(11,25,15); }
H1.HeaderClassName
{
color: #0B190F;
}
.AnyTagClassName
{
color: #0B190F;
}
</style>
background-color css
<style>
a { background-color: #0B190F; }
a { background-color: rgb(11,25,15); }
div.DivClassName
{
background-color: #0B190F;
}
.BgClassName
{
background-color: #0B190F;
}
</style>
border-color css
<style>
span { border-color: #0B190F; }
span { border-color: rgb(11,25,15); }
td.TdClassName
{
border-color: #0B190F;
}
.TagClassName
{
border-color: #0B190F;
}
</style>