Shades of Black Bean #0D1C0D
Tints of Black Bean #0D1C0D
RGB
CMYK
RGB Variations
Color information
#0D1C0D (or 0x0D1C0D) is known color: Black Bean. HEX triplet: 0D, 1C and 0D. RGB value is (13,28,13). Sum of RGB (Red+Green+Blue) = 13+28+13=54 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.07% from 54); Green value is 28 (11.33% from 255 or 51.85% from 54); Blue value is 13 (5.47% from 255 or 24.07% from 54); Max value from RGB is 28 - color contains mainly: green. Hex color #0D1C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1C0D is #F2E3F2. Grayscale: #151515. Windows color (decimal): -15918067 or 859149. OLE color: 859149.
HSL color Cylindrical-coordinate representation of color #0D1C0D: hue angle of 120º degrees, saturation: 0.37, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #0D1C0D is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 13 | 28 | 13 | - |
| CMYK | 0.54 | 0 | 0.54 | 0.89 |
| HSL | 120º | 0.37% | 0.08% | - |
| HSV(B) | 120º | 0.54% | 0.11% | - |
| XYZ | 0.65 | 0.95 | 0.53 | - |
| YUV | 21.81 | 123.03 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 28 | 13 | 0.54 | 0 | 0.54 | 0.89 | 120 | 0.37 | 0.08 |
| Hex | D | 1C | D | 36 | 0 | 36 | 59 | 78 | 25 | 8 |
| Octal | 15 | 34 | 15 | 66 | 0 | 66 | 131 | 170 | 45 | 10 |
| Binary | 1101 | 11100 | 1101 | 110110 | 0 | 110110 | 1011001 | 1111000 | 100101 | 1000 |
Color Harmonies of #0D1C0D
Complementary color
Monochromatic Colors of #0D1C0D
Black with #0D1C0D
Text Example
Text Example
White with #0D1C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1C0D; }
p { color: rgb(13,28,13); }
H1.HeaderClassName
{
color: #0D1C0D;
}
.AnyTagClassName
{
color: #0D1C0D;
}
</style>
background-color css
<style>
a { background-color: #0D1C0D; }
a { background-color: rgb(13,28,13); }
div.DivClassName
{
background-color: #0D1C0D;
}
.BgClassName
{
background-color: #0D1C0D;
}
</style>
border-color css
<style>
span { border-color: #0D1C0D; }
span { border-color: rgb(13,28,13); }
td.TdClassName
{
border-color: #0D1C0D;
}
.TagClassName
{
border-color: #0D1C0D;
}
</style>