Shades of Black Bean #142316
Tints of Black Bean #142316
RGB
CMYK
RGB Variations
Color information
#142316 (or 0x142316) is known color: Black Bean. HEX triplet: 14, 23 and 16. RGB value is (20,35,22). Sum of RGB (Red+Green+Blue) = 20+35+22=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 35 (14.06% from 255 or 45.45% from 77); Blue value is 22 (8.98% from 255 or 28.57% from 77); Max value from RGB is 35 - color contains mainly: green. Hex color #142316 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142316 is #EBDCE9. Grayscale: #1D1D1D. Windows color (decimal): -15457514 or 1450772. OLE color: 1450772.
HSL color Cylindrical-coordinate representation of color #142316: hue angle of 128º degrees, saturation: 0.27, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #142316 is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 20 | 35 | 22 | - |
| CMYK | 0.43 | 0 | 0.37 | 0.86 |
| HSL | 128º | 0.27% | 0.11% | - |
| HSV(B) | 128º | 0.43% | 0.14% | - |
| XYZ | 1.03 | 1.41 | 0.98 | - |
| YUV | 29.03 | 124.03 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 35 | 22 | 0.43 | 0 | 0.37 | 0.86 | 128 | 0.27 | 0.11 |
| Hex | 14 | 23 | 16 | 2B | 0 | 25 | 56 | 80 | 1B | B |
| Octal | 24 | 43 | 26 | 53 | 0 | 45 | 126 | 200 | 33 | 13 |
| Binary | 10100 | 100011 | 10110 | 101011 | 0 | 100101 | 1010110 | 10000000 | 11011 | 1011 |
Color Harmonies of #142316
Complementary color
Monochromatic Colors of #142316
Black with #142316
Text Example
Text Example
White with #142316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142316; }
p { color: rgb(20,35,22); }
H1.HeaderClassName
{
color: #142316;
}
.AnyTagClassName
{
color: #142316;
}
</style>
background-color css
<style>
a { background-color: #142316; }
a { background-color: rgb(20,35,22); }
div.DivClassName
{
background-color: #142316;
}
.BgClassName
{
background-color: #142316;
}
</style>
border-color css
<style>
span { border-color: #142316; }
span { border-color: rgb(20,35,22); }
td.TdClassName
{
border-color: #142316;
}
.TagClassName
{
border-color: #142316;
}
</style>