Shades of Black Bean #141A15
Tints of Black Bean #141A15
RGB
CMYK
RGB Variations
Color information
#141A15 (or 0x141A15) is known color: Black Bean. HEX triplet: 14, 1A and 15. RGB value is (20,26,21). Sum of RGB (Red+Green+Blue) = 20+26+21=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 26 (10.55% from 255 or 38.81% from 67); Blue value is 21 (8.59% from 255 or 31.34% from 67); Max value from RGB is 26 - color contains mainly: green. Hex color #141A15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141A15 is #EBE5EA. Grayscale: #171717. Windows color (decimal): -15459819 or 1382932. OLE color: 1382932.
HSL color Cylindrical-coordinate representation of color #141A15: hue angle of 130º degrees, saturation: 0.13, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #141A15 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 20 | 26 | 21 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.90 |
| HSL | 130º | 0.13% | 0.09% | - |
| HSV(B) | 130º | 0.23% | 0.1% | - |
| XYZ | 0.79 | 0.94 | 0.85 | - |
| YUV | 23.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 21 | 0.23 | 0 | 0.19 | 0.90 | 130 | 0.13 | 0.09 |
| Hex | 14 | 1A | 15 | 17 | 0 | 13 | 5A | 82 | D | 9 |
| Octal | 24 | 32 | 25 | 27 | 0 | 23 | 132 | 202 | 15 | 11 |
| Binary | 10100 | 11010 | 10101 | 10111 | 0 | 10011 | 1011010 | 10000010 | 1101 | 1001 |
Color Harmonies of #141A15
Complementary color
Monochromatic Colors of #141A15
Black with #141A15
Text Example
Text Example
White with #141A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141A15; }
p { color: rgb(20,26,21); }
H1.HeaderClassName
{
color: #141A15;
}
.AnyTagClassName
{
color: #141A15;
}
</style>
background-color css
<style>
a { background-color: #141A15; }
a { background-color: rgb(20,26,21); }
div.DivClassName
{
background-color: #141A15;
}
.BgClassName
{
background-color: #141A15;
}
</style>
border-color css
<style>
span { border-color: #141A15; }
span { border-color: rgb(20,26,21); }
td.TdClassName
{
border-color: #141A15;
}
.TagClassName
{
border-color: #141A15;
}
</style>