Shades of Black Bean #0F1D14
Tints of Black Bean #0F1D14
RGB
CMYK
RGB Variations
Color information
#0F1D14 (or 0x0F1D14) is known color: Black Bean. HEX triplet: 0F, 1D and 14. RGB value is (15,29,20). Sum of RGB (Red+Green+Blue) = 15+29+20=64 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.44% from 64); Green value is 29 (11.72% from 255 or 45.31% from 64); Blue value is 20 (8.20% from 255 or 31.25% from 64); Max value from RGB is 29 - color contains mainly: green. Hex color #0F1D14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1D14 is #F0E2EB. Grayscale: #171717. Windows color (decimal): -15786732 or 1318159. OLE color: 1318159.
HSL color Cylindrical-coordinate representation of color #0F1D14: hue angle of 141.43º 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 #0F1D14 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 15 | 29 | 20 | - |
| CMYK | 0.48 | 0 | 0.31 | 0.89 |
| HSL | 141.43º | 0.32% | 0.09% | - |
| HSV(B) | 141.43º | 0.48% | 0.11% | - |
| XYZ | 0.76 | 1.03 | 0.82 | - |
| YUV | 23.79 | 125.86 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 29 | 20 | 0.48 | 0 | 0.31 | 0.89 | 141.43 | 0.32 | 0.09 |
| Hex | F | 1D | 14 | 30 | 0 | 1F | 59 | 8D | 20 | 9 |
| Octal | 17 | 35 | 24 | 60 | 0 | 37 | 131 | 215 | 40 | 11 |
| Binary | 1111 | 11101 | 10100 | 110000 | 0 | 11111 | 1011001 | 10001101 | 100000 | 1001 |
Color Harmonies of #0F1D14
Complementary color
Monochromatic Colors of #0F1D14
Black with #0F1D14
Text Example
Text Example
White with #0F1D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1D14; }
p { color: rgb(15,29,20); }
H1.HeaderClassName
{
color: #0F1D14;
}
.AnyTagClassName
{
color: #0F1D14;
}
</style>
background-color css
<style>
a { background-color: #0F1D14; }
a { background-color: rgb(15,29,20); }
div.DivClassName
{
background-color: #0F1D14;
}
.BgClassName
{
background-color: #0F1D14;
}
</style>
border-color css
<style>
span { border-color: #0F1D14; }
span { border-color: rgb(15,29,20); }
td.TdClassName
{
border-color: #0F1D14;
}
.TagClassName
{
border-color: #0F1D14;
}
</style>