Shades of Black Bean #142715
Tints of Black Bean #142715
RGB
CMYK
RGB Variations
Color information
#142715 (or 0x142715) is known color: Black Bean. HEX triplet: 14, 27 and 15. RGB value is (20,39,21). Sum of RGB (Red+Green+Blue) = 20+39+21=80 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25% from 80); Green value is 39 (15.62% from 255 or 48.75% from 80); Blue value is 21 (8.59% from 255 or 26.25% from 80); Max value from RGB is 39 - color contains mainly: green. Hex color #142715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142715 is #EBD8EA. Grayscale: #1F1F1F. Windows color (decimal): -15456491 or 1386260. OLE color: 1386260.
HSL color Cylindrical-coordinate representation of color #142715: hue angle of 123.16º 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 #142715 is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 39 | 21 | - |
| CMYK | 0.49 | 0 | 0.46 | 0.85 |
| HSL | 123.16º | 0.32% | 0.12% | - |
| HSV(B) | 123.16º | 0.49% | 0.15% | - |
| XYZ | 1.15 | 1.65 | 0.97 | - |
| YUV | 31.27 | 122.21 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 39 | 21 | 0.49 | 0 | 0.46 | 0.85 | 123.16 | 0.32 | 0.12 |
| Hex | 14 | 27 | 15 | 31 | 0 | 2E | 55 | 7B | 20 | C |
| Octal | 24 | 47 | 25 | 61 | 0 | 56 | 125 | 173 | 40 | 14 |
| Binary | 10100 | 100111 | 10101 | 110001 | 0 | 101110 | 1010101 | 1111011 | 100000 | 1100 |
Color Harmonies of #142715
Complementary color
Monochromatic Colors of #142715
Black with #142715
Text Example
Text Example
White with #142715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142715; }
p { color: rgb(20,39,21); }
H1.HeaderClassName
{
color: #142715;
}
.AnyTagClassName
{
color: #142715;
}
</style>
background-color css
<style>
a { background-color: #142715; }
a { background-color: rgb(20,39,21); }
div.DivClassName
{
background-color: #142715;
}
.BgClassName
{
background-color: #142715;
}
</style>
border-color css
<style>
span { border-color: #142715; }
span { border-color: rgb(20,39,21); }
td.TdClassName
{
border-color: #142715;
}
.TagClassName
{
border-color: #142715;
}
</style>