Shades of Black Bean #0F120F
Tints of Black Bean #0F120F
RGB
CMYK
RGB Variations
Color information
#0F120F (or 0x0F120F) is known color: Black Bean. HEX triplet: 0F, 12 and 0F. RGB value is (15,18,15). Sum of RGB (Red+Green+Blue) = 15+18+15=48 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.25% from 48); Green value is 18 (7.42% from 255 or 37.5% from 48); Blue value is 15 (6.25% from 255 or 31.25% from 48); Max value from RGB is 18 - color contains mainly: green. Hex color #0F120F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F120F is #F0EDF0. Grayscale: #101010. Windows color (decimal): -15789553 or 987663. OLE color: 987663.
HSL color Cylindrical-coordinate representation of color #0F120F: hue angle of 120º degrees, saturation: 0.09, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #0F120F is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.93.
Color convert
RGB | 15 | 18 | 15 | - |
CMYK | 0.17 | 0 | 0.17 | 0.93 |
HSL | 120º | 0.09% | 0.06% | - |
HSV(B) | 120º | 0.17% | 0.07% | - |
XYZ | 0.5 | 0.57 | 0.54 | - |
YUV | 16.76 | 127.01 | 126.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 15 | 18 | 15 | 0.17 | 0 | 0.17 | 0.93 | 120 | 0.09 | 0.06 |
Hex | F | 12 | F | 11 | 0 | 11 | 5D | 78 | 9 | 6 |
Octal | 17 | 22 | 17 | 21 | 0 | 21 | 135 | 170 | 11 | 6 |
Binary | 1111 | 10010 | 1111 | 10001 | 0 | 10001 | 1011101 | 1111000 | 1001 | 110 |
Color Harmonies of #0F120F
Complementary color
Monochromatic Colors of #0F120F
Black with #0F120F
Text Example
Text Example
White with #0F120F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F120F; }
p { color: rgb(15,18,15); }
H1.HeaderClassName
{
color: #0F120F;
}
.AnyTagClassName
{
color: #0F120F;
}
</style>
background-color css
<style>
a { background-color: #0F120F; }
a { background-color: rgb(15,18,15); }
div.DivClassName
{
background-color: #0F120F;
}
.BgClassName
{
background-color: #0F120F;
}
</style>
border-color css
<style>
span { border-color: #0F120F; }
span { border-color: rgb(15,18,15); }
td.TdClassName
{
border-color: #0F120F;
}
.TagClassName
{
border-color: #0F120F;
}
</style>