Shades of Black Bean #0D130D
Tints of Black Bean #0D130D
RGB
CMYK
RGB Variations
Color information
#0D130D (or 0x0D130D) is known color: Black Bean. HEX triplet: 0D, 13 and 0D. RGB value is (13,19,13). Sum of RGB (Red+Green+Blue) = 13+19+13=45 (5% of max value = 765). Red value is 13 (5.47% from 255 or 28.89% from 45); Green value is 19 (7.81% from 255 or 42.22% from 45); Blue value is 13 (5.47% from 255 or 28.89% from 45); Max value from RGB is 19 - color contains mainly: green. Hex color #0D130D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D130D is #F2ECF2. Grayscale: #101010. Windows color (decimal): -15920371 or 856845. OLE color: 856845.
HSL color Cylindrical-coordinate representation of color #0D130D: hue angle of 120º degrees, saturation: 0.19, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #0D130D is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 13 | 19 | 13 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.93 |
| HSL | 120º | 0.19% | 0.06% | - |
| HSV(B) | 120º | 0.32% | 0.07% | - |
| XYZ | 0.47 | 0.58 | 0.47 | - |
| YUV | 16.52 | 126.01 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 19 | 13 | 0.32 | 0 | 0.32 | 0.93 | 120 | 0.19 | 0.06 |
| Hex | D | 13 | D | 20 | 0 | 20 | 5D | 78 | 13 | 6 |
| Octal | 15 | 23 | 15 | 40 | 0 | 40 | 135 | 170 | 23 | 6 |
| Binary | 1101 | 10011 | 1101 | 100000 | 0 | 100000 | 1011101 | 1111000 | 10011 | 110 |
Color Harmonies of #0D130D
Complementary color
Monochromatic Colors of #0D130D
Black with #0D130D
Text Example
Text Example
White with #0D130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D130D; }
p { color: rgb(13,19,13); }
H1.HeaderClassName
{
color: #0D130D;
}
.AnyTagClassName
{
color: #0D130D;
}
</style>
background-color css
<style>
a { background-color: #0D130D; }
a { background-color: rgb(13,19,13); }
div.DivClassName
{
background-color: #0D130D;
}
.BgClassName
{
background-color: #0D130D;
}
</style>
border-color css
<style>
span { border-color: #0D130D; }
span { border-color: rgb(13,19,13); }
td.TdClassName
{
border-color: #0D130D;
}
.TagClassName
{
border-color: #0D130D;
}
</style>