Shades of Black Bean #0D1D0E
Tints of Black Bean #0D1D0E
RGB
CMYK
RGB Variations
Color information
#0D1D0E (or 0x0D1D0E) is known color: Black Bean. HEX triplet: 0D, 1D and 0E. RGB value is (13,29,14). Sum of RGB (Red+Green+Blue) = 13+29+14=56 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.21% from 56); Green value is 29 (11.72% from 255 or 51.79% from 56); Blue value is 14 (5.86% from 255 or 25% from 56); Max value from RGB is 29 - color contains mainly: green. Hex color #0D1D0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1D0E is #F2E2F1. Grayscale: #161616. Windows color (decimal): -15917810 or 924941. OLE color: 924941.
HSL color Cylindrical-coordinate representation of color #0D1D0E: hue angle of 123.75º 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 #0D1D0E is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 13 | 29 | 14 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.89 |
| HSL | 123.75º | 0.38% | 0.08% | - |
| HSV(B) | 123.75º | 0.55% | 0.11% | - |
| XYZ | 0.68 | 1 | 0.57 | - |
| YUV | 22.51 | 123.2 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 29 | 14 | 0.55 | 0 | 0.52 | 0.89 | 123.75 | 0.38 | 0.08 |
| Hex | D | 1D | E | 37 | 0 | 34 | 59 | 7C | 26 | 8 |
| Octal | 15 | 35 | 16 | 67 | 0 | 64 | 131 | 174 | 46 | 10 |
| Binary | 1101 | 11101 | 1110 | 110111 | 0 | 110100 | 1011001 | 1111100 | 100110 | 1000 |
Color Harmonies of #0D1D0E
Complementary color
Monochromatic Colors of #0D1D0E
Black with #0D1D0E
Text Example
Text Example
White with #0D1D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1D0E; }
p { color: rgb(13,29,14); }
H1.HeaderClassName
{
color: #0D1D0E;
}
.AnyTagClassName
{
color: #0D1D0E;
}
</style>
background-color css
<style>
a { background-color: #0D1D0E; }
a { background-color: rgb(13,29,14); }
div.DivClassName
{
background-color: #0D1D0E;
}
.BgClassName
{
background-color: #0D1D0E;
}
</style>
border-color css
<style>
span { border-color: #0D1D0E; }
span { border-color: rgb(13,29,14); }
td.TdClassName
{
border-color: #0D1D0E;
}
.TagClassName
{
border-color: #0D1D0E;
}
</style>