Shades of Black Bean #0F1D11
Tints of Black Bean #0F1D11
RGB
CMYK
RGB Variations
Color information
#0F1D11 (or 0x0F1D11) is known color: Black Bean. HEX triplet: 0F, 1D and 11. RGB value is (15,29,17). Sum of RGB (Red+Green+Blue) = 15+29+17=61 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.59% from 61); Green value is 29 (11.72% from 255 or 47.54% from 61); Blue value is 17 (7.03% from 255 or 27.87% from 61); Max value from RGB is 29 - color contains mainly: green. Hex color #0F1D11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1D11 is #F0E2EE. Grayscale: #171717. Windows color (decimal): -15786735 or 1121551. OLE color: 1121551.
HSL color Cylindrical-coordinate representation of color #0F1D11: hue angle of 128.57º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0F1D11 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 15 | 29 | 17 | - |
| CMYK | 0.48 | 0 | 0.41 | 0.89 |
| HSL | 128.57º | 0.32% | 0.09% | - |
| HSV(B) | 128.57º | 0.48% | 0.11% | - |
| XYZ | 0.74 | 1.02 | 0.69 | - |
| YUV | 23.45 | 124.36 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 29 | 17 | 0.48 | 0 | 0.41 | 0.89 | 128.57 | 0.32 | 0.09 |
| Hex | F | 1D | 11 | 30 | 0 | 29 | 59 | 81 | 20 | 9 |
| Octal | 17 | 35 | 21 | 60 | 0 | 51 | 131 | 201 | 40 | 11 |
| Binary | 1111 | 11101 | 10001 | 110000 | 0 | 101001 | 1011001 | 10000001 | 100000 | 1001 |
Color Harmonies of #0F1D11
Complementary color
Monochromatic Colors of #0F1D11
Black with #0F1D11
Text Example
Text Example
White with #0F1D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1D11; }
p { color: rgb(15,29,17); }
H1.HeaderClassName
{
color: #0F1D11;
}
.AnyTagClassName
{
color: #0F1D11;
}
</style>
background-color css
<style>
a { background-color: #0F1D11; }
a { background-color: rgb(15,29,17); }
div.DivClassName
{
background-color: #0F1D11;
}
.BgClassName
{
background-color: #0F1D11;
}
</style>
border-color css
<style>
span { border-color: #0F1D11; }
span { border-color: rgb(15,29,17); }
td.TdClassName
{
border-color: #0F1D11;
}
.TagClassName
{
border-color: #0F1D11;
}
</style>