Shades of Black Bean #0F2C14
Tints of Black Bean #0F2C14
RGB
CMYK
RGB Variations
Color information
#0F2C14 (or 0x0F2C14) is known color: Black Bean. HEX triplet: 0F, 2C and 14. RGB value is (15,44,20). Sum of RGB (Red+Green+Blue) = 15+44+20=79 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.99% from 79); Green value is 44 (17.58% from 255 or 55.70% from 79); Blue value is 20 (8.20% from 255 or 25.32% from 79); Max value from RGB is 44 - color contains mainly: green. Hex color #0F2C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2C14 is #F0D3EB. Grayscale: #202020. Windows color (decimal): -15782892 or 1321999. OLE color: 1321999.
HSL color Cylindrical-coordinate representation of color #0F2C14: hue angle of 130.34º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0F2C14 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 15 | 44 | 20 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.83 |
| HSL | 130.34º | 0.49% | 0.12% | - |
| HSV(B) | 130.34º | 0.66% | 0.17% | - |
| XYZ | 1.22 | 1.95 | 0.97 | - |
| YUV | 32.59 | 120.89 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 44 | 20 | 0.66 | 0 | 0.55 | 0.83 | 130.34 | 0.49 | 0.12 |
| Hex | F | 2C | 14 | 42 | 0 | 37 | 53 | 82 | 31 | C |
| Octal | 17 | 54 | 24 | 102 | 0 | 67 | 123 | 202 | 61 | 14 |
| Binary | 1111 | 101100 | 10100 | 1000010 | 0 | 110111 | 1010011 | 10000010 | 110001 | 1100 |
Color Harmonies of #0F2C14
Complementary color
Monochromatic Colors of #0F2C14
Black with #0F2C14
Text Example
Text Example
White with #0F2C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2C14; }
p { color: rgb(15,44,20); }
H1.HeaderClassName
{
color: #0F2C14;
}
.AnyTagClassName
{
color: #0F2C14;
}
</style>
background-color css
<style>
a { background-color: #0F2C14; }
a { background-color: rgb(15,44,20); }
div.DivClassName
{
background-color: #0F2C14;
}
.BgClassName
{
background-color: #0F2C14;
}
</style>
border-color css
<style>
span { border-color: #0F2C14; }
span { border-color: rgb(15,44,20); }
td.TdClassName
{
border-color: #0F2C14;
}
.TagClassName
{
border-color: #0F2C14;
}
</style>