Shades of Black Bean #0C1A10
Tints of Black Bean #0C1A10
RGB
CMYK
RGB Variations
Color information
#0C1A10 (or 0x0C1A10) is known color: Black Bean. HEX triplet: 0C, 1A and 10. RGB value is (12,26,16). Sum of RGB (Red+Green+Blue) = 12+26+16=54 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.22% from 54); Green value is 26 (10.55% from 255 or 48.15% from 54); Blue value is 16 (6.64% from 255 or 29.63% from 54); Max value from RGB is 26 - color contains mainly: green. Hex color #0C1A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1A10 is #F3E5EF. Grayscale: #141414. Windows color (decimal): -15984112 or 1055244. OLE color: 1055244.
HSL color Cylindrical-coordinate representation of color #0C1A10: hue angle of 137.14º 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 #0C1A10 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 12 | 26 | 16 | - |
| CMYK | 0.54 | 0 | 0.38 | 0.90 |
| HSL | 137.14º | 0.37% | 0.07% | - |
| HSV(B) | 137.14º | 0.54% | 0.1% | - |
| XYZ | 0.61 | 0.85 | 0.62 | - |
| YUV | 20.67 | 125.36 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 26 | 16 | 0.54 | 0 | 0.38 | 0.90 | 137.14 | 0.37 | 0.07 |
| Hex | C | 1A | 10 | 36 | 0 | 26 | 5A | 89 | 25 | 7 |
| Octal | 14 | 32 | 20 | 66 | 0 | 46 | 132 | 211 | 45 | 7 |
| Binary | 1100 | 11010 | 10000 | 110110 | 0 | 100110 | 1011010 | 10001001 | 100101 | 111 |
Color Harmonies of #0C1A10
Complementary color
Monochromatic Colors of #0C1A10
Black with #0C1A10
Text Example
Text Example
White with #0C1A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1A10; }
p { color: rgb(12,26,16); }
H1.HeaderClassName
{
color: #0C1A10;
}
.AnyTagClassName
{
color: #0C1A10;
}
</style>
background-color css
<style>
a { background-color: #0C1A10; }
a { background-color: rgb(12,26,16); }
div.DivClassName
{
background-color: #0C1A10;
}
.BgClassName
{
background-color: #0C1A10;
}
</style>
border-color css
<style>
span { border-color: #0C1A10; }
span { border-color: rgb(12,26,16); }
td.TdClassName
{
border-color: #0C1A10;
}
.TagClassName
{
border-color: #0C1A10;
}
</style>