Shades of Black Bean #0C150E
Tints of Black Bean #0C150E
RGB
CMYK
RGB Variations
Color information
#0C150E (or 0x0C150E) is known color: Black Bean. HEX triplet: 0C, 15 and 0E. RGB value is (12,21,14). Sum of RGB (Red+Green+Blue) = 12+21+14=47 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25.53% from 47); Green value is 21 (8.59% from 255 or 44.68% from 47); Blue value is 14 (5.86% from 255 or 29.79% from 47); Max value from RGB is 21 - color contains mainly: green. Hex color #0C150E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C150E is #F3EAF1. Grayscale: #111111. Windows color (decimal): -15985394 or 922892. OLE color: 922892.
HSL color Cylindrical-coordinate representation of color #0C150E: hue angle of 133.33º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #0C150E is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 12 | 21 | 14 | - |
| CMYK | 0.43 | 0 | 0.33 | 0.92 |
| HSL | 133.33º | 0.27% | 0.06% | - |
| HSV(B) | 133.33º | 0.43% | 0.08% | - |
| XYZ | 0.5 | 0.65 | 0.51 | - |
| YUV | 17.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 21 | 14 | 0.43 | 0 | 0.33 | 0.92 | 133.33 | 0.27 | 0.06 |
| Hex | C | 15 | E | 2B | 0 | 21 | 5C | 85 | 1B | 6 |
| Octal | 14 | 25 | 16 | 53 | 0 | 41 | 134 | 205 | 33 | 6 |
| Binary | 1100 | 10101 | 1110 | 101011 | 0 | 100001 | 1011100 | 10000101 | 11011 | 110 |
Color Harmonies of #0C150E
Complementary color
Monochromatic Colors of #0C150E
Black with #0C150E
Text Example
Text Example
White with #0C150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C150E; }
p { color: rgb(12,21,14); }
H1.HeaderClassName
{
color: #0C150E;
}
.AnyTagClassName
{
color: #0C150E;
}
</style>
background-color css
<style>
a { background-color: #0C150E; }
a { background-color: rgb(12,21,14); }
div.DivClassName
{
background-color: #0C150E;
}
.BgClassName
{
background-color: #0C150E;
}
</style>
border-color css
<style>
span { border-color: #0C150E; }
span { border-color: rgb(12,21,14); }
td.TdClassName
{
border-color: #0C150E;
}
.TagClassName
{
border-color: #0C150E;
}
</style>