Shades of Black Bean #0D1C12
Tints of Black Bean #0D1C12
RGB
CMYK
RGB Variations
Color information
#0D1C12 (or 0x0D1C12) is known color: Black Bean. HEX triplet: 0D, 1C and 12. RGB value is (13,28,18). Sum of RGB (Red+Green+Blue) = 13+28+18=59 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.03% from 59); Green value is 28 (11.33% from 255 or 47.46% from 59); Blue value is 18 (7.42% from 255 or 30.51% from 59); Max value from RGB is 28 - color contains mainly: green. Hex color #0D1C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1C12 is #F2E3ED. Grayscale: #161616. Windows color (decimal): -15918062 or 1186829. OLE color: 1186829.
HSL color Cylindrical-coordinate representation of color #0D1C12: hue angle of 140º 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 #0D1C12 is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 13 | 28 | 18 | - |
| CMYK | 0.54 | 0 | 0.36 | 0.89 |
| HSL | 140º | 0.37% | 0.08% | - |
| HSV(B) | 140º | 0.54% | 0.11% | - |
| XYZ | 0.69 | 0.96 | 0.72 | - |
| YUV | 22.38 | 125.53 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 28 | 18 | 0.54 | 0 | 0.36 | 0.89 | 140 | 0.37 | 0.08 |
| Hex | D | 1C | 12 | 36 | 0 | 24 | 59 | 8C | 25 | 8 |
| Octal | 15 | 34 | 22 | 66 | 0 | 44 | 131 | 214 | 45 | 10 |
| Binary | 1101 | 11100 | 10010 | 110110 | 0 | 100100 | 1011001 | 10001100 | 100101 | 1000 |
Color Harmonies of #0D1C12
Complementary color
Monochromatic Colors of #0D1C12
Black with #0D1C12
Text Example
Text Example
White with #0D1C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1C12; }
p { color: rgb(13,28,18); }
H1.HeaderClassName
{
color: #0D1C12;
}
.AnyTagClassName
{
color: #0D1C12;
}
</style>
background-color css
<style>
a { background-color: #0D1C12; }
a { background-color: rgb(13,28,18); }
div.DivClassName
{
background-color: #0D1C12;
}
.BgClassName
{
background-color: #0D1C12;
}
</style>
border-color css
<style>
span { border-color: #0D1C12; }
span { border-color: rgb(13,28,18); }
td.TdClassName
{
border-color: #0D1C12;
}
.TagClassName
{
border-color: #0D1C12;
}
</style>