Shades of Black Bean #122E16
Tints of Black Bean #122E16
RGB
CMYK
RGB Variations
Color information
#122E16 (or 0x122E16) is known color: Black Bean. HEX triplet: 12, 2E and 16. RGB value is (18,46,22). Sum of RGB (Red+Green+Blue) = 18+46+22=86 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.93% from 86); Green value is 46 (18.36% from 255 or 53.49% from 86); Blue value is 22 (8.98% from 255 or 25.58% from 86); Max value from RGB is 46 - color contains mainly: green. Hex color #122E16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122E16 is #EDD1E9. Grayscale: #222222. Windows color (decimal): -15585770 or 1453586. OLE color: 1453586.
HSL color Cylindrical-coordinate representation of color #122E16: hue angle of 128.57º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #122E16 is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 46 | 22 | - |
| CMYK | 0.61 | 0 | 0.52 | 0.82 |
| HSL | 128.57º | 0.44% | 0.13% | - |
| HSV(B) | 128.57º | 0.61% | 0.18% | - |
| XYZ | 1.37 | 2.14 | 1.1 | - |
| YUV | 34.89 | 120.72 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 22 | 0.61 | 0 | 0.52 | 0.82 | 128.57 | 0.44 | 0.13 |
| Hex | 12 | 2E | 16 | 3D | 0 | 34 | 52 | 81 | 2C | D |
| Octal | 22 | 56 | 26 | 75 | 0 | 64 | 122 | 201 | 54 | 15 |
| Binary | 10010 | 101110 | 10110 | 111101 | 0 | 110100 | 1010010 | 10000001 | 101100 | 1101 |
Color Harmonies of #122E16
Complementary color
Monochromatic Colors of #122E16
Black with #122E16
Text Example
Text Example
White with #122E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122E16; }
p { color: rgb(18,46,22); }
H1.HeaderClassName
{
color: #122E16;
}
.AnyTagClassName
{
color: #122E16;
}
</style>
background-color css
<style>
a { background-color: #122E16; }
a { background-color: rgb(18,46,22); }
div.DivClassName
{
background-color: #122E16;
}
.BgClassName
{
background-color: #122E16;
}
</style>
border-color css
<style>
span { border-color: #122E16; }
span { border-color: rgb(18,46,22); }
td.TdClassName
{
border-color: #122E16;
}
.TagClassName
{
border-color: #122E16;
}
</style>