Shades of Black Bean #0F2114
Tints of Black Bean #0F2114
RGB
CMYK
RGB Variations
Color information
#0F2114 (or 0x0F2114) is known color: Black Bean. HEX triplet: 0F, 21 and 14. RGB value is (15,33,20). Sum of RGB (Red+Green+Blue) = 15+33+20=68 (9% of max value = 765). Red value is 15 (6.25% from 255 or 22.06% from 68); Green value is 33 (13.28% from 255 or 48.53% from 68); Blue value is 20 (8.20% from 255 or 29.41% from 68); Max value from RGB is 33 - color contains mainly: green. Hex color #0F2114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2114 is #F0DEEB. Grayscale: #1A1A1A. Windows color (decimal): -15785708 or 1319183. OLE color: 1319183.
HSL color Cylindrical-coordinate representation of color #0F2114: hue angle of 136.67º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0F2114 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 15 | 33 | 20 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.87 |
| HSL | 136.67º | 0.38% | 0.09% | - |
| HSV(B) | 136.67º | 0.55% | 0.13% | - |
| XYZ | 0.87 | 1.24 | 0.86 | - |
| YUV | 26.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 33 | 20 | 0.55 | 0 | 0.39 | 0.87 | 136.67 | 0.38 | 0.09 |
| Hex | F | 21 | 14 | 37 | 0 | 27 | 57 | 89 | 26 | 9 |
| Octal | 17 | 41 | 24 | 67 | 0 | 47 | 127 | 211 | 46 | 11 |
| Binary | 1111 | 100001 | 10100 | 110111 | 0 | 100111 | 1010111 | 10001001 | 100110 | 1001 |
Color Harmonies of #0F2114
Complementary color
Monochromatic Colors of #0F2114
Black with #0F2114
Text Example
Text Example
White with #0F2114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2114; }
p { color: rgb(15,33,20); }
H1.HeaderClassName
{
color: #0F2114;
}
.AnyTagClassName
{
color: #0F2114;
}
</style>
background-color css
<style>
a { background-color: #0F2114; }
a { background-color: rgb(15,33,20); }
div.DivClassName
{
background-color: #0F2114;
}
.BgClassName
{
background-color: #0F2114;
}
</style>
border-color css
<style>
span { border-color: #0F2114; }
span { border-color: rgb(15,33,20); }
td.TdClassName
{
border-color: #0F2114;
}
.TagClassName
{
border-color: #0F2114;
}
</style>