Shades of Black Bean #141915
Tints of Black Bean #141915
RGB
CMYK
RGB Variations
Color information
#141915 (or 0x141915) is known color: Black Bean. HEX triplet: 14, 19 and 15. RGB value is (20,25,21). Sum of RGB (Red+Green+Blue) = 20+25+21=66 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.30% from 66); Green value is 25 (10.16% from 255 or 37.88% from 66); Blue value is 21 (8.59% from 255 or 31.82% from 66); Max value from RGB is 25 - color contains mainly: green. Hex color #141915 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141915 is #EBE6EA. Grayscale: #171717. Windows color (decimal): -15460075 or 1382676. OLE color: 1382676.
HSL color Cylindrical-coordinate representation of color #141915: hue angle of 132º degrees, saturation: 0.11, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #141915 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 20 | 25 | 21 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.90 |
| HSL | 132º | 0.11% | 0.09% | - |
| HSV(B) | 132º | 0.2% | 0.1% | - |
| XYZ | 0.77 | 0.9 | 0.84 | - |
| YUV | 23.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 21 | 0.20 | 0 | 0.16 | 0.90 | 132 | 0.11 | 0.09 |
| Hex | 14 | 19 | 15 | 14 | 0 | 10 | 5A | 84 | B | 9 |
| Octal | 24 | 31 | 25 | 24 | 0 | 20 | 132 | 204 | 13 | 11 |
| Binary | 10100 | 11001 | 10101 | 10100 | 0 | 10000 | 1011010 | 10000100 | 1011 | 1001 |
Color Harmonies of #141915
Complementary color
Monochromatic Colors of #141915
Black with #141915
Text Example
Text Example
White with #141915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141915; }
p { color: rgb(20,25,21); }
H1.HeaderClassName
{
color: #141915;
}
.AnyTagClassName
{
color: #141915;
}
</style>
background-color css
<style>
a { background-color: #141915; }
a { background-color: rgb(20,25,21); }
div.DivClassName
{
background-color: #141915;
}
.BgClassName
{
background-color: #141915;
}
</style>
border-color css
<style>
span { border-color: #141915; }
span { border-color: rgb(20,25,21); }
td.TdClassName
{
border-color: #141915;
}
.TagClassName
{
border-color: #141915;
}
</style>