Shades of Black Bean #0F2F14
Tints of Black Bean #0F2F14
RGB
CMYK
RGB Variations
Color information
#0F2F14 (or 0x0F2F14) is known color: Black Bean. HEX triplet: 0F, 2F and 14. RGB value is (15,47,20). Sum of RGB (Red+Green+Blue) = 15+47+20=82 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.29% from 82); Green value is 47 (18.75% from 255 or 57.32% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 47 - color contains mainly: green. Hex color #0F2F14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2F14 is #F0D0EB. Grayscale: #222222. Windows color (decimal): -15782124 or 1322767. OLE color: 1322767.
HSL color Cylindrical-coordinate representation of color #0F2F14: hue angle of 129.38º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0F2F14 is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 15 | 47 | 20 | - |
| CMYK | 0.68 | 0 | 0.57 | 0.82 |
| HSL | 129.38º | 0.52% | 0.12% | - |
| HSV(B) | 129.38º | 0.68% | 0.18% | - |
| XYZ | 1.34 | 2.19 | 1.01 | - |
| YUV | 34.35 | 119.9 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 47 | 20 | 0.68 | 0 | 0.57 | 0.82 | 129.38 | 0.52 | 0.12 |
| Hex | F | 2F | 14 | 44 | 0 | 39 | 52 | 81 | 34 | C |
| Octal | 17 | 57 | 24 | 104 | 0 | 71 | 122 | 201 | 64 | 14 |
| Binary | 1111 | 101111 | 10100 | 1000100 | 0 | 111001 | 1010010 | 10000001 | 110100 | 1100 |
Color Harmonies of #0F2F14
Complementary color
Monochromatic Colors of #0F2F14
Black with #0F2F14
Text Example
Text Example
White with #0F2F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2F14; }
p { color: rgb(15,47,20); }
H1.HeaderClassName
{
color: #0F2F14;
}
.AnyTagClassName
{
color: #0F2F14;
}
</style>
background-color css
<style>
a { background-color: #0F2F14; }
a { background-color: rgb(15,47,20); }
div.DivClassName
{
background-color: #0F2F14;
}
.BgClassName
{
background-color: #0F2F14;
}
</style>
border-color css
<style>
span { border-color: #0F2F14; }
span { border-color: rgb(15,47,20); }
td.TdClassName
{
border-color: #0F2F14;
}
.TagClassName
{
border-color: #0F2F14;
}
</style>