Shades of Black Bean #122714
Tints of Black Bean #122714
RGB
CMYK
RGB Variations
Color information
#122714 (or 0x122714) is known color: Black Bean. HEX triplet: 12, 27 and 14. RGB value is (18,39,20). Sum of RGB (Red+Green+Blue) = 18+39+20=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 39 (15.62% from 255 or 50.65% from 77); Blue value is 20 (8.20% from 255 or 25.97% from 77); Max value from RGB is 39 - color contains mainly: green. Hex color #122714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122714 is #EDD8EB. Grayscale: #1E1E1E. Windows color (decimal): -15587564 or 1320722. OLE color: 1320722.
HSL color Cylindrical-coordinate representation of color #122714: hue angle of 125.71º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #122714 is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 39 | 20 | - |
| CMYK | 0.54 | 0 | 0.49 | 0.85 |
| HSL | 125.71º | 0.37% | 0.11% | - |
| HSV(B) | 125.71º | 0.54% | 0.15% | - |
| XYZ | 1.1 | 1.63 | 0.92 | - |
| YUV | 30.56 | 122.04 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 39 | 20 | 0.54 | 0 | 0.49 | 0.85 | 125.71 | 0.37 | 0.11 |
| Hex | 12 | 27 | 14 | 36 | 0 | 31 | 55 | 7E | 25 | B |
| Octal | 22 | 47 | 24 | 66 | 0 | 61 | 125 | 176 | 45 | 13 |
| Binary | 10010 | 100111 | 10100 | 110110 | 0 | 110001 | 1010101 | 1111110 | 100101 | 1011 |
Color Harmonies of #122714
Complementary color
Monochromatic Colors of #122714
Black with #122714
Text Example
Text Example
White with #122714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122714; }
p { color: rgb(18,39,20); }
H1.HeaderClassName
{
color: #122714;
}
.AnyTagClassName
{
color: #122714;
}
</style>
background-color css
<style>
a { background-color: #122714; }
a { background-color: rgb(18,39,20); }
div.DivClassName
{
background-color: #122714;
}
.BgClassName
{
background-color: #122714;
}
</style>
border-color css
<style>
span { border-color: #122714; }
span { border-color: rgb(18,39,20); }
td.TdClassName
{
border-color: #122714;
}
.TagClassName
{
border-color: #122714;
}
</style>