Shades of Black Bean #0D150E
Tints of Black Bean #0D150E
RGB
CMYK
RGB Variations
Color information
#0D150E (or 0x0D150E) is known color: Black Bean. HEX triplet: 0D, 15 and 0E. RGB value is (13,21,14). Sum of RGB (Red+Green+Blue) = 13+21+14=48 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.08% from 48); Green value is 21 (8.59% from 255 or 43.75% from 48); Blue value is 14 (5.86% from 255 or 29.17% from 48); Max value from RGB is 21 - color contains mainly: green. Hex color #0D150E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D150E is #F2EAF1. Grayscale: #111111. Windows color (decimal): -15919858 or 922893. OLE color: 922893.
HSL color Cylindrical-coordinate representation of color #0D150E: hue angle of 127.5º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0D150E is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 13 | 21 | 14 | - |
| CMYK | 0.38 | 0 | 0.33 | 0.92 |
| HSL | 127.5º | 0.24% | 0.07% | - |
| HSV(B) | 127.5º | 0.38% | 0.08% | - |
| XYZ | 0.51 | 0.65 | 0.51 | - |
| YUV | 17.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 21 | 14 | 0.38 | 0 | 0.33 | 0.92 | 127.5 | 0.24 | 0.07 |
| Hex | D | 15 | E | 26 | 0 | 21 | 5C | 80 | 18 | 7 |
| Octal | 15 | 25 | 16 | 46 | 0 | 41 | 134 | 200 | 30 | 7 |
| Binary | 1101 | 10101 | 1110 | 100110 | 0 | 100001 | 1011100 | 10000000 | 11000 | 111 |
Color Harmonies of #0D150E
Complementary color
Monochromatic Colors of #0D150E
Black with #0D150E
Text Example
Text Example
White with #0D150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D150E; }
p { color: rgb(13,21,14); }
H1.HeaderClassName
{
color: #0D150E;
}
.AnyTagClassName
{
color: #0D150E;
}
</style>
background-color css
<style>
a { background-color: #0D150E; }
a { background-color: rgb(13,21,14); }
div.DivClassName
{
background-color: #0D150E;
}
.BgClassName
{
background-color: #0D150E;
}
</style>
border-color css
<style>
span { border-color: #0D150E; }
span { border-color: rgb(13,21,14); }
td.TdClassName
{
border-color: #0D150E;
}
.TagClassName
{
border-color: #0D150E;
}
</style>