Shades of Black Bean #142B16
Tints of Black Bean #142B16
RGB
CMYK
RGB Variations
Color information
#142B16 (or 0x142B16) is known color: Black Bean. HEX triplet: 14, 2B and 16. RGB value is (20,43,22). Sum of RGB (Red+Green+Blue) = 20+43+22=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 43 (17.19% from 255 or 50.59% from 85); Blue value is 22 (8.98% from 255 or 25.88% from 85); Max value from RGB is 43 - color contains mainly: green. Hex color #142B16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142B16 is #EBD4E9. Grayscale: #212121. Windows color (decimal): -15455466 or 1452820. OLE color: 1452820.
HSL color Cylindrical-coordinate representation of color #142B16: hue angle of 125.22º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #142B16 is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 43 | 22 | - |
| CMYK | 0.53 | 0 | 0.49 | 0.83 |
| HSL | 125.22º | 0.37% | 0.12% | - |
| HSV(B) | 125.22º | 0.53% | 0.17% | - |
| XYZ | 1.3 | 1.93 | 1.06 | - |
| YUV | 33.73 | 121.38 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 43 | 22 | 0.53 | 0 | 0.49 | 0.83 | 125.22 | 0.37 | 0.12 |
| Hex | 14 | 2B | 16 | 35 | 0 | 31 | 53 | 7D | 25 | C |
| Octal | 24 | 53 | 26 | 65 | 0 | 61 | 123 | 175 | 45 | 14 |
| Binary | 10100 | 101011 | 10110 | 110101 | 0 | 110001 | 1010011 | 1111101 | 100101 | 1100 |
Color Harmonies of #142B16
Complementary color
Monochromatic Colors of #142B16
Black with #142B16
Text Example
Text Example
White with #142B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142B16; }
p { color: rgb(20,43,22); }
H1.HeaderClassName
{
color: #142B16;
}
.AnyTagClassName
{
color: #142B16;
}
</style>
background-color css
<style>
a { background-color: #142B16; }
a { background-color: rgb(20,43,22); }
div.DivClassName
{
background-color: #142B16;
}
.BgClassName
{
background-color: #142B16;
}
</style>
border-color css
<style>
span { border-color: #142B16; }
span { border-color: rgb(20,43,22); }
td.TdClassName
{
border-color: #142B16;
}
.TagClassName
{
border-color: #142B16;
}
</style>