Shades of Black Bean #142014
Tints of Black Bean #142014
RGB
CMYK
RGB Variations
Color information
#142014 (or 0x142014) is known color: Black Bean. HEX triplet: 14, 20 and 14. RGB value is (20,32,20). Sum of RGB (Red+Green+Blue) = 20+32+20=72 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.78% from 72); Green value is 32 (12.89% from 255 or 44.44% from 72); Blue value is 20 (8.20% from 255 or 27.78% from 72); Max value from RGB is 32 - color contains mainly: green. Hex color #142014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142014 is #EBDFEB. Grayscale: #1B1B1B. Windows color (decimal): -15458284 or 1318932. OLE color: 1318932.
HSL color Cylindrical-coordinate representation of color #142014: hue angle of 120º degrees, saturation: 0.23, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #142014 is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 20 | 32 | 20 | - |
| CMYK | 0.37 | 0 | 0.37 | 0.87 |
| HSL | 120º | 0.23% | 0.1% | - |
| HSV(B) | 120º | 0.38% | 0.13% | - |
| XYZ | 0.93 | 1.23 | 0.85 | - |
| YUV | 27.04 | 124.02 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 32 | 20 | 0.37 | 0 | 0.37 | 0.87 | 120 | 0.23 | 0.1 |
| Hex | 14 | 20 | 14 | 25 | 0 | 25 | 57 | 78 | 17 | A |
| Octal | 24 | 40 | 24 | 45 | 0 | 45 | 127 | 170 | 27 | 12 |
| Binary | 10100 | 100000 | 10100 | 100101 | 0 | 100101 | 1010111 | 1111000 | 10111 | 1010 |
Color Harmonies of #142014
Complementary color
Monochromatic Colors of #142014
Black with #142014
Text Example
Text Example
White with #142014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142014; }
p { color: rgb(20,32,20); }
H1.HeaderClassName
{
color: #142014;
}
.AnyTagClassName
{
color: #142014;
}
</style>
background-color css
<style>
a { background-color: #142014; }
a { background-color: rgb(20,32,20); }
div.DivClassName
{
background-color: #142014;
}
.BgClassName
{
background-color: #142014;
}
</style>
border-color css
<style>
span { border-color: #142014; }
span { border-color: rgb(20,32,20); }
td.TdClassName
{
border-color: #142014;
}
.TagClassName
{
border-color: #142014;
}
</style>