Shades of Black Bean #141914
Tints of Black Bean #141914
RGB
CMYK
RGB Variations
Color information
#141914 (or 0x141914) is known color: Black Bean. HEX triplet: 14, 19 and 14. RGB value is (20,25,20). Sum of RGB (Red+Green+Blue) = 20+25+20=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 25 (10.16% from 255 or 38.46% from 65); Blue value is 20 (8.20% from 255 or 30.77% from 65); Max value from RGB is 25 - color contains mainly: green. Hex color #141914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141914 is #EBE6EB. Grayscale: #161616. Windows color (decimal): -15460076 or 1317140. OLE color: 1317140.
HSL color Cylindrical-coordinate representation of color #141914: hue angle of 120º 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 #141914 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 20 | 25 | 20 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.90 |
| HSL | 120º | 0.11% | 0.09% | - |
| HSV(B) | 120º | 0.2% | 0.1% | - |
| XYZ | 0.76 | 0.89 | 0.79 | - |
| YUV | 22.94 | 126.34 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 20 | 0.20 | 0 | 0.20 | 0.90 | 120 | 0.11 | 0.09 |
| Hex | 14 | 19 | 14 | 14 | 0 | 14 | 5A | 78 | B | 9 |
| Octal | 24 | 31 | 24 | 24 | 0 | 24 | 132 | 170 | 13 | 11 |
| Binary | 10100 | 11001 | 10100 | 10100 | 0 | 10100 | 1011010 | 1111000 | 1011 | 1001 |
Color Harmonies of #141914
Complementary color
Monochromatic Colors of #141914
Black with #141914
Text Example
Text Example
White with #141914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141914; }
p { color: rgb(20,25,20); }
H1.HeaderClassName
{
color: #141914;
}
.AnyTagClassName
{
color: #141914;
}
</style>
background-color css
<style>
a { background-color: #141914; }
a { background-color: rgb(20,25,20); }
div.DivClassName
{
background-color: #141914;
}
.BgClassName
{
background-color: #141914;
}
</style>
border-color css
<style>
span { border-color: #141914; }
span { border-color: rgb(20,25,20); }
td.TdClassName
{
border-color: #141914;
}
.TagClassName
{
border-color: #141914;
}
</style>