Shades of Black Bean #0F2811
Tints of Black Bean #0F2811
RGB
CMYK
RGB Variations
Color information
#0F2811 (or 0x0F2811) is known color: Black Bean. HEX triplet: 0F, 28 and 11. RGB value is (15,40,17). Sum of RGB (Red+Green+Blue) = 15+40+17=72 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.83% from 72); Green value is 40 (16.02% from 255 or 55.56% from 72); Blue value is 17 (7.03% from 255 or 23.61% from 72); Max value from RGB is 40 - color contains mainly: green. Hex color #0F2811 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2811 is #F0D7EE. Grayscale: #1D1D1D. Windows color (decimal): -15783919 or 1124367. OLE color: 1124367.
HSL color Cylindrical-coordinate representation of color #0F2811: hue angle of 124.8º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0F2811 is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 15 | 40 | 17 | - |
| CMYK | 0.62 | 0 | 0.57 | 0.84 |
| HSL | 124.8º | 0.45% | 0.11% | - |
| HSV(B) | 124.8º | 0.63% | 0.16% | - |
| XYZ | 1.06 | 1.66 | 0.79 | - |
| YUV | 29.9 | 120.72 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 40 | 17 | 0.62 | 0 | 0.57 | 0.84 | 124.8 | 0.45 | 0.11 |
| Hex | F | 28 | 11 | 3E | 0 | 39 | 54 | 7D | 2D | B |
| Octal | 17 | 50 | 21 | 76 | 0 | 71 | 124 | 175 | 55 | 13 |
| Binary | 1111 | 101000 | 10001 | 111110 | 0 | 111001 | 1010100 | 1111101 | 101101 | 1011 |
Color Harmonies of #0F2811
Complementary color
Monochromatic Colors of #0F2811
Black with #0F2811
Text Example
Text Example
White with #0F2811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2811; }
p { color: rgb(15,40,17); }
H1.HeaderClassName
{
color: #0F2811;
}
.AnyTagClassName
{
color: #0F2811;
}
</style>
background-color css
<style>
a { background-color: #0F2811; }
a { background-color: rgb(15,40,17); }
div.DivClassName
{
background-color: #0F2811;
}
.BgClassName
{
background-color: #0F2811;
}
</style>
border-color css
<style>
span { border-color: #0F2811; }
span { border-color: rgb(15,40,17); }
td.TdClassName
{
border-color: #0F2811;
}
.TagClassName
{
border-color: #0F2811;
}
</style>