Shades of Black Bean #0C290F
Tints of Black Bean #0C290F
RGB
CMYK
RGB Variations
Color information
#0C290F (or 0x0C290F) is known color: Black Bean. HEX triplet: 0C, 29 and 0F. RGB value is (12,41,15). Sum of RGB (Red+Green+Blue) = 12+41+15=68 (9% of max value = 765). Red value is 12 (5.08% from 255 or 17.65% from 68); Green value is 41 (16.41% from 255 or 60.29% from 68); Blue value is 15 (6.25% from 255 or 22.06% from 68); Max value from RGB is 41 - color contains mainly: green. Hex color #0C290F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C290F is #F3D6F0. Grayscale: #1D1D1D. Windows color (decimal): -15980273 or 993548. OLE color: 993548.
HSL color Cylindrical-coordinate representation of color #0C290F: hue angle of 126.21º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0C290F is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 12 | 41 | 15 | - |
| CMYK | 0.71 | 0 | 0.63 | 0.84 |
| HSL | 126.21º | 0.55% | 0.1% | - |
| HSV(B) | 126.21º | 0.71% | 0.16% | - |
| XYZ | 1.03 | 1.7 | 0.73 | - |
| YUV | 29.37 | 119.89 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 41 | 15 | 0.71 | 0 | 0.63 | 0.84 | 126.21 | 0.55 | 0.1 |
| Hex | C | 29 | F | 47 | 0 | 3F | 54 | 7E | 37 | A |
| Octal | 14 | 51 | 17 | 107 | 0 | 77 | 124 | 176 | 67 | 12 |
| Binary | 1100 | 101001 | 1111 | 1000111 | 0 | 111111 | 1010100 | 1111110 | 110111 | 1010 |
Color Harmonies of #0C290F
Complementary color
Monochromatic Colors of #0C290F
Black with #0C290F
Text Example
Text Example
White with #0C290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C290F; }
p { color: rgb(12,41,15); }
H1.HeaderClassName
{
color: #0C290F;
}
.AnyTagClassName
{
color: #0C290F;
}
</style>
background-color css
<style>
a { background-color: #0C290F; }
a { background-color: rgb(12,41,15); }
div.DivClassName
{
background-color: #0C290F;
}
.BgClassName
{
background-color: #0C290F;
}
</style>
border-color css
<style>
span { border-color: #0C290F; }
span { border-color: rgb(12,41,15); }
td.TdClassName
{
border-color: #0C290F;
}
.TagClassName
{
border-color: #0C290F;
}
</style>