Shades of Black Bean #0F1D0F
Tints of Black Bean #0F1D0F
RGB
CMYK
RGB Variations
Color information
#0F1D0F (or 0x0F1D0F) is known color: Black Bean. HEX triplet: 0F, 1D and 0F. RGB value is (15,29,15). Sum of RGB (Red+Green+Blue) = 15+29+15=59 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25.42% from 59); Green value is 29 (11.72% from 255 or 49.15% from 59); Blue value is 15 (6.25% from 255 or 25.42% from 59); Max value from RGB is 29 - color contains mainly: green. Hex color #0F1D0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1D0F is #F0E2F0. Grayscale: #171717. Windows color (decimal): -15786737 or 990479. OLE color: 990479.
HSL color Cylindrical-coordinate representation of color #0F1D0F: hue angle of 120º 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 #0F1D0F is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 15 | 29 | 15 | - |
| CMYK | 0.48 | 0 | 0.48 | 0.89 |
| HSL | 120º | 0.32% | 0.09% | - |
| HSV(B) | 120º | 0.48% | 0.11% | - |
| XYZ | 0.72 | 1.01 | 0.61 | - |
| YUV | 23.22 | 123.36 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 29 | 15 | 0.48 | 0 | 0.48 | 0.89 | 120 | 0.32 | 0.09 |
| Hex | F | 1D | F | 30 | 0 | 30 | 59 | 78 | 20 | 9 |
| Octal | 17 | 35 | 17 | 60 | 0 | 60 | 131 | 170 | 40 | 11 |
| Binary | 1111 | 11101 | 1111 | 110000 | 0 | 110000 | 1011001 | 1111000 | 100000 | 1001 |
Color Harmonies of #0F1D0F
Complementary color
Monochromatic Colors of #0F1D0F
Black with #0F1D0F
Text Example
Text Example
White with #0F1D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1D0F; }
p { color: rgb(15,29,15); }
H1.HeaderClassName
{
color: #0F1D0F;
}
.AnyTagClassName
{
color: #0F1D0F;
}
</style>
background-color css
<style>
a { background-color: #0F1D0F; }
a { background-color: rgb(15,29,15); }
div.DivClassName
{
background-color: #0F1D0F;
}
.BgClassName
{
background-color: #0F1D0F;
}
</style>
border-color css
<style>
span { border-color: #0F1D0F; }
span { border-color: rgb(15,29,15); }
td.TdClassName
{
border-color: #0F1D0F;
}
.TagClassName
{
border-color: #0F1D0F;
}
</style>