Shades of Black Bean #121D16
Tints of Black Bean #121D16
RGB
CMYK
RGB Variations
Color information
#121D16 (or 0x121D16) is known color: Black Bean. HEX triplet: 12, 1D and 16. RGB value is (18,29,22). Sum of RGB (Red+Green+Blue) = 18+29+22=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 29 (11.72% from 255 or 42.03% from 69); Blue value is 22 (8.98% from 255 or 31.88% from 69); Max value from RGB is 29 - color contains mainly: green. Hex color #121D16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121D16 is #EDE2E9. Grayscale: #181818. Windows color (decimal): -15590122 or 1449234. OLE color: 1449234.
HSL color Cylindrical-coordinate representation of color #121D16: hue angle of 141.82º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #121D16 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 29 | 22 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.89 |
| HSL | 141.82º | 0.23% | 0.09% | - |
| HSV(B) | 141.82º | 0.38% | 0.11% | - |
| XYZ | 0.83 | 1.07 | 0.92 | - |
| YUV | 24.91 | 126.36 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 22 | 0.38 | 0 | 0.24 | 0.89 | 141.82 | 0.23 | 0.09 |
| Hex | 12 | 1D | 16 | 26 | 0 | 18 | 59 | 8E | 17 | 9 |
| Octal | 22 | 35 | 26 | 46 | 0 | 30 | 131 | 216 | 27 | 11 |
| Binary | 10010 | 11101 | 10110 | 100110 | 0 | 11000 | 1011001 | 10001110 | 10111 | 1001 |
Color Harmonies of #121D16
Complementary color
Monochromatic Colors of #121D16
Black with #121D16
Text Example
Text Example
White with #121D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121D16; }
p { color: rgb(18,29,22); }
H1.HeaderClassName
{
color: #121D16;
}
.AnyTagClassName
{
color: #121D16;
}
</style>
background-color css
<style>
a { background-color: #121D16; }
a { background-color: rgb(18,29,22); }
div.DivClassName
{
background-color: #121D16;
}
.BgClassName
{
background-color: #121D16;
}
</style>
border-color css
<style>
span { border-color: #121D16; }
span { border-color: rgb(18,29,22); }
td.TdClassName
{
border-color: #121D16;
}
.TagClassName
{
border-color: #121D16;
}
</style>