Shades of Black Bean #0E2711
Tints of Black Bean #0E2711
RGB
CMYK
RGB Variations
Color information
#0E2711 (or 0x0E2711) is known color: Black Bean. HEX triplet: 0E, 27 and 11. RGB value is (14,39,17). Sum of RGB (Red+Green+Blue) = 14+39+17=70 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20% from 70); Green value is 39 (15.62% from 255 or 55.71% from 70); Blue value is 17 (7.03% from 255 or 24.29% from 70); Max value from RGB is 39 - color contains mainly: green. Hex color #0E2711 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2711 is #F1D8EE. Grayscale: #1D1D1D. Windows color (decimal): -15849711 or 1124110. OLE color: 1124110.
HSL color Cylindrical-coordinate representation of color #0E2711: hue angle of 127.2º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0E2711 is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 14 | 39 | 17 | - |
| CMYK | 0.64 | 0 | 0.56 | 0.85 |
| HSL | 127.2º | 0.47% | 0.1% | - |
| HSV(B) | 127.2º | 0.64% | 0.15% | - |
| XYZ | 1.01 | 1.58 | 0.78 | - |
| YUV | 29.02 | 121.22 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 39 | 17 | 0.64 | 0 | 0.56 | 0.85 | 127.2 | 0.47 | 0.1 |
| Hex | E | 27 | 11 | 40 | 0 | 38 | 55 | 7F | 2F | A |
| Octal | 16 | 47 | 21 | 100 | 0 | 70 | 125 | 177 | 57 | 12 |
| Binary | 1110 | 100111 | 10001 | 1000000 | 0 | 111000 | 1010101 | 1111111 | 101111 | 1010 |
Color Harmonies of #0E2711
Complementary color
Monochromatic Colors of #0E2711
Black with #0E2711
Text Example
Text Example
White with #0E2711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2711; }
p { color: rgb(14,39,17); }
H1.HeaderClassName
{
color: #0E2711;
}
.AnyTagClassName
{
color: #0E2711;
}
</style>
background-color css
<style>
a { background-color: #0E2711; }
a { background-color: rgb(14,39,17); }
div.DivClassName
{
background-color: #0E2711;
}
.BgClassName
{
background-color: #0E2711;
}
</style>
border-color css
<style>
span { border-color: #0E2711; }
span { border-color: rgb(14,39,17); }
td.TdClassName
{
border-color: #0E2711;
}
.TagClassName
{
border-color: #0E2711;
}
</style>