Shades of Black Bean #141514
Tints of Black Bean #141514
RGB
CMYK
RGB Variations
Color information
#141514 (or 0x141514) is known color: Black Bean. HEX triplet: 14, 15 and 14. RGB value is (20,21,20). Sum of RGB (Red+Green+Blue) = 20+21+20=61 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.79% from 61); Green value is 21 (8.59% from 255 or 34.43% from 61); Blue value is 20 (8.20% from 255 or 32.79% from 61); Max value from RGB is 21 - color contains mainly: green. Hex color #141514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141514 is #EBEAEB. Grayscale: #141414. Windows color (decimal): -15461100 or 1316116. OLE color: 1316116.
HSL color Cylindrical-coordinate representation of color #141514: hue angle of 120º degrees, saturation: 0.02, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #141514 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.92.
Color convert
RGB | 20 | 21 | 20 | - |
CMYK | 0.05 | 0 | 0.05 | 0.92 |
HSL | 120º | 0.02% | 0.08% | - |
HSV(B) | 120º | 0.05% | 0.08% | - |
XYZ | 0.68 | 0.74 | 0.77 | - |
YUV | 20.59 | 127.67 | 127.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 20 | 21 | 20 | 0.05 | 0 | 0.05 | 0.92 | 120 | 0.02 | 0.08 |
Hex | 14 | 15 | 14 | 5 | 0 | 5 | 5C | 78 | 2 | 8 |
Octal | 24 | 25 | 24 | 5 | 0 | 5 | 134 | 170 | 2 | 10 |
Binary | 10100 | 10101 | 10100 | 101 | 0 | 101 | 1011100 | 1111000 | 10 | 1000 |
Color Harmonies of #141514
Complementary color
Monochromatic Colors of #141514
Black with #141514
Text Example
Text Example
White with #141514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141514; }
p { color: rgb(20,21,20); }
H1.HeaderClassName
{
color: #141514;
}
.AnyTagClassName
{
color: #141514;
}
</style>
background-color css
<style>
a { background-color: #141514; }
a { background-color: rgb(20,21,20); }
div.DivClassName
{
background-color: #141514;
}
.BgClassName
{
background-color: #141514;
}
</style>
border-color css
<style>
span { border-color: #141514; }
span { border-color: rgb(20,21,20); }
td.TdClassName
{
border-color: #141514;
}
.TagClassName
{
border-color: #141514;
}
</style>