Shades of Black Bean #142B17
Tints of Black Bean #142B17
RGB
CMYK
RGB Variations
Color information
#142B17 (or 0x142B17) is known color: Black Bean. HEX triplet: 14, 2B and 17. RGB value is (20,43,23). Sum of RGB (Red+Green+Blue) = 20+43+23=86 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.26% from 86); Green value is 43 (17.19% from 255 or 50% from 86); Blue value is 23 (9.38% from 255 or 26.74% from 86); Max value from RGB is 43 - color contains mainly: green. Hex color #142B17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142B17 is #EBD4E8. Grayscale: #212121. Windows color (decimal): -15455465 or 1518356. OLE color: 1518356.
HSL color Cylindrical-coordinate representation of color #142B17: hue angle of 127.83º 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 #142B17 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 43 | 23 | - |
| CMYK | 0.53 | 0 | 0.47 | 0.83 |
| HSL | 127.83º | 0.37% | 0.12% | - |
| HSV(B) | 127.83º | 0.53% | 0.17% | - |
| XYZ | 1.31 | 1.94 | 1.12 | - |
| YUV | 33.84 | 121.88 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 43 | 23 | 0.53 | 0 | 0.47 | 0.83 | 127.83 | 0.37 | 0.12 |
| Hex | 14 | 2B | 17 | 35 | 0 | 2F | 53 | 80 | 25 | C |
| Octal | 24 | 53 | 27 | 65 | 0 | 57 | 123 | 200 | 45 | 14 |
| Binary | 10100 | 101011 | 10111 | 110101 | 0 | 101111 | 1010011 | 10000000 | 100101 | 1100 |
Color Harmonies of #142B17
Complementary color
Monochromatic Colors of #142B17
Black with #142B17
Text Example
Text Example
White with #142B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142B17; }
p { color: rgb(20,43,23); }
H1.HeaderClassName
{
color: #142B17;
}
.AnyTagClassName
{
color: #142B17;
}
</style>
background-color css
<style>
a { background-color: #142B17; }
a { background-color: rgb(20,43,23); }
div.DivClassName
{
background-color: #142B17;
}
.BgClassName
{
background-color: #142B17;
}
</style>
border-color css
<style>
span { border-color: #142B17; }
span { border-color: rgb(20,43,23); }
td.TdClassName
{
border-color: #142B17;
}
.TagClassName
{
border-color: #142B17;
}
</style>