Shades of Black Bean #0C130E
Tints of Black Bean #0C130E
RGB
CMYK
RGB Variations
Color information
#0C130E (or 0x0C130E) is known color: Black Bean. HEX triplet: 0C, 13 and 0E. RGB value is (12,19,14). Sum of RGB (Red+Green+Blue) = 12+19+14=45 (5% of max value = 765). Red value is 12 (5.08% from 255 or 26.67% from 45); Green value is 19 (7.81% from 255 or 42.22% from 45); Blue value is 14 (5.86% from 255 or 31.11% from 45); Max value from RGB is 19 - color contains mainly: green. Hex color #0C130E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C130E is #F3ECF1. Grayscale: #101010. Windows color (decimal): -15985906 or 922380. OLE color: 922380.
HSL color Cylindrical-coordinate representation of color #0C130E: hue angle of 137.14º degrees, saturation: 0.23, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #0C130E is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 12 | 19 | 14 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.93 |
| HSL | 137.14º | 0.23% | 0.06% | - |
| HSV(B) | 137.14º | 0.37% | 0.07% | - |
| XYZ | 0.46 | 0.58 | 0.5 | - |
| YUV | 16.34 | 126.68 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 19 | 14 | 0.37 | 0 | 0.26 | 0.93 | 137.14 | 0.23 | 0.06 |
| Hex | C | 13 | E | 25 | 0 | 1A | 5D | 89 | 17 | 6 |
| Octal | 14 | 23 | 16 | 45 | 0 | 32 | 135 | 211 | 27 | 6 |
| Binary | 1100 | 10011 | 1110 | 100101 | 0 | 11010 | 1011101 | 10001001 | 10111 | 110 |
Color Harmonies of #0C130E
Complementary color
Monochromatic Colors of #0C130E
Black with #0C130E
Text Example
Text Example
White with #0C130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C130E; }
p { color: rgb(12,19,14); }
H1.HeaderClassName
{
color: #0C130E;
}
.AnyTagClassName
{
color: #0C130E;
}
</style>
background-color css
<style>
a { background-color: #0C130E; }
a { background-color: rgb(12,19,14); }
div.DivClassName
{
background-color: #0C130E;
}
.BgClassName
{
background-color: #0C130E;
}
</style>
border-color css
<style>
span { border-color: #0C130E; }
span { border-color: rgb(12,19,14); }
td.TdClassName
{
border-color: #0C130E;
}
.TagClassName
{
border-color: #0C130E;
}
</style>