Shades of Black Bean #0D150D
Tints of Black Bean #0D150D
RGB
CMYK
RGB Variations
Color information
#0D150D (or 0x0D150D) is known color: Black Bean. HEX triplet: 0D, 15 and 0D. RGB value is (13,21,13). Sum of RGB (Red+Green+Blue) = 13+21+13=47 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.66% from 47); Green value is 21 (8.59% from 255 or 44.68% from 47); Blue value is 13 (5.47% from 255 or 27.66% from 47); Max value from RGB is 21 - color contains mainly: green. Hex color #0D150D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D150D is #F2EAF2. Grayscale: #111111. Windows color (decimal): -15919859 or 857357. OLE color: 857357.
HSL color Cylindrical-coordinate representation of color #0D150D: hue angle of 120º 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 #0D150D is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 13 | 21 | 13 | - |
| CMYK | 0.38 | 0 | 0.38 | 0.92 |
| HSL | 120º | 0.24% | 0.07% | - |
| HSV(B) | 120º | 0.38% | 0.08% | - |
| XYZ | 0.51 | 0.65 | 0.48 | - |
| YUV | 17.7 | 125.35 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 21 | 13 | 0.38 | 0 | 0.38 | 0.92 | 120 | 0.24 | 0.07 |
| Hex | D | 15 | D | 26 | 0 | 26 | 5C | 78 | 18 | 7 |
| Octal | 15 | 25 | 15 | 46 | 0 | 46 | 134 | 170 | 30 | 7 |
| Binary | 1101 | 10101 | 1101 | 100110 | 0 | 100110 | 1011100 | 1111000 | 11000 | 111 |
Color Harmonies of #0D150D
Complementary color
Monochromatic Colors of #0D150D
Black with #0D150D
Text Example
Text Example
White with #0D150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D150D; }
p { color: rgb(13,21,13); }
H1.HeaderClassName
{
color: #0D150D;
}
.AnyTagClassName
{
color: #0D150D;
}
</style>
background-color css
<style>
a { background-color: #0D150D; }
a { background-color: rgb(13,21,13); }
div.DivClassName
{
background-color: #0D150D;
}
.BgClassName
{
background-color: #0D150D;
}
</style>
border-color css
<style>
span { border-color: #0D150D; }
span { border-color: rgb(13,21,13); }
td.TdClassName
{
border-color: #0D150D;
}
.TagClassName
{
border-color: #0D150D;
}
</style>