Shades of Black Bean #0F2614
Tints of Black Bean #0F2614
RGB
CMYK
RGB Variations
Color information
#0F2614 (or 0x0F2614) is known color: Black Bean. HEX triplet: 0F, 26 and 14. RGB value is (15,38,20). Sum of RGB (Red+Green+Blue) = 15+38+20=73 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.55% from 73); Green value is 38 (15.23% from 255 or 52.05% from 73); Blue value is 20 (8.20% from 255 or 27.40% from 73); Max value from RGB is 38 - color contains mainly: green. Hex color #0F2614 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2614 is #F0D9EB. Grayscale: #1D1D1D. Windows color (decimal): -15784428 or 1320463. OLE color: 1320463.
HSL color Cylindrical-coordinate representation of color #0F2614: hue angle of 133.04º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0F2614 is Cyan = 0.61, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 15 | 38 | 20 | - |
| CMYK | 0.61 | 0 | 0.47 | 0.85 |
| HSL | 133.04º | 0.43% | 0.1% | - |
| HSV(B) | 133.04º | 0.61% | 0.15% | - |
| XYZ | 1.02 | 1.54 | 0.91 | - |
| YUV | 29.07 | 122.88 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 38 | 20 | 0.61 | 0 | 0.47 | 0.85 | 133.04 | 0.43 | 0.1 |
| Hex | F | 26 | 14 | 3D | 0 | 2F | 55 | 85 | 2B | A |
| Octal | 17 | 46 | 24 | 75 | 0 | 57 | 125 | 205 | 53 | 12 |
| Binary | 1111 | 100110 | 10100 | 111101 | 0 | 101111 | 1010101 | 10000101 | 101011 | 1010 |
Color Harmonies of #0F2614
Complementary color
Monochromatic Colors of #0F2614
Black with #0F2614
Text Example
Text Example
White with #0F2614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2614; }
p { color: rgb(15,38,20); }
H1.HeaderClassName
{
color: #0F2614;
}
.AnyTagClassName
{
color: #0F2614;
}
</style>
background-color css
<style>
a { background-color: #0F2614; }
a { background-color: rgb(15,38,20); }
div.DivClassName
{
background-color: #0F2614;
}
.BgClassName
{
background-color: #0F2614;
}
</style>
border-color css
<style>
span { border-color: #0F2614; }
span { border-color: rgb(15,38,20); }
td.TdClassName
{
border-color: #0F2614;
}
.TagClassName
{
border-color: #0F2614;
}
</style>