Shades of Black Bean #0D0F0D
Tints of Black Bean #0D0F0D
RGB
CMYK
RGB Variations
Color information
#0D0F0D (or 0x0D0F0D) is known color: Black Bean. HEX triplet: 0D, 0F and 0D. RGB value is (13,15,13). Sum of RGB (Red+Green+Blue) = 13+15+13=41 (5% of max value = 765). Red value is 13 (5.47% from 255 or 31.71% from 41); Green value is 15 (6.25% from 255 or 36.59% from 41); Blue value is 13 (5.47% from 255 or 31.71% from 41); Max value from RGB is 15 - color contains mainly: green. Hex color #0D0F0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0F0D is #F2F0F2. Grayscale: #0E0E0E. Windows color (decimal): -15921395 or 855821. OLE color: 855821.
HSL color Cylindrical-coordinate representation of color #0D0F0D: hue angle of 120º degrees, saturation: 0.07, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #0D0F0D is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 13 | 15 | 13 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.94 |
| HSL | 120º | 0.07% | 0.05% | - |
| HSV(B) | 120º | 0.13% | 0.06% | - |
| XYZ | 0.41 | 0.46 | 0.45 | - |
| YUV | 14.17 | 127.34 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 15 | 13 | 0.13 | 0 | 0.13 | 0.94 | 120 | 0.07 | 0.05 |
| Hex | D | F | D | D | 0 | D | 5E | 78 | 7 | 5 |
| Octal | 15 | 17 | 15 | 15 | 0 | 15 | 136 | 170 | 7 | 5 |
| Binary | 1101 | 1111 | 1101 | 1101 | 0 | 1101 | 1011110 | 1111000 | 111 | 101 |
Color Harmonies of #0D0F0D
Complementary color
Monochromatic Colors of #0D0F0D
Black with #0D0F0D
Text Example
Text Example
White with #0D0F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0F0D; }
p { color: rgb(13,15,13); }
H1.HeaderClassName
{
color: #0D0F0D;
}
.AnyTagClassName
{
color: #0D0F0D;
}
</style>
background-color css
<style>
a { background-color: #0D0F0D; }
a { background-color: rgb(13,15,13); }
div.DivClassName
{
background-color: #0D0F0D;
}
.BgClassName
{
background-color: #0D0F0D;
}
</style>
border-color css
<style>
span { border-color: #0D0F0D; }
span { border-color: rgb(13,15,13); }
td.TdClassName
{
border-color: #0D0F0D;
}
.TagClassName
{
border-color: #0D0F0D;
}
</style>