Shades of Black Bean #0C1A11
Tints of Black Bean #0C1A11
RGB
CMYK
RGB Variations
Color information
#0C1A11 (or 0x0C1A11) is known color: Black Bean. HEX triplet: 0C, 1A and 11. RGB value is (12,26,17). Sum of RGB (Red+Green+Blue) = 12+26+17=55 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.82% from 55); Green value is 26 (10.55% from 255 or 47.27% from 55); Blue value is 17 (7.03% from 255 or 30.91% from 55); Max value from RGB is 26 - color contains mainly: green. Hex color #0C1A11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1A11 is #F3E5EE. Grayscale: #141414. Windows color (decimal): -15984111 or 1120780. OLE color: 1120780.
HSL color Cylindrical-coordinate representation of color #0C1A11: hue angle of 141.43º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #0C1A11 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 12 | 26 | 17 | - |
| CMYK | 0.54 | 0 | 0.35 | 0.90 |
| HSL | 141.43º | 0.37% | 0.07% | - |
| HSV(B) | 141.43º | 0.54% | 0.1% | - |
| XYZ | 0.62 | 0.86 | 0.66 | - |
| YUV | 20.79 | 125.86 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 26 | 17 | 0.54 | 0 | 0.35 | 0.90 | 141.43 | 0.37 | 0.07 |
| Hex | C | 1A | 11 | 36 | 0 | 23 | 5A | 8D | 25 | 7 |
| Octal | 14 | 32 | 21 | 66 | 0 | 43 | 132 | 215 | 45 | 7 |
| Binary | 1100 | 11010 | 10001 | 110110 | 0 | 100011 | 1011010 | 10001101 | 100101 | 111 |
Color Harmonies of #0C1A11
Complementary color
Monochromatic Colors of #0C1A11
Black with #0C1A11
Text Example
Text Example
White with #0C1A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1A11; }
p { color: rgb(12,26,17); }
H1.HeaderClassName
{
color: #0C1A11;
}
.AnyTagClassName
{
color: #0C1A11;
}
</style>
background-color css
<style>
a { background-color: #0C1A11; }
a { background-color: rgb(12,26,17); }
div.DivClassName
{
background-color: #0C1A11;
}
.BgClassName
{
background-color: #0C1A11;
}
</style>
border-color css
<style>
span { border-color: #0C1A11; }
span { border-color: rgb(12,26,17); }
td.TdClassName
{
border-color: #0C1A11;
}
.TagClassName
{
border-color: #0C1A11;
}
</style>