Shades of Black Bean #0E1711
Tints of Black Bean #0E1711
RGB
CMYK
RGB Variations
Color information
#0E1711 (or 0x0E1711) is known color: Black Bean. HEX triplet: 0E, 17 and 11. RGB value is (14,23,17). Sum of RGB (Red+Green+Blue) = 14+23+17=54 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25.93% from 54); Green value is 23 (9.38% from 255 or 42.59% from 54); Blue value is 17 (7.03% from 255 or 31.48% from 54); Max value from RGB is 23 - color contains mainly: green. Hex color #0E1711 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1711 is #F1E8EE. Grayscale: #131313. Windows color (decimal): -15853807 or 1120014. OLE color: 1120014.
HSL color Cylindrical-coordinate representation of color #0E1711: hue angle of 140º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #0E1711 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 14 | 23 | 17 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.91 |
| HSL | 140º | 0.24% | 0.07% | - |
| HSV(B) | 140º | 0.39% | 0.09% | - |
| XYZ | 0.59 | 0.75 | 0.64 | - |
| YUV | 19.63 | 126.52 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 23 | 17 | 0.39 | 0 | 0.26 | 0.91 | 140 | 0.24 | 0.07 |
| Hex | E | 17 | 11 | 27 | 0 | 1A | 5B | 8C | 18 | 7 |
| Octal | 16 | 27 | 21 | 47 | 0 | 32 | 133 | 214 | 30 | 7 |
| Binary | 1110 | 10111 | 10001 | 100111 | 0 | 11010 | 1011011 | 10001100 | 11000 | 111 |
Color Harmonies of #0E1711
Complementary color
Monochromatic Colors of #0E1711
Black with #0E1711
Text Example
Text Example
White with #0E1711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1711; }
p { color: rgb(14,23,17); }
H1.HeaderClassName
{
color: #0E1711;
}
.AnyTagClassName
{
color: #0E1711;
}
</style>
background-color css
<style>
a { background-color: #0E1711; }
a { background-color: rgb(14,23,17); }
div.DivClassName
{
background-color: #0E1711;
}
.BgClassName
{
background-color: #0E1711;
}
</style>
border-color css
<style>
span { border-color: #0E1711; }
span { border-color: rgb(14,23,17); }
td.TdClassName
{
border-color: #0E1711;
}
.TagClassName
{
border-color: #0E1711;
}
</style>