Shades of Black Bean #0C0F0D
Tints of Black Bean #0C0F0D
RGB
CMYK
RGB Variations
Color information
#0C0F0D (or 0x0C0F0D) is known color: Black Bean. HEX triplet: 0C, 0F and 0D. RGB value is (12,15,13). Sum of RGB (Red+Green+Blue) = 12+15+13=40 (5% of max value = 765). Red value is 12 (5.08% from 255 or 30% from 40); Green value is 15 (6.25% from 255 or 37.5% from 40); Blue value is 13 (5.47% from 255 or 32.5% from 40); Max value from RGB is 15 - color contains mainly: green. Hex color #0C0F0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0F0D is #F3F0F2. Grayscale: #0D0D0D. Windows color (decimal): -15986931 or 855820. OLE color: 855820.
HSL color Cylindrical-coordinate representation of color #0C0F0D: hue angle of 140º degrees, saturation: 0.11, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #0C0F0D is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 12 | 15 | 13 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.94 |
| HSL | 140º | 0.11% | 0.05% | - |
| HSV(B) | 140º | 0.2% | 0.06% | - |
| XYZ | 0.4 | 0.45 | 0.45 | - |
| YUV | 13.88 | 127.51 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 15 | 13 | 0.20 | 0 | 0.13 | 0.94 | 140 | 0.11 | 0.05 |
| Hex | C | F | D | 14 | 0 | D | 5E | 8C | B | 5 |
| Octal | 14 | 17 | 15 | 24 | 0 | 15 | 136 | 214 | 13 | 5 |
| Binary | 1100 | 1111 | 1101 | 10100 | 0 | 1101 | 1011110 | 10001100 | 1011 | 101 |
Color Harmonies of #0C0F0D
Complementary color
Monochromatic Colors of #0C0F0D
Black with #0C0F0D
Text Example
Text Example
White with #0C0F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0F0D; }
p { color: rgb(12,15,13); }
H1.HeaderClassName
{
color: #0C0F0D;
}
.AnyTagClassName
{
color: #0C0F0D;
}
</style>
background-color css
<style>
a { background-color: #0C0F0D; }
a { background-color: rgb(12,15,13); }
div.DivClassName
{
background-color: #0C0F0D;
}
.BgClassName
{
background-color: #0C0F0D;
}
</style>
border-color css
<style>
span { border-color: #0C0F0D; }
span { border-color: rgb(12,15,13); }
td.TdClassName
{
border-color: #0C0F0D;
}
.TagClassName
{
border-color: #0C0F0D;
}
</style>