Shades of Black Bean #0D120E
Tints of Black Bean #0D120E
RGB
CMYK
RGB Variations
Color information
#0D120E (or 0x0D120E) is known color: Black Bean. HEX triplet: 0D, 12 and 0E. RGB value is (13,18,14). Sum of RGB (Red+Green+Blue) = 13+18+14=45 (5% of max value = 765). Red value is 13 (5.47% from 255 or 28.89% from 45); Green value is 18 (7.42% from 255 or 40% from 45); Blue value is 14 (5.86% from 255 or 31.11% from 45); Max value from RGB is 18 - color contains mainly: green. Hex color #0D120E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D120E is #F2EDF1. Grayscale: #101010. Windows color (decimal): -15920626 or 922125. OLE color: 922125.
HSL color Cylindrical-coordinate representation of color #0D120E: hue angle of 132º degrees, saturation: 0.16, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #0D120E is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 13 | 18 | 14 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.93 |
| HSL | 132º | 0.16% | 0.06% | - |
| HSV(B) | 132º | 0.28% | 0.07% | - |
| XYZ | 0.46 | 0.55 | 0.5 | - |
| YUV | 16.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 18 | 14 | 0.28 | 0 | 0.22 | 0.93 | 132 | 0.16 | 0.06 |
| Hex | D | 12 | E | 1C | 0 | 16 | 5D | 84 | 10 | 6 |
| Octal | 15 | 22 | 16 | 34 | 0 | 26 | 135 | 204 | 20 | 6 |
| Binary | 1101 | 10010 | 1110 | 11100 | 0 | 10110 | 1011101 | 10000100 | 10000 | 110 |
Color Harmonies of #0D120E
Complementary color
Monochromatic Colors of #0D120E
Black with #0D120E
Text Example
Text Example
White with #0D120E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D120E; }
p { color: rgb(13,18,14); }
H1.HeaderClassName
{
color: #0D120E;
}
.AnyTagClassName
{
color: #0D120E;
}
</style>
background-color css
<style>
a { background-color: #0D120E; }
a { background-color: rgb(13,18,14); }
div.DivClassName
{
background-color: #0D120E;
}
.BgClassName
{
background-color: #0D120E;
}
</style>
border-color css
<style>
span { border-color: #0D120E; }
span { border-color: rgb(13,18,14); }
td.TdClassName
{
border-color: #0D120E;
}
.TagClassName
{
border-color: #0D120E;
}
</style>