Shades of Black Bean #0F2814
Tints of Black Bean #0F2814
RGB
CMYK
RGB Variations
Color information
#0F2814 (or 0x0F2814) is known color: Black Bean. HEX triplet: 0F, 28 and 14. RGB value is (15,40,20). Sum of RGB (Red+Green+Blue) = 15+40+20=75 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20% from 75); Green value is 40 (16.02% from 255 or 53.33% from 75); Blue value is 20 (8.20% from 255 or 26.67% from 75); Max value from RGB is 40 - color contains mainly: green. Hex color #0F2814 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2814 is #F0D7EB. Grayscale: #1E1E1E. Windows color (decimal): -15783916 or 1320975. OLE color: 1320975.
HSL color Cylindrical-coordinate representation of color #0F2814: hue angle of 132º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0F2814 is Cyan = 0.62, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 15 | 40 | 20 | - |
| CMYK | 0.62 | 0 | 0.5 | 0.84 |
| HSL | 132º | 0.45% | 0.11% | - |
| HSV(B) | 132º | 0.63% | 0.16% | - |
| XYZ | 1.08 | 1.67 | 0.93 | - |
| YUV | 30.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 40 | 20 | 0.62 | 0 | 0.5 | 0.84 | 132 | 0.45 | 0.11 |
| Hex | F | 28 | 14 | 3E | 0 | 32 | 54 | 84 | 2D | B |
| Octal | 17 | 50 | 24 | 76 | 0 | 62 | 124 | 204 | 55 | 13 |
| Binary | 1111 | 101000 | 10100 | 111110 | 0 | 110010 | 1010100 | 10000100 | 101101 | 1011 |
Color Harmonies of #0F2814
Complementary color
Monochromatic Colors of #0F2814
Black with #0F2814
Text Example
Text Example
White with #0F2814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2814; }
p { color: rgb(15,40,20); }
H1.HeaderClassName
{
color: #0F2814;
}
.AnyTagClassName
{
color: #0F2814;
}
</style>
background-color css
<style>
a { background-color: #0F2814; }
a { background-color: rgb(15,40,20); }
div.DivClassName
{
background-color: #0F2814;
}
.BgClassName
{
background-color: #0F2814;
}
</style>
border-color css
<style>
span { border-color: #0F2814; }
span { border-color: rgb(15,40,20); }
td.TdClassName
{
border-color: #0F2814;
}
.TagClassName
{
border-color: #0F2814;
}
</style>