Shades of Black Bean #0E150E
Tints of Black Bean #0E150E
RGB
CMYK
RGB Variations
Color information
#0E150E (or 0x0E150E) is known color: Black Bean. HEX triplet: 0E, 15 and 0E. RGB value is (14,21,14). Sum of RGB (Red+Green+Blue) = 14+21+14=49 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28.57% from 49); Green value is 21 (8.59% from 255 or 42.86% from 49); Blue value is 14 (5.86% from 255 or 28.57% from 49); Max value from RGB is 21 - color contains mainly: green. Hex color #0E150E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E150E is #F1EAF1. Grayscale: #121212. Windows color (decimal): -15854322 or 922894. OLE color: 922894.
HSL color Cylindrical-coordinate representation of color #0E150E: hue angle of 120º degrees, saturation: 0.2, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #0E150E is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 14 | 21 | 14 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.92 |
| HSL | 120º | 0.2% | 0.07% | - |
| HSV(B) | 120º | 0.33% | 0.08% | - |
| XYZ | 0.53 | 0.66 | 0.52 | - |
| YUV | 18.11 | 125.68 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 21 | 14 | 0.33 | 0 | 0.33 | 0.92 | 120 | 0.2 | 0.07 |
| Hex | E | 15 | E | 21 | 0 | 21 | 5C | 78 | 14 | 7 |
| Octal | 16 | 25 | 16 | 41 | 0 | 41 | 134 | 170 | 24 | 7 |
| Binary | 1110 | 10101 | 1110 | 100001 | 0 | 100001 | 1011100 | 1111000 | 10100 | 111 |
Color Harmonies of #0E150E
Complementary color
Monochromatic Colors of #0E150E
Black with #0E150E
Text Example
Text Example
White with #0E150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E150E; }
p { color: rgb(14,21,14); }
H1.HeaderClassName
{
color: #0E150E;
}
.AnyTagClassName
{
color: #0E150E;
}
</style>
background-color css
<style>
a { background-color: #0E150E; }
a { background-color: rgb(14,21,14); }
div.DivClassName
{
background-color: #0E150E;
}
.BgClassName
{
background-color: #0E150E;
}
</style>
border-color css
<style>
span { border-color: #0E150E; }
span { border-color: rgb(14,21,14); }
td.TdClassName
{
border-color: #0E150E;
}
.TagClassName
{
border-color: #0E150E;
}
</style>