Shades of Black Bean #0F1511
Tints of Black Bean #0F1511
RGB
CMYK
RGB Variations
Color information
#0F1511 (or 0x0F1511) is known color: Black Bean. HEX triplet: 0F, 15 and 11. RGB value is (15,21,17). Sum of RGB (Red+Green+Blue) = 15+21+17=53 (7% of max value = 765). Red value is 15 (6.25% from 255 or 28.30% from 53); Green value is 21 (8.59% from 255 or 39.62% from 53); Blue value is 17 (7.03% from 255 or 32.08% from 53); Max value from RGB is 21 - color contains mainly: green. Hex color #0F1511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1511 is #F0EAEE. Grayscale: #121212. Windows color (decimal): -15788783 or 1119503. OLE color: 1119503.
HSL color Cylindrical-coordinate representation of color #0F1511: hue angle of 140º degrees, saturation: 0.17, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #0F1511 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 15 | 21 | 17 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.92 |
| HSL | 140º | 0.17% | 0.07% | - |
| HSV(B) | 140º | 0.29% | 0.08% | - |
| XYZ | 0.57 | 0.68 | 0.63 | - |
| YUV | 18.75 | 127.01 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 21 | 17 | 0.29 | 0 | 0.19 | 0.92 | 140 | 0.17 | 0.07 |
| Hex | F | 15 | 11 | 1D | 0 | 13 | 5C | 8C | 11 | 7 |
| Octal | 17 | 25 | 21 | 35 | 0 | 23 | 134 | 214 | 21 | 7 |
| Binary | 1111 | 10101 | 10001 | 11101 | 0 | 10011 | 1011100 | 10001100 | 10001 | 111 |
Color Harmonies of #0F1511
Complementary color
Monochromatic Colors of #0F1511
Black with #0F1511
Text Example
Text Example
White with #0F1511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1511; }
p { color: rgb(15,21,17); }
H1.HeaderClassName
{
color: #0F1511;
}
.AnyTagClassName
{
color: #0F1511;
}
</style>
background-color css
<style>
a { background-color: #0F1511; }
a { background-color: rgb(15,21,17); }
div.DivClassName
{
background-color: #0F1511;
}
.BgClassName
{
background-color: #0F1511;
}
</style>
border-color css
<style>
span { border-color: #0F1511; }
span { border-color: rgb(15,21,17); }
td.TdClassName
{
border-color: #0F1511;
}
.TagClassName
{
border-color: #0F1511;
}
</style>