Shades of Black Bean #122017
Tints of Black Bean #122017
RGB
CMYK
RGB Variations
Color information
#122017 (or 0x122017) is known color: Black Bean. HEX triplet: 12, 20 and 17. RGB value is (18,32,23). Sum of RGB (Red+Green+Blue) = 18+32+23=73 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.66% from 73); Green value is 32 (12.89% from 255 or 43.84% from 73); Blue value is 23 (9.38% from 255 or 31.51% from 73); Max value from RGB is 32 - color contains mainly: green. Hex color #122017 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122017 is #EDDFE8. Grayscale: #1A1A1A. Windows color (decimal): -15589353 or 1515538. OLE color: 1515538.
HSL color Cylindrical-coordinate representation of color #122017: hue angle of 141.43º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #122017 is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 18 | 32 | 23 | - |
| CMYK | 0.44 | 0 | 0.28 | 0.87 |
| HSL | 141.43º | 0.28% | 0.1% | - |
| HSV(B) | 141.43º | 0.44% | 0.13% | - |
| XYZ | 0.92 | 1.22 | 1 | - |
| YUV | 26.79 | 125.86 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 32 | 23 | 0.44 | 0 | 0.28 | 0.87 | 141.43 | 0.28 | 0.1 |
| Hex | 12 | 20 | 17 | 2C | 0 | 1C | 57 | 8D | 1C | A |
| Octal | 22 | 40 | 27 | 54 | 0 | 34 | 127 | 215 | 34 | 12 |
| Binary | 10010 | 100000 | 10111 | 101100 | 0 | 11100 | 1010111 | 10001101 | 11100 | 1010 |
Color Harmonies of #122017
Complementary color
Monochromatic Colors of #122017
Black with #122017
Text Example
Text Example
White with #122017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122017; }
p { color: rgb(18,32,23); }
H1.HeaderClassName
{
color: #122017;
}
.AnyTagClassName
{
color: #122017;
}
</style>
background-color css
<style>
a { background-color: #122017; }
a { background-color: rgb(18,32,23); }
div.DivClassName
{
background-color: #122017;
}
.BgClassName
{
background-color: #122017;
}
</style>
border-color css
<style>
span { border-color: #122017; }
span { border-color: rgb(18,32,23); }
td.TdClassName
{
border-color: #122017;
}
.TagClassName
{
border-color: #122017;
}
</style>