Shades of Black Bean #0E1811
Tints of Black Bean #0E1811
RGB
CMYK
RGB Variations
Color information
#0E1811 (or 0x0E1811) is known color: Black Bean. HEX triplet: 0E, 18 and 11. RGB value is (14,24,17). Sum of RGB (Red+Green+Blue) = 14+24+17=55 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25.45% from 55); Green value is 24 (9.77% from 255 or 43.64% from 55); Blue value is 17 (7.03% from 255 or 30.91% from 55); Max value from RGB is 24 - color contains mainly: green. Hex color #0E1811 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1811 is #F1E7EE. Grayscale: #141414. Windows color (decimal): -15853551 or 1120270. OLE color: 1120270.
HSL color Cylindrical-coordinate representation of color #0E1811: hue angle of 138º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #0E1811 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 14 | 24 | 17 | - |
| CMYK | 0.42 | 0 | 0.29 | 0.91 |
| HSL | 138º | 0.26% | 0.07% | - |
| HSV(B) | 138º | 0.42% | 0.09% | - |
| XYZ | 0.61 | 0.79 | 0.65 | - |
| YUV | 20.21 | 126.19 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 24 | 17 | 0.42 | 0 | 0.29 | 0.91 | 138 | 0.26 | 0.07 |
| Hex | E | 18 | 11 | 2A | 0 | 1D | 5B | 8A | 1A | 7 |
| Octal | 16 | 30 | 21 | 52 | 0 | 35 | 133 | 212 | 32 | 7 |
| Binary | 1110 | 11000 | 10001 | 101010 | 0 | 11101 | 1011011 | 10001010 | 11010 | 111 |
Color Harmonies of #0E1811
Complementary color
Monochromatic Colors of #0E1811
Black with #0E1811
Text Example
Text Example
White with #0E1811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1811; }
p { color: rgb(14,24,17); }
H1.HeaderClassName
{
color: #0E1811;
}
.AnyTagClassName
{
color: #0E1811;
}
</style>
background-color css
<style>
a { background-color: #0E1811; }
a { background-color: rgb(14,24,17); }
div.DivClassName
{
background-color: #0E1811;
}
.BgClassName
{
background-color: #0E1811;
}
</style>
border-color css
<style>
span { border-color: #0E1811; }
span { border-color: rgb(14,24,17); }
td.TdClassName
{
border-color: #0E1811;
}
.TagClassName
{
border-color: #0E1811;
}
</style>