Shades of Black Bean #142716
Tints of Black Bean #142716
RGB
CMYK
RGB Variations
Color information
#142716 (or 0x142716) is known color: Black Bean. HEX triplet: 14, 27 and 16. RGB value is (20,39,22). Sum of RGB (Red+Green+Blue) = 20+39+22=81 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.69% from 81); Green value is 39 (15.62% from 255 or 48.15% from 81); Blue value is 22 (8.98% from 255 or 27.16% from 81); Max value from RGB is 39 - color contains mainly: green. Hex color #142716 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142716 is #EBD8E9. Grayscale: #1F1F1F. Windows color (decimal): -15456490 or 1451796. OLE color: 1451796.
HSL color Cylindrical-coordinate representation of color #142716: hue angle of 126.32º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #142716 is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 39 | 22 | - |
| CMYK | 0.49 | 0 | 0.44 | 0.85 |
| HSL | 126.32º | 0.32% | 0.12% | - |
| HSV(B) | 126.32º | 0.49% | 0.15% | - |
| XYZ | 1.16 | 1.66 | 1.02 | - |
| YUV | 31.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 39 | 22 | 0.49 | 0 | 0.44 | 0.85 | 126.32 | 0.32 | 0.12 |
| Hex | 14 | 27 | 16 | 31 | 0 | 2C | 55 | 7E | 20 | C |
| Octal | 24 | 47 | 26 | 61 | 0 | 54 | 125 | 176 | 40 | 14 |
| Binary | 10100 | 100111 | 10110 | 110001 | 0 | 101100 | 1010101 | 1111110 | 100000 | 1100 |
Color Harmonies of #142716
Complementary color
Monochromatic Colors of #142716
Black with #142716
Text Example
Text Example
White with #142716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142716; }
p { color: rgb(20,39,22); }
H1.HeaderClassName
{
color: #142716;
}
.AnyTagClassName
{
color: #142716;
}
</style>
background-color css
<style>
a { background-color: #142716; }
a { background-color: rgb(20,39,22); }
div.DivClassName
{
background-color: #142716;
}
.BgClassName
{
background-color: #142716;
}
</style>
border-color css
<style>
span { border-color: #142716; }
span { border-color: rgb(20,39,22); }
td.TdClassName
{
border-color: #142716;
}
.TagClassName
{
border-color: #142716;
}
</style>