Shades of Black Bean #0C120E
Tints of Black Bean #0C120E
RGB
CMYK
RGB Variations
Color information
#0C120E (or 0x0C120E) is known color: Black Bean. HEX triplet: 0C, 12 and 0E. RGB value is (12,18,14). Sum of RGB (Red+Green+Blue) = 12+18+14=44 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.27% from 44); Green value is 18 (7.42% from 255 or 40.91% from 44); Blue value is 14 (5.86% from 255 or 31.82% from 44); Max value from RGB is 18 - color contains mainly: green. Hex color #0C120E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C120E is #F3EDF1. Grayscale: #0F0F0F. Windows color (decimal): -15986162 or 922124. OLE color: 922124.
HSL color Cylindrical-coordinate representation of color #0C120E: hue angle of 140º degrees, saturation: 0.2, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #0C120E is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 12 | 18 | 14 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.93 |
| HSL | 140º | 0.2% | 0.06% | - |
| HSV(B) | 140º | 0.33% | 0.07% | - |
| XYZ | 0.45 | 0.54 | 0.5 | - |
| YUV | 15.75 | 127.01 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 18 | 14 | 0.33 | 0 | 0.22 | 0.93 | 140 | 0.2 | 0.06 |
| Hex | C | 12 | E | 21 | 0 | 16 | 5D | 8C | 14 | 6 |
| Octal | 14 | 22 | 16 | 41 | 0 | 26 | 135 | 214 | 24 | 6 |
| Binary | 1100 | 10010 | 1110 | 100001 | 0 | 10110 | 1011101 | 10001100 | 10100 | 110 |
Color Harmonies of #0C120E
Complementary color
Monochromatic Colors of #0C120E
Black with #0C120E
Text Example
Text Example
White with #0C120E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C120E; }
p { color: rgb(12,18,14); }
H1.HeaderClassName
{
color: #0C120E;
}
.AnyTagClassName
{
color: #0C120E;
}
</style>
background-color css
<style>
a { background-color: #0C120E; }
a { background-color: rgb(12,18,14); }
div.DivClassName
{
background-color: #0C120E;
}
.BgClassName
{
background-color: #0C120E;
}
</style>
border-color css
<style>
span { border-color: #0C120E; }
span { border-color: rgb(12,18,14); }
td.TdClassName
{
border-color: #0C120E;
}
.TagClassName
{
border-color: #0C120E;
}
</style>