Shades of Black Bean #0E110F
Tints of Black Bean #0E110F
RGB
CMYK
RGB Variations
Color information
#0E110F (or 0x0E110F) is known color: Black Bean. HEX triplet: 0E, 11 and 0F. RGB value is (14,17,15). Sum of RGB (Red+Green+Blue) = 14+17+15=46 (6% of max value = 765). Red value is 14 (5.86% from 255 or 30.43% from 46); Green value is 17 (7.03% from 255 or 36.96% from 46); Blue value is 15 (6.25% from 255 or 32.61% from 46); Max value from RGB is 17 - color contains mainly: green. Hex color #0E110F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E110F is #F1EEF0. Grayscale: #0F0F0F. Windows color (decimal): -15855345 or 987406. OLE color: 987406.
HSL color Cylindrical-coordinate representation of color #0E110F: hue angle of 140º degrees, saturation: 0.1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #0E110F is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 14 | 17 | 15 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.93 |
| HSL | 140º | 0.1% | 0.06% | - |
| HSV(B) | 140º | 0.18% | 0.07% | - |
| XYZ | 0.47 | 0.53 | 0.53 | - |
| YUV | 15.88 | 127.51 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 17 | 15 | 0.18 | 0 | 0.12 | 0.93 | 140 | 0.1 | 0.06 |
| Hex | E | 11 | F | 12 | 0 | C | 5D | 8C | A | 6 |
| Octal | 16 | 21 | 17 | 22 | 0 | 14 | 135 | 214 | 12 | 6 |
| Binary | 1110 | 10001 | 1111 | 10010 | 0 | 1100 | 1011101 | 10001100 | 1010 | 110 |
Color Harmonies of #0E110F
Complementary color
Monochromatic Colors of #0E110F
Black with #0E110F
Text Example
Text Example
White with #0E110F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E110F; }
p { color: rgb(14,17,15); }
H1.HeaderClassName
{
color: #0E110F;
}
.AnyTagClassName
{
color: #0E110F;
}
</style>
background-color css
<style>
a { background-color: #0E110F; }
a { background-color: rgb(14,17,15); }
div.DivClassName
{
background-color: #0E110F;
}
.BgClassName
{
background-color: #0E110F;
}
</style>
border-color css
<style>
span { border-color: #0E110F; }
span { border-color: rgb(14,17,15); }
td.TdClassName
{
border-color: #0E110F;
}
.TagClassName
{
border-color: #0E110F;
}
</style>