Shades of Black Bean #112A16
Tints of Black Bean #112A16
RGB
CMYK
RGB Variations
Color information
#112A16 (or 0x112A16) is known color: Black Bean. HEX triplet: 11, 2A and 16. RGB value is (17,42,22). Sum of RGB (Red+Green+Blue) = 17+42+22=81 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.99% from 81); Green value is 42 (16.80% from 255 or 51.85% from 81); Blue value is 22 (8.98% from 255 or 27.16% from 81); Max value from RGB is 42 - color contains mainly: green. Hex color #112A16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112A16 is #EED5E9. Grayscale: #202020. Windows color (decimal): -15652330 or 1452561. OLE color: 1452561.
HSL color Cylindrical-coordinate representation of color #112A16: hue angle of 132º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #112A16 is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 42 | 22 | - |
| CMYK | 0.60 | 0 | 0.48 | 0.84 |
| HSL | 132º | 0.42% | 0.12% | - |
| HSV(B) | 132º | 0.6% | 0.16% | - |
| XYZ | 1.2 | 1.83 | 1.05 | - |
| YUV | 32.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 42 | 22 | 0.60 | 0 | 0.48 | 0.84 | 132 | 0.42 | 0.12 |
| Hex | 11 | 2A | 16 | 3C | 0 | 30 | 54 | 84 | 2A | C |
| Octal | 21 | 52 | 26 | 74 | 0 | 60 | 124 | 204 | 52 | 14 |
| Binary | 10001 | 101010 | 10110 | 111100 | 0 | 110000 | 1010100 | 10000100 | 101010 | 1100 |
Color Harmonies of #112A16
Complementary color
Monochromatic Colors of #112A16
Black with #112A16
Text Example
Text Example
White with #112A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112A16; }
p { color: rgb(17,42,22); }
H1.HeaderClassName
{
color: #112A16;
}
.AnyTagClassName
{
color: #112A16;
}
</style>
background-color css
<style>
a { background-color: #112A16; }
a { background-color: rgb(17,42,22); }
div.DivClassName
{
background-color: #112A16;
}
.BgClassName
{
background-color: #112A16;
}
</style>
border-color css
<style>
span { border-color: #112A16; }
span { border-color: rgb(17,42,22); }
td.TdClassName
{
border-color: #112A16;
}
.TagClassName
{
border-color: #112A16;
}
</style>