Shades of Black Bean #122C16
Tints of Black Bean #122C16
RGB
CMYK
RGB Variations
Color information
#122C16 (or 0x122C16) is known color: Black Bean. HEX triplet: 12, 2C and 16. RGB value is (18,44,22). Sum of RGB (Red+Green+Blue) = 18+44+22=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 44 (17.58% from 255 or 52.38% from 84); Blue value is 22 (8.98% from 255 or 26.19% from 84); Max value from RGB is 44 - color contains mainly: green. Hex color #122C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122C16 is #EDD3E9. Grayscale: #212121. Windows color (decimal): -15586282 or 1453074. OLE color: 1453074.
HSL color Cylindrical-coordinate representation of color #122C16: hue angle of 129.23º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #122C16 is Cyan = 0.59, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 18 | 44 | 22 | - |
| CMYK | 0.59 | 0 | 0.5 | 0.83 |
| HSL | 129.23º | 0.42% | 0.12% | - |
| HSV(B) | 129.23º | 0.59% | 0.17% | - |
| XYZ | 1.29 | 1.99 | 1.07 | - |
| YUV | 33.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 22 | 0.59 | 0 | 0.5 | 0.83 | 129.23 | 0.42 | 0.12 |
| Hex | 12 | 2C | 16 | 3B | 0 | 32 | 53 | 81 | 2A | C |
| Octal | 22 | 54 | 26 | 73 | 0 | 62 | 123 | 201 | 52 | 14 |
| Binary | 10010 | 101100 | 10110 | 111011 | 0 | 110010 | 1010011 | 10000001 | 101010 | 1100 |
Color Harmonies of #122C16
Complementary color
Monochromatic Colors of #122C16
Black with #122C16
Text Example
Text Example
White with #122C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122C16; }
p { color: rgb(18,44,22); }
H1.HeaderClassName
{
color: #122C16;
}
.AnyTagClassName
{
color: #122C16;
}
</style>
background-color css
<style>
a { background-color: #122C16; }
a { background-color: rgb(18,44,22); }
div.DivClassName
{
background-color: #122C16;
}
.BgClassName
{
background-color: #122C16;
}
</style>
border-color css
<style>
span { border-color: #122C16; }
span { border-color: rgb(18,44,22); }
td.TdClassName
{
border-color: #122C16;
}
.TagClassName
{
border-color: #122C16;
}
</style>