Shades of Black Bean #0C2D10
Tints of Black Bean #0C2D10
RGB
CMYK
RGB Variations
Color information
#0C2D10 (or 0x0C2D10) is known color: Black Bean. HEX triplet: 0C, 2D and 10. RGB value is (12,45,16). Sum of RGB (Red+Green+Blue) = 12+45+16=73 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.44% from 73); Green value is 45 (17.97% from 255 or 61.64% from 73); Blue value is 16 (6.64% from 255 or 21.92% from 73); Max value from RGB is 45 - color contains mainly: green. Hex color #0C2D10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2D10 is #F3D2EF. Grayscale: #1F1F1F. Windows color (decimal): -15979248 or 1060108. OLE color: 1060108.
HSL color Cylindrical-coordinate representation of color #0C2D10: hue angle of 127.27º degrees, saturation: 0.58, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0C2D10 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 12 | 45 | 16 | - |
| CMYK | 0.73 | 0 | 0.64 | 0.82 |
| HSL | 127.27º | 0.58% | 0.11% | - |
| HSV(B) | 127.27º | 0.73% | 0.18% | - |
| XYZ | 1.18 | 1.99 | 0.81 | - |
| YUV | 31.83 | 119.07 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 45 | 16 | 0.73 | 0 | 0.64 | 0.82 | 127.27 | 0.58 | 0.11 |
| Hex | C | 2D | 10 | 49 | 0 | 40 | 52 | 7F | 3A | B |
| Octal | 14 | 55 | 20 | 111 | 0 | 100 | 122 | 177 | 72 | 13 |
| Binary | 1100 | 101101 | 10000 | 1001001 | 0 | 1000000 | 1010010 | 1111111 | 111010 | 1011 |
Color Harmonies of #0C2D10
Complementary color
Monochromatic Colors of #0C2D10
Black with #0C2D10
Text Example
Text Example
White with #0C2D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2D10; }
p { color: rgb(12,45,16); }
H1.HeaderClassName
{
color: #0C2D10;
}
.AnyTagClassName
{
color: #0C2D10;
}
</style>
background-color css
<style>
a { background-color: #0C2D10; }
a { background-color: rgb(12,45,16); }
div.DivClassName
{
background-color: #0C2D10;
}
.BgClassName
{
background-color: #0C2D10;
}
</style>
border-color css
<style>
span { border-color: #0C2D10; }
span { border-color: rgb(12,45,16); }
td.TdClassName
{
border-color: #0C2D10;
}
.TagClassName
{
border-color: #0C2D10;
}
</style>