Shades of Black Bean #0D1610
Tints of Black Bean #0D1610
RGB
CMYK
RGB Variations
Color information
#0D1610 (or 0x0D1610) is known color: Black Bean. HEX triplet: 0D, 16 and 10. RGB value is (13,22,16). Sum of RGB (Red+Green+Blue) = 13+22+16=51 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25.49% from 51); Green value is 22 (8.98% from 255 or 43.14% from 51); Blue value is 16 (6.64% from 255 or 31.37% from 51); Max value from RGB is 22 - color contains mainly: green. Hex color #0D1610 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1610 is #F2E9EF. Grayscale: #121212. Windows color (decimal): -15919600 or 1054221. OLE color: 1054221.
HSL color Cylindrical-coordinate representation of color #0D1610: hue angle of 140º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #0D1610 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 13 | 22 | 16 | - |
| CMYK | 0.41 | 0 | 0.27 | 0.91 |
| HSL | 140º | 0.26% | 0.07% | - |
| HSV(B) | 140º | 0.41% | 0.09% | - |
| XYZ | 0.55 | 0.7 | 0.6 | - |
| YUV | 18.63 | 126.52 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 22 | 16 | 0.41 | 0 | 0.27 | 0.91 | 140 | 0.26 | 0.07 |
| Hex | D | 16 | 10 | 29 | 0 | 1B | 5B | 8C | 1A | 7 |
| Octal | 15 | 26 | 20 | 51 | 0 | 33 | 133 | 214 | 32 | 7 |
| Binary | 1101 | 10110 | 10000 | 101001 | 0 | 11011 | 1011011 | 10001100 | 11010 | 111 |
Color Harmonies of #0D1610
Complementary color
Monochromatic Colors of #0D1610
Black with #0D1610
Text Example
Text Example
White with #0D1610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1610; }
p { color: rgb(13,22,16); }
H1.HeaderClassName
{
color: #0D1610;
}
.AnyTagClassName
{
color: #0D1610;
}
</style>
background-color css
<style>
a { background-color: #0D1610; }
a { background-color: rgb(13,22,16); }
div.DivClassName
{
background-color: #0D1610;
}
.BgClassName
{
background-color: #0D1610;
}
</style>
border-color css
<style>
span { border-color: #0D1610; }
span { border-color: rgb(13,22,16); }
td.TdClassName
{
border-color: #0D1610;
}
.TagClassName
{
border-color: #0D1610;
}
</style>