Shades of Black Bean #0E150F
Tints of Black Bean #0E150F
RGB
CMYK
RGB Variations
Color information
#0E150F (or 0x0E150F) is known color: Black Bean. HEX triplet: 0E, 15 and 0F. RGB value is (14,21,15). Sum of RGB (Red+Green+Blue) = 14+21+15=50 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28% from 50); Green value is 21 (8.59% from 255 or 42% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 21 - color contains mainly: green. Hex color #0E150F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E150F is #F1EAF0. Grayscale: #121212. Windows color (decimal): -15854321 or 988430. OLE color: 988430.
HSL color Cylindrical-coordinate representation of color #0E150F: hue angle of 128.57º 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 #0E150F is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 14 | 21 | 15 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.92 |
| HSL | 128.57º | 0.2% | 0.07% | - |
| HSV(B) | 128.57º | 0.33% | 0.08% | - |
| XYZ | 0.54 | 0.66 | 0.55 | - |
| YUV | 18.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 21 | 15 | 0.33 | 0 | 0.29 | 0.92 | 128.57 | 0.2 | 0.07 |
| Hex | E | 15 | F | 21 | 0 | 1D | 5C | 81 | 14 | 7 |
| Octal | 16 | 25 | 17 | 41 | 0 | 35 | 134 | 201 | 24 | 7 |
| Binary | 1110 | 10101 | 1111 | 100001 | 0 | 11101 | 1011100 | 10000001 | 10100 | 111 |
Color Harmonies of #0E150F
Complementary color
Monochromatic Colors of #0E150F
Black with #0E150F
Text Example
Text Example
White with #0E150F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E150F; }
p { color: rgb(14,21,15); }
H1.HeaderClassName
{
color: #0E150F;
}
.AnyTagClassName
{
color: #0E150F;
}
</style>
background-color css
<style>
a { background-color: #0E150F; }
a { background-color: rgb(14,21,15); }
div.DivClassName
{
background-color: #0E150F;
}
.BgClassName
{
background-color: #0E150F;
}
</style>
border-color css
<style>
span { border-color: #0E150F; }
span { border-color: rgb(14,21,15); }
td.TdClassName
{
border-color: #0E150F;
}
.TagClassName
{
border-color: #0E150F;
}
</style>