Shades of Black Bean #122F16
Tints of Black Bean #122F16
RGB
CMYK
RGB Variations
Color information
#122F16 (or 0x122F16) is known color: Black Bean. HEX triplet: 12, 2F and 16. RGB value is (18,47,22). Sum of RGB (Red+Green+Blue) = 18+47+22=87 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.69% from 87); Green value is 47 (18.75% from 255 or 54.02% from 87); Blue value is 22 (8.98% from 255 or 25.29% from 87); Max value from RGB is 47 - color contains mainly: green. Hex color #122F16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122F16 is #EDD0E9. Grayscale: #232323. Windows color (decimal): -15585514 or 1453842. OLE color: 1453842.
HSL color Cylindrical-coordinate representation of color #122F16: hue angle of 128.28º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #122F16 is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 47 | 22 | - |
| CMYK | 0.62 | 0 | 0.53 | 0.82 |
| HSL | 128.28º | 0.45% | 0.13% | - |
| HSV(B) | 128.28º | 0.62% | 0.18% | - |
| XYZ | 1.41 | 2.22 | 1.11 | - |
| YUV | 35.48 | 120.39 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 22 | 0.62 | 0 | 0.53 | 0.82 | 128.28 | 0.45 | 0.13 |
| Hex | 12 | 2F | 16 | 3E | 0 | 35 | 52 | 80 | 2D | D |
| Octal | 22 | 57 | 26 | 76 | 0 | 65 | 122 | 200 | 55 | 15 |
| Binary | 10010 | 101111 | 10110 | 111110 | 0 | 110101 | 1010010 | 10000000 | 101101 | 1101 |
Color Harmonies of #122F16
Complementary color
Monochromatic Colors of #122F16
Black with #122F16
Text Example
Text Example
White with #122F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122F16; }
p { color: rgb(18,47,22); }
H1.HeaderClassName
{
color: #122F16;
}
.AnyTagClassName
{
color: #122F16;
}
</style>
background-color css
<style>
a { background-color: #122F16; }
a { background-color: rgb(18,47,22); }
div.DivClassName
{
background-color: #122F16;
}
.BgClassName
{
background-color: #122F16;
}
</style>
border-color css
<style>
span { border-color: #122F16; }
span { border-color: rgb(18,47,22); }
td.TdClassName
{
border-color: #122F16;
}
.TagClassName
{
border-color: #122F16;
}
</style>