Shades of Black Bean #122B17
Tints of Black Bean #122B17
RGB
CMYK
RGB Variations
Color information
#122B17 (or 0x122B17) is known color: Black Bean. HEX triplet: 12, 2B and 17. RGB value is (18,43,23). Sum of RGB (Red+Green+Blue) = 18+43+23=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 43 (17.19% from 255 or 51.19% from 84); Blue value is 23 (9.38% from 255 or 27.38% from 84); Max value from RGB is 43 - color contains mainly: green. Hex color #122B17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122B17 is #EDD4E8. Grayscale: #212121. Windows color (decimal): -15586537 or 1518354. OLE color: 1518354.
HSL color Cylindrical-coordinate representation of color #122B17: hue angle of 132º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #122B17 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 18 | 43 | 23 | - |
| CMYK | 0.58 | 0 | 0.47 | 0.83 |
| HSL | 132º | 0.41% | 0.12% | - |
| HSV(B) | 132º | 0.58% | 0.17% | - |
| XYZ | 1.27 | 1.92 | 1.11 | - |
| YUV | 33.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 43 | 23 | 0.58 | 0 | 0.47 | 0.83 | 132 | 0.41 | 0.12 |
| Hex | 12 | 2B | 17 | 3A | 0 | 2F | 53 | 84 | 29 | C |
| Octal | 22 | 53 | 27 | 72 | 0 | 57 | 123 | 204 | 51 | 14 |
| Binary | 10010 | 101011 | 10111 | 111010 | 0 | 101111 | 1010011 | 10000100 | 101001 | 1100 |
Color Harmonies of #122B17
Complementary color
Monochromatic Colors of #122B17
Black with #122B17
Text Example
Text Example
White with #122B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122B17; }
p { color: rgb(18,43,23); }
H1.HeaderClassName
{
color: #122B17;
}
.AnyTagClassName
{
color: #122B17;
}
</style>
background-color css
<style>
a { background-color: #122B17; }
a { background-color: rgb(18,43,23); }
div.DivClassName
{
background-color: #122B17;
}
.BgClassName
{
background-color: #122B17;
}
</style>
border-color css
<style>
span { border-color: #122B17; }
span { border-color: rgb(18,43,23); }
td.TdClassName
{
border-color: #122B17;
}
.TagClassName
{
border-color: #122B17;
}
</style>