Shades of Black Bean #123116
Tints of Black Bean #123116
RGB
CMYK
RGB Variations
Color information
#123116 (or 0x123116) is known color: Black Bean. HEX triplet: 12, 31 and 16. RGB value is (18,49,22). Sum of RGB (Red+Green+Blue) = 18+49+22=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 49 (19.53% from 255 or 55.06% from 89); Blue value is 22 (8.98% from 255 or 24.72% from 89); Max value from RGB is 49 - color contains mainly: green. Hex color #123116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123116 is #EDCEE9. Grayscale: #242424. Windows color (decimal): -15585002 or 1454354. OLE color: 1454354.
HSL color Cylindrical-coordinate representation of color #123116: hue angle of 127.74º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #123116 is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 49 | 22 | - |
| CMYK | 0.63 | 0 | 0.55 | 0.81 |
| HSL | 127.74º | 0.46% | 0.13% | - |
| HSV(B) | 127.74º | 0.63% | 0.19% | - |
| XYZ | 1.49 | 2.38 | 1.14 | - |
| YUV | 36.65 | 119.73 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 22 | 0.63 | 0 | 0.55 | 0.81 | 127.74 | 0.46 | 0.13 |
| Hex | 12 | 31 | 16 | 3F | 0 | 37 | 51 | 80 | 2E | D |
| Octal | 22 | 61 | 26 | 77 | 0 | 67 | 121 | 200 | 56 | 15 |
| Binary | 10010 | 110001 | 10110 | 111111 | 0 | 110111 | 1010001 | 10000000 | 101110 | 1101 |
Color Harmonies of #123116
Complementary color
Monochromatic Colors of #123116
Black with #123116
Text Example
Text Example
White with #123116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123116; }
p { color: rgb(18,49,22); }
H1.HeaderClassName
{
color: #123116;
}
.AnyTagClassName
{
color: #123116;
}
</style>
background-color css
<style>
a { background-color: #123116; }
a { background-color: rgb(18,49,22); }
div.DivClassName
{
background-color: #123116;
}
.BgClassName
{
background-color: #123116;
}
</style>
border-color css
<style>
span { border-color: #123116; }
span { border-color: rgb(18,49,22); }
td.TdClassName
{
border-color: #123116;
}
.TagClassName
{
border-color: #123116;
}
</style>