Shades of Black Bean #0E140F
Tints of Black Bean #0E140F
RGB
CMYK
RGB Variations
Color information
#0E140F (or 0x0E140F) is known color: Black Bean. HEX triplet: 0E, 14 and 0F. RGB value is (14,20,15). Sum of RGB (Red+Green+Blue) = 14+20+15=49 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28.57% from 49); Green value is 20 (8.20% from 255 or 40.82% from 49); Blue value is 15 (6.25% from 255 or 30.61% from 49); Max value from RGB is 20 - color contains mainly: green. Hex color #0E140F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E140F is #F1EBF0. Grayscale: #111111. Windows color (decimal): -15854577 or 988174. OLE color: 988174.
HSL color Cylindrical-coordinate representation of color #0E140F: hue angle of 130º degrees, saturation: 0.18, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #0E140F is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 14 | 20 | 15 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.92 |
| HSL | 130º | 0.18% | 0.07% | - |
| HSV(B) | 130º | 0.3% | 0.08% | - |
| XYZ | 0.52 | 0.63 | 0.55 | - |
| YUV | 17.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 20 | 15 | 0.30 | 0 | 0.25 | 0.92 | 130 | 0.18 | 0.07 |
| Hex | E | 14 | F | 1E | 0 | 19 | 5C | 82 | 12 | 7 |
| Octal | 16 | 24 | 17 | 36 | 0 | 31 | 134 | 202 | 22 | 7 |
| Binary | 1110 | 10100 | 1111 | 11110 | 0 | 11001 | 1011100 | 10000010 | 10010 | 111 |
Color Harmonies of #0E140F
Complementary color
Monochromatic Colors of #0E140F
Black with #0E140F
Text Example
Text Example
White with #0E140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E140F; }
p { color: rgb(14,20,15); }
H1.HeaderClassName
{
color: #0E140F;
}
.AnyTagClassName
{
color: #0E140F;
}
</style>
background-color css
<style>
a { background-color: #0E140F; }
a { background-color: rgb(14,20,15); }
div.DivClassName
{
background-color: #0E140F;
}
.BgClassName
{
background-color: #0E140F;
}
</style>
border-color css
<style>
span { border-color: #0E140F; }
span { border-color: rgb(14,20,15); }
td.TdClassName
{
border-color: #0E140F;
}
.TagClassName
{
border-color: #0E140F;
}
</style>