Shades of Black Bean #0F1911
Tints of Black Bean #0F1911
RGB
CMYK
RGB Variations
Color information
#0F1911 (or 0x0F1911) is known color: Black Bean. HEX triplet: 0F, 19 and 11. RGB value is (15,25,17). Sum of RGB (Red+Green+Blue) = 15+25+17=57 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.32% from 57); Green value is 25 (10.16% from 255 or 43.86% from 57); Blue value is 17 (7.03% from 255 or 29.82% from 57); Max value from RGB is 25 - color contains mainly: green. Hex color #0F1911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1911 is #F0E6EE. Grayscale: #151515. Windows color (decimal): -15787759 or 1120527. OLE color: 1120527.
HSL color Cylindrical-coordinate representation of color #0F1911: hue angle of 132º degrees, saturation: 0.25, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0F1911 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 15 | 25 | 17 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.90 |
| HSL | 132º | 0.25% | 0.08% | - |
| HSV(B) | 132º | 0.4% | 0.1% | - |
| XYZ | 0.65 | 0.84 | 0.66 | - |
| YUV | 21.1 | 125.69 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 25 | 17 | 0.40 | 0 | 0.32 | 0.90 | 132 | 0.25 | 0.08 |
| Hex | F | 19 | 11 | 28 | 0 | 20 | 5A | 84 | 19 | 8 |
| Octal | 17 | 31 | 21 | 50 | 0 | 40 | 132 | 204 | 31 | 10 |
| Binary | 1111 | 11001 | 10001 | 101000 | 0 | 100000 | 1011010 | 10000100 | 11001 | 1000 |
Color Harmonies of #0F1911
Complementary color
Monochromatic Colors of #0F1911
Black with #0F1911
Text Example
Text Example
White with #0F1911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1911; }
p { color: rgb(15,25,17); }
H1.HeaderClassName
{
color: #0F1911;
}
.AnyTagClassName
{
color: #0F1911;
}
</style>
background-color css
<style>
a { background-color: #0F1911; }
a { background-color: rgb(15,25,17); }
div.DivClassName
{
background-color: #0F1911;
}
.BgClassName
{
background-color: #0F1911;
}
</style>
border-color css
<style>
span { border-color: #0F1911; }
span { border-color: rgb(15,25,17); }
td.TdClassName
{
border-color: #0F1911;
}
.TagClassName
{
border-color: #0F1911;
}
</style>