Shades of Black Bean #122014
Tints of Black Bean #122014
RGB
CMYK
RGB Variations
Color information
#122014 (or 0x122014) is known color: Black Bean. HEX triplet: 12, 20 and 14. RGB value is (18,32,20). Sum of RGB (Red+Green+Blue) = 18+32+20=70 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.71% from 70); Green value is 32 (12.89% from 255 or 45.71% from 70); Blue value is 20 (8.20% from 255 or 28.57% from 70); Max value from RGB is 32 - color contains mainly: green. Hex color #122014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122014 is #EDDFEB. Grayscale: #1A1A1A. Windows color (decimal): -15589356 or 1318930. OLE color: 1318930.
HSL color Cylindrical-coordinate representation of color #122014: hue angle of 128.57º 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 #122014 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 18 | 32 | 20 | - |
| CMYK | 0.44 | 0 | 0.37 | 0.87 |
| HSL | 128.57º | 0.28% | 0.1% | - |
| HSV(B) | 128.57º | 0.44% | 0.13% | - |
| XYZ | 0.89 | 1.21 | 0.85 | - |
| YUV | 26.45 | 124.36 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 32 | 20 | 0.44 | 0 | 0.37 | 0.87 | 128.57 | 0.28 | 0.1 |
| Hex | 12 | 20 | 14 | 2C | 0 | 25 | 57 | 81 | 1C | A |
| Octal | 22 | 40 | 24 | 54 | 0 | 45 | 127 | 201 | 34 | 12 |
| Binary | 10010 | 100000 | 10100 | 101100 | 0 | 100101 | 1010111 | 10000001 | 11100 | 1010 |
Color Harmonies of #122014
Complementary color
Monochromatic Colors of #122014
Black with #122014
Text Example
Text Example
White with #122014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122014; }
p { color: rgb(18,32,20); }
H1.HeaderClassName
{
color: #122014;
}
.AnyTagClassName
{
color: #122014;
}
</style>
background-color css
<style>
a { background-color: #122014; }
a { background-color: rgb(18,32,20); }
div.DivClassName
{
background-color: #122014;
}
.BgClassName
{
background-color: #122014;
}
</style>
border-color css
<style>
span { border-color: #122014; }
span { border-color: rgb(18,32,20); }
td.TdClassName
{
border-color: #122014;
}
.TagClassName
{
border-color: #122014;
}
</style>