Shades of Black Bean #0F130F
Tints of Black Bean #0F130F
RGB
CMYK
RGB Variations
Color information
#0F130F (or 0x0F130F) is known color: Black Bean. HEX triplet: 0F, 13 and 0F. RGB value is (15,19,15). Sum of RGB (Red+Green+Blue) = 15+19+15=49 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30.61% from 49); Green value is 19 (7.81% from 255 or 38.78% from 49); Blue value is 15 (6.25% from 255 or 30.61% from 49); Max value from RGB is 19 - color contains mainly: green. Hex color #0F130F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F130F is #F0ECF0. Grayscale: #111111. Windows color (decimal): -15789297 or 987919. OLE color: 987919.
HSL color Cylindrical-coordinate representation of color #0F130F: hue angle of 120º degrees, saturation: 0.12, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #0F130F is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 15 | 19 | 15 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.93 |
| HSL | 120º | 0.12% | 0.07% | - |
| HSV(B) | 120º | 0.21% | 0.07% | - |
| XYZ | 0.52 | 0.6 | 0.54 | - |
| YUV | 17.35 | 126.67 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 19 | 15 | 0.21 | 0 | 0.21 | 0.93 | 120 | 0.12 | 0.07 |
| Hex | F | 13 | F | 15 | 0 | 15 | 5D | 78 | C | 7 |
| Octal | 17 | 23 | 17 | 25 | 0 | 25 | 135 | 170 | 14 | 7 |
| Binary | 1111 | 10011 | 1111 | 10101 | 0 | 10101 | 1011101 | 1111000 | 1100 | 111 |
Color Harmonies of #0F130F
Complementary color
Monochromatic Colors of #0F130F
Black with #0F130F
Text Example
Text Example
White with #0F130F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F130F; }
p { color: rgb(15,19,15); }
H1.HeaderClassName
{
color: #0F130F;
}
.AnyTagClassName
{
color: #0F130F;
}
</style>
background-color css
<style>
a { background-color: #0F130F; }
a { background-color: rgb(15,19,15); }
div.DivClassName
{
background-color: #0F130F;
}
.BgClassName
{
background-color: #0F130F;
}
</style>
border-color css
<style>
span { border-color: #0F130F; }
span { border-color: rgb(15,19,15); }
td.TdClassName
{
border-color: #0F130F;
}
.TagClassName
{
border-color: #0F130F;
}
</style>