Shades of Black Bean #0C100D
Tints of Black Bean #0C100D
RGB
CMYK
RGB Variations
Color information
#0C100D (or 0x0C100D) is known color: Black Bean. HEX triplet: 0C, 10 and 0D. RGB value is (12,16,13). Sum of RGB (Red+Green+Blue) = 12+16+13=41 (5% of max value = 765). Red value is 12 (5.08% from 255 or 29.27% from 41); Green value is 16 (6.64% from 255 or 39.02% from 41); Blue value is 13 (5.47% from 255 or 31.71% from 41); Max value from RGB is 16 - color contains mainly: green. Hex color #0C100D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C100D is #F3EFF2. Grayscale: #0E0E0E. Windows color (decimal): -15986675 or 856076. OLE color: 856076.
HSL color Cylindrical-coordinate representation of color #0C100D: hue angle of 135º degrees, saturation: 0.14, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #0C100D is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 12 | 16 | 13 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.94 |
| HSL | 135º | 0.14% | 0.05% | - |
| HSV(B) | 135º | 0.25% | 0.06% | - |
| XYZ | 0.41 | 0.48 | 0.45 | - |
| YUV | 14.46 | 127.17 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 16 | 13 | 0.25 | 0 | 0.19 | 0.94 | 135 | 0.14 | 0.05 |
| Hex | C | 10 | D | 19 | 0 | 13 | 5E | 87 | E | 5 |
| Octal | 14 | 20 | 15 | 31 | 0 | 23 | 136 | 207 | 16 | 5 |
| Binary | 1100 | 10000 | 1101 | 11001 | 0 | 10011 | 1011110 | 10000111 | 1110 | 101 |
Color Harmonies of #0C100D
Complementary color
Monochromatic Colors of #0C100D
Black with #0C100D
Text Example
Text Example
White with #0C100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C100D; }
p { color: rgb(12,16,13); }
H1.HeaderClassName
{
color: #0C100D;
}
.AnyTagClassName
{
color: #0C100D;
}
</style>
background-color css
<style>
a { background-color: #0C100D; }
a { background-color: rgb(12,16,13); }
div.DivClassName
{
background-color: #0C100D;
}
.BgClassName
{
background-color: #0C100D;
}
</style>
border-color css
<style>
span { border-color: #0C100D; }
span { border-color: rgb(12,16,13); }
td.TdClassName
{
border-color: #0C100D;
}
.TagClassName
{
border-color: #0C100D;
}
</style>