Shades of Black Bean #0F1B11
Tints of Black Bean #0F1B11
RGB
CMYK
RGB Variations
Color information
#0F1B11 (or 0x0F1B11) is known color: Black Bean. HEX triplet: 0F, 1B and 11. RGB value is (15,27,17). Sum of RGB (Red+Green+Blue) = 15+27+17=59 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25.42% from 59); Green value is 27 (10.94% from 255 or 45.76% from 59); Blue value is 17 (7.03% from 255 or 28.81% from 59); Max value from RGB is 27 - color contains mainly: green. Hex color #0F1B11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1B11 is #F0E4EE. Grayscale: #161616. Windows color (decimal): -15787247 or 1121039. OLE color: 1121039.
HSL color Cylindrical-coordinate representation of color #0F1B11: hue angle of 130º degrees, saturation: 0.29, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #0F1B11 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 15 | 27 | 17 | - |
| CMYK | 0.44 | 0 | 0.37 | 0.89 |
| HSL | 130º | 0.29% | 0.08% | - |
| HSV(B) | 130º | 0.44% | 0.11% | - |
| XYZ | 0.69 | 0.93 | 0.67 | - |
| YUV | 22.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 27 | 17 | 0.44 | 0 | 0.37 | 0.89 | 130 | 0.29 | 0.08 |
| Hex | F | 1B | 11 | 2C | 0 | 25 | 59 | 82 | 1D | 8 |
| Octal | 17 | 33 | 21 | 54 | 0 | 45 | 131 | 202 | 35 | 10 |
| Binary | 1111 | 11011 | 10001 | 101100 | 0 | 100101 | 1011001 | 10000010 | 11101 | 1000 |
Color Harmonies of #0F1B11
Complementary color
Monochromatic Colors of #0F1B11
Black with #0F1B11
Text Example
Text Example
White with #0F1B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1B11; }
p { color: rgb(15,27,17); }
H1.HeaderClassName
{
color: #0F1B11;
}
.AnyTagClassName
{
color: #0F1B11;
}
</style>
background-color css
<style>
a { background-color: #0F1B11; }
a { background-color: rgb(15,27,17); }
div.DivClassName
{
background-color: #0F1B11;
}
.BgClassName
{
background-color: #0F1B11;
}
</style>
border-color css
<style>
span { border-color: #0F1B11; }
span { border-color: rgb(15,27,17); }
td.TdClassName
{
border-color: #0F1B11;
}
.TagClassName
{
border-color: #0F1B11;
}
</style>