Shades of Black Bean #112C14
Tints of Black Bean #112C14
RGB
CMYK
RGB Variations
Color information
#112C14 (or 0x112C14) is known color: Black Bean. HEX triplet: 11, 2C and 14. RGB value is (17,44,20). Sum of RGB (Red+Green+Blue) = 17+44+20=81 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.99% from 81); Green value is 44 (17.58% from 255 or 54.32% from 81); Blue value is 20 (8.20% from 255 or 24.69% from 81); Max value from RGB is 44 - color contains mainly: green. Hex color #112C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112C14 is #EED3EB. Grayscale: #212121. Windows color (decimal): -15651820 or 1322001. OLE color: 1322001.
HSL color Cylindrical-coordinate representation of color #112C14: hue angle of 126.67º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #112C14 is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 17 | 44 | 20 | - |
| CMYK | 0.61 | 0 | 0.55 | 0.83 |
| HSL | 126.67º | 0.44% | 0.12% | - |
| HSV(B) | 126.67º | 0.61% | 0.17% | - |
| XYZ | 1.26 | 1.97 | 0.98 | - |
| YUV | 33.19 | 120.55 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 44 | 20 | 0.61 | 0 | 0.55 | 0.83 | 126.67 | 0.44 | 0.12 |
| Hex | 11 | 2C | 14 | 3D | 0 | 37 | 53 | 7F | 2C | C |
| Octal | 21 | 54 | 24 | 75 | 0 | 67 | 123 | 177 | 54 | 14 |
| Binary | 10001 | 101100 | 10100 | 111101 | 0 | 110111 | 1010011 | 1111111 | 101100 | 1100 |
Color Harmonies of #112C14
Complementary color
Monochromatic Colors of #112C14
Black with #112C14
Text Example
Text Example
White with #112C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112C14; }
p { color: rgb(17,44,20); }
H1.HeaderClassName
{
color: #112C14;
}
.AnyTagClassName
{
color: #112C14;
}
</style>
background-color css
<style>
a { background-color: #112C14; }
a { background-color: rgb(17,44,20); }
div.DivClassName
{
background-color: #112C14;
}
.BgClassName
{
background-color: #112C14;
}
</style>
border-color css
<style>
span { border-color: #112C14; }
span { border-color: rgb(17,44,20); }
td.TdClassName
{
border-color: #112C14;
}
.TagClassName
{
border-color: #112C14;
}
</style>