Shades of Black Bean #112C13
Tints of Black Bean #112C13
RGB
CMYK
RGB Variations
Color information
#112C13 (or 0x112C13) is known color: Black Bean. HEX triplet: 11, 2C and 13. RGB value is (17,44,19). Sum of RGB (Red+Green+Blue) = 17+44+19=80 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.25% from 80); Green value is 44 (17.58% from 255 or 55% from 80); Blue value is 19 (7.81% from 255 or 23.75% from 80); Max value from RGB is 44 - color contains mainly: green. Hex color #112C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112C13 is #EED3EC. Grayscale: #212121. Windows color (decimal): -15651821 or 1256465. OLE color: 1256465.
HSL color Cylindrical-coordinate representation of color #112C13: hue angle of 124.44º 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 #112C13 is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 17 | 44 | 19 | - |
| CMYK | 0.61 | 0 | 0.57 | 0.83 |
| HSL | 124.44º | 0.44% | 0.12% | - |
| HSV(B) | 124.44º | 0.61% | 0.17% | - |
| XYZ | 1.25 | 1.97 | 0.93 | - |
| YUV | 33.08 | 120.05 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 44 | 19 | 0.61 | 0 | 0.57 | 0.83 | 124.44 | 0.44 | 0.12 |
| Hex | 11 | 2C | 13 | 3D | 0 | 39 | 53 | 7C | 2C | C |
| Octal | 21 | 54 | 23 | 75 | 0 | 71 | 123 | 174 | 54 | 14 |
| Binary | 10001 | 101100 | 10011 | 111101 | 0 | 111001 | 1010011 | 1111100 | 101100 | 1100 |
Color Harmonies of #112C13
Complementary color
Monochromatic Colors of #112C13
Black with #112C13
Text Example
Text Example
White with #112C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112C13; }
p { color: rgb(17,44,19); }
H1.HeaderClassName
{
color: #112C13;
}
.AnyTagClassName
{
color: #112C13;
}
</style>
background-color css
<style>
a { background-color: #112C13; }
a { background-color: rgb(17,44,19); }
div.DivClassName
{
background-color: #112C13;
}
.BgClassName
{
background-color: #112C13;
}
</style>
border-color css
<style>
span { border-color: #112C13; }
span { border-color: rgb(17,44,19); }
td.TdClassName
{
border-color: #112C13;
}
.TagClassName
{
border-color: #112C13;
}
</style>