Shades of Black Bean #0C160C
Tints of Black Bean #0C160C
RGB
CMYK
RGB Variations
Color information
#0C160C (or 0x0C160C) is known color: Black Bean. HEX triplet: 0C, 16 and 0C. RGB value is (12,22,12). Sum of RGB (Red+Green+Blue) = 12+22+12=46 (6% of max value = 765). Red value is 12 (5.08% from 255 or 26.09% from 46); Green value is 22 (8.98% from 255 or 47.83% from 46); Blue value is 12 (5.08% from 255 or 26.09% from 46); Max value from RGB is 22 - color contains mainly: green. Hex color #0C160C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C160C is #F3E9F3. Grayscale: #111111. Windows color (decimal): -15985140 or 792076. OLE color: 792076.
HSL color Cylindrical-coordinate representation of color #0C160C: hue angle of 120º degrees, saturation: 0.29, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #0C160C is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 12 | 22 | 12 | - |
| CMYK | 0.45 | 0 | 0.45 | 0.91 |
| HSL | 120º | 0.29% | 0.07% | - |
| HSV(B) | 120º | 0.45% | 0.09% | - |
| XYZ | 0.5 | 0.68 | 0.45 | - |
| YUV | 17.87 | 124.69 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 22 | 12 | 0.45 | 0 | 0.45 | 0.91 | 120 | 0.29 | 0.07 |
| Hex | C | 16 | C | 2D | 0 | 2D | 5B | 78 | 1D | 7 |
| Octal | 14 | 26 | 14 | 55 | 0 | 55 | 133 | 170 | 35 | 7 |
| Binary | 1100 | 10110 | 1100 | 101101 | 0 | 101101 | 1011011 | 1111000 | 11101 | 111 |
Color Harmonies of #0C160C
Complementary color
Monochromatic Colors of #0C160C
Black with #0C160C
Text Example
Text Example
White with #0C160C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C160C; }
p { color: rgb(12,22,12); }
H1.HeaderClassName
{
color: #0C160C;
}
.AnyTagClassName
{
color: #0C160C;
}
</style>
background-color css
<style>
a { background-color: #0C160C; }
a { background-color: rgb(12,22,12); }
div.DivClassName
{
background-color: #0C160C;
}
.BgClassName
{
background-color: #0C160C;
}
</style>
border-color css
<style>
span { border-color: #0C160C; }
span { border-color: rgb(12,22,12); }
td.TdClassName
{
border-color: #0C160C;
}
.TagClassName
{
border-color: #0C160C;
}
</style>