Shades of Black Bean #0F1D13
Tints of Black Bean #0F1D13
RGB
CMYK
RGB Variations
Color information
#0F1D13 (or 0x0F1D13) is known color: Black Bean. HEX triplet: 0F, 1D and 13. RGB value is (15,29,19). Sum of RGB (Red+Green+Blue) = 15+29+19=63 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.81% from 63); Green value is 29 (11.72% from 255 or 46.03% from 63); Blue value is 19 (7.81% from 255 or 30.16% from 63); Max value from RGB is 29 - color contains mainly: green. Hex color #0F1D13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1D13 is #F0E2EC. Grayscale: #171717. Windows color (decimal): -15786733 or 1252623. OLE color: 1252623.
HSL color Cylindrical-coordinate representation of color #0F1D13: hue angle of 137.14º 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 #0F1D13 is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 15 | 29 | 19 | - |
| CMYK | 0.48 | 0 | 0.34 | 0.89 |
| HSL | 137.14º | 0.32% | 0.09% | - |
| HSV(B) | 137.14º | 0.48% | 0.11% | - |
| XYZ | 0.75 | 1.03 | 0.77 | - |
| YUV | 23.67 | 125.36 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 29 | 19 | 0.48 | 0 | 0.34 | 0.89 | 137.14 | 0.32 | 0.09 |
| Hex | F | 1D | 13 | 30 | 0 | 22 | 59 | 89 | 20 | 9 |
| Octal | 17 | 35 | 23 | 60 | 0 | 42 | 131 | 211 | 40 | 11 |
| Binary | 1111 | 11101 | 10011 | 110000 | 0 | 100010 | 1011001 | 10001001 | 100000 | 1001 |
Color Harmonies of #0F1D13
Complementary color
Monochromatic Colors of #0F1D13
Black with #0F1D13
Text Example
Text Example
White with #0F1D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1D13; }
p { color: rgb(15,29,19); }
H1.HeaderClassName
{
color: #0F1D13;
}
.AnyTagClassName
{
color: #0F1D13;
}
</style>
background-color css
<style>
a { background-color: #0F1D13; }
a { background-color: rgb(15,29,19); }
div.DivClassName
{
background-color: #0F1D13;
}
.BgClassName
{
background-color: #0F1D13;
}
</style>
border-color css
<style>
span { border-color: #0F1D13; }
span { border-color: rgb(15,29,19); }
td.TdClassName
{
border-color: #0F1D13;
}
.TagClassName
{
border-color: #0F1D13;
}
</style>