Shades of Black Bean #0D1D0D
Tints of Black Bean #0D1D0D
RGB
CMYK
RGB Variations
Color information
#0D1D0D (or 0x0D1D0D) is known color: Black Bean. HEX triplet: 0D, 1D and 0D. RGB value is (13,29,13). Sum of RGB (Red+Green+Blue) = 13+29+13=55 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.64% from 55); Green value is 29 (11.72% from 255 or 52.73% from 55); Blue value is 13 (5.47% from 255 or 23.64% from 55); Max value from RGB is 29 - color contains mainly: green. Hex color #0D1D0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1D0D is #F2E2F2. Grayscale: #161616. Windows color (decimal): -15917811 or 859405. OLE color: 859405.
HSL color Cylindrical-coordinate representation of color #0D1D0D: hue angle of 120º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0D1D0D is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 13 | 29 | 13 | - |
| CMYK | 0.55 | 0 | 0.55 | 0.89 |
| HSL | 120º | 0.38% | 0.08% | - |
| HSV(B) | 120º | 0.55% | 0.11% | - |
| XYZ | 0.68 | 0.99 | 0.54 | - |
| YUV | 22.39 | 122.7 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 29 | 13 | 0.55 | 0 | 0.55 | 0.89 | 120 | 0.38 | 0.08 |
| Hex | D | 1D | D | 37 | 0 | 37 | 59 | 78 | 26 | 8 |
| Octal | 15 | 35 | 15 | 67 | 0 | 67 | 131 | 170 | 46 | 10 |
| Binary | 1101 | 11101 | 1101 | 110111 | 0 | 110111 | 1011001 | 1111000 | 100110 | 1000 |
Color Harmonies of #0D1D0D
Complementary color
Monochromatic Colors of #0D1D0D
Black with #0D1D0D
Text Example
Text Example
White with #0D1D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1D0D; }
p { color: rgb(13,29,13); }
H1.HeaderClassName
{
color: #0D1D0D;
}
.AnyTagClassName
{
color: #0D1D0D;
}
</style>
background-color css
<style>
a { background-color: #0D1D0D; }
a { background-color: rgb(13,29,13); }
div.DivClassName
{
background-color: #0D1D0D;
}
.BgClassName
{
background-color: #0D1D0D;
}
</style>
border-color css
<style>
span { border-color: #0D1D0D; }
span { border-color: rgb(13,29,13); }
td.TdClassName
{
border-color: #0D1D0D;
}
.TagClassName
{
border-color: #0D1D0D;
}
</style>