Shades of Black Bean #123216
Tints of Black Bean #123216
RGB
CMYK
RGB Variations
Color information
#123216 (or 0x123216) is known color: Black Bean. HEX triplet: 12, 32 and 16. RGB value is (18,50,22). Sum of RGB (Red+Green+Blue) = 18+50+22=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 50 (19.92% from 255 or 55.56% from 90); Blue value is 22 (8.98% from 255 or 24.44% from 90); Max value from RGB is 50 - color contains mainly: green. Hex color #123216 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123216 is #EDCDE9. Grayscale: #252525. Windows color (decimal): -15584746 or 1454610. OLE color: 1454610.
HSL color Cylindrical-coordinate representation of color #123216: hue angle of 127.5º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #123216 is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 18 | 50 | 22 | - |
| CMYK | 0.64 | 0 | 0.56 | 0.80 |
| HSL | 127.5º | 0.47% | 0.13% | - |
| HSV(B) | 127.5º | 0.64% | 0.2% | - |
| XYZ | 1.53 | 2.47 | 1.15 | - |
| YUV | 37.24 | 119.4 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 22 | 0.64 | 0 | 0.56 | 0.80 | 127.5 | 0.47 | 0.13 |
| Hex | 12 | 32 | 16 | 40 | 0 | 38 | 50 | 80 | 2F | D |
| Octal | 22 | 62 | 26 | 100 | 0 | 70 | 120 | 200 | 57 | 15 |
| Binary | 10010 | 110010 | 10110 | 1000000 | 0 | 111000 | 1010000 | 10000000 | 101111 | 1101 |
Color Harmonies of #123216
Complementary color
Monochromatic Colors of #123216
Black with #123216
Text Example
Text Example
White with #123216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123216; }
p { color: rgb(18,50,22); }
H1.HeaderClassName
{
color: #123216;
}
.AnyTagClassName
{
color: #123216;
}
</style>
background-color css
<style>
a { background-color: #123216; }
a { background-color: rgb(18,50,22); }
div.DivClassName
{
background-color: #123216;
}
.BgClassName
{
background-color: #123216;
}
</style>
border-color css
<style>
span { border-color: #123216; }
span { border-color: rgb(18,50,22); }
td.TdClassName
{
border-color: #123216;
}
.TagClassName
{
border-color: #123216;
}
</style>