Shades of Black Bean #122A16
Tints of Black Bean #122A16
RGB
CMYK
RGB Variations
Color information
#122A16 (or 0x122A16) is known color: Black Bean. HEX triplet: 12, 2A and 16. RGB value is (18,42,22). Sum of RGB (Red+Green+Blue) = 18+42+22=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 42 (16.80% from 255 or 51.22% from 82); Blue value is 22 (8.98% from 255 or 26.83% from 82); Max value from RGB is 42 - color contains mainly: green. Hex color #122A16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122A16 is #EDD5E9. Grayscale: #202020. Windows color (decimal): -15586794 or 1452562. OLE color: 1452562.
HSL color Cylindrical-coordinate representation of color #122A16: hue angle of 130º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #122A16 is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 42 | 22 | - |
| CMYK | 0.57 | 0 | 0.48 | 0.84 |
| HSL | 130º | 0.4% | 0.12% | - |
| HSV(B) | 130º | 0.57% | 0.16% | - |
| XYZ | 1.22 | 1.84 | 1.05 | - |
| YUV | 32.54 | 122.05 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 22 | 0.57 | 0 | 0.48 | 0.84 | 130 | 0.4 | 0.12 |
| Hex | 12 | 2A | 16 | 39 | 0 | 30 | 54 | 82 | 28 | C |
| Octal | 22 | 52 | 26 | 71 | 0 | 60 | 124 | 202 | 50 | 14 |
| Binary | 10010 | 101010 | 10110 | 111001 | 0 | 110000 | 1010100 | 10000010 | 101000 | 1100 |
Color Harmonies of #122A16
Complementary color
Monochromatic Colors of #122A16
Black with #122A16
Text Example
Text Example
White with #122A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122A16; }
p { color: rgb(18,42,22); }
H1.HeaderClassName
{
color: #122A16;
}
.AnyTagClassName
{
color: #122A16;
}
</style>
background-color css
<style>
a { background-color: #122A16; }
a { background-color: rgb(18,42,22); }
div.DivClassName
{
background-color: #122A16;
}
.BgClassName
{
background-color: #122A16;
}
</style>
border-color css
<style>
span { border-color: #122A16; }
span { border-color: rgb(18,42,22); }
td.TdClassName
{
border-color: #122A16;
}
.TagClassName
{
border-color: #122A16;
}
</style>