Shades of Black Bean #0E100E
Tints of Black Bean #0E100E
RGB
CMYK
RGB Variations
Color information
#0E100E (or 0x0E100E) is known color: Black Bean. HEX triplet: 0E, 10 and 0E. RGB value is (14,16,14). Sum of RGB (Red+Green+Blue) = 14+16+14=44 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.82% from 44); Green value is 16 (6.64% from 255 or 36.36% from 44); Blue value is 14 (5.86% from 255 or 31.82% from 44); Max value from RGB is 16 - color contains mainly: green. Hex color #0E100E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E100E is #F1EFF1. Grayscale: #0F0F0F. Windows color (decimal): -15855602 or 921614. OLE color: 921614.
HSL color Cylindrical-coordinate representation of color #0E100E: hue angle of 120º degrees, saturation: 0.07, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #0E100E is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 14 | 16 | 14 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.94 |
| HSL | 120º | 0.07% | 0.06% | - |
| HSV(B) | 120º | 0.13% | 0.06% | - |
| XYZ | 0.45 | 0.5 | 0.49 | - |
| YUV | 15.17 | 127.34 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 16 | 14 | 0.13 | 0 | 0.13 | 0.94 | 120 | 0.07 | 0.06 |
| Hex | E | 10 | E | D | 0 | D | 5E | 78 | 7 | 6 |
| Octal | 16 | 20 | 16 | 15 | 0 | 15 | 136 | 170 | 7 | 6 |
| Binary | 1110 | 10000 | 1110 | 1101 | 0 | 1101 | 1011110 | 1111000 | 111 | 110 |
Color Harmonies of #0E100E
Complementary color
Monochromatic Colors of #0E100E
Black with #0E100E
Text Example
Text Example
White with #0E100E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E100E; }
p { color: rgb(14,16,14); }
H1.HeaderClassName
{
color: #0E100E;
}
.AnyTagClassName
{
color: #0E100E;
}
</style>
background-color css
<style>
a { background-color: #0E100E; }
a { background-color: rgb(14,16,14); }
div.DivClassName
{
background-color: #0E100E;
}
.BgClassName
{
background-color: #0E100E;
}
</style>
border-color css
<style>
span { border-color: #0E100E; }
span { border-color: rgb(14,16,14); }
td.TdClassName
{
border-color: #0E100E;
}
.TagClassName
{
border-color: #0E100E;
}
</style>