Shades of Black Bean #141B15
Tints of Black Bean #141B15
RGB
CMYK
RGB Variations
Color information
#141B15 (or 0x141B15) is known color: Black Bean. HEX triplet: 14, 1B and 15. RGB value is (20,27,21). Sum of RGB (Red+Green+Blue) = 20+27+21=68 (9% of max value = 765). Red value is 20 (8.20% from 255 or 29.41% from 68); Green value is 27 (10.94% from 255 or 39.71% from 68); Blue value is 21 (8.59% from 255 or 30.88% from 68); Max value from RGB is 27 - color contains mainly: green. Hex color #141B15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141B15 is #EBE4EA. Grayscale: #181818. Windows color (decimal): -15459563 or 1383188. OLE color: 1383188.
HSL color Cylindrical-coordinate representation of color #141B15: hue angle of 128.57º degrees, saturation: 0.15, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #141B15 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 20 | 27 | 21 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.89 |
| HSL | 128.57º | 0.15% | 0.09% | - |
| HSV(B) | 128.57º | 0.26% | 0.11% | - |
| XYZ | 0.82 | 0.99 | 0.86 | - |
| YUV | 24.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 21 | 0.26 | 0 | 0.22 | 0.89 | 128.57 | 0.15 | 0.09 |
| Hex | 14 | 1B | 15 | 1A | 0 | 16 | 59 | 81 | F | 9 |
| Octal | 24 | 33 | 25 | 32 | 0 | 26 | 131 | 201 | 17 | 11 |
| Binary | 10100 | 11011 | 10101 | 11010 | 0 | 10110 | 1011001 | 10000001 | 1111 | 1001 |
Color Harmonies of #141B15
Complementary color
Monochromatic Colors of #141B15
Black with #141B15
Text Example
Text Example
White with #141B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141B15; }
p { color: rgb(20,27,21); }
H1.HeaderClassName
{
color: #141B15;
}
.AnyTagClassName
{
color: #141B15;
}
</style>
background-color css
<style>
a { background-color: #141B15; }
a { background-color: rgb(20,27,21); }
div.DivClassName
{
background-color: #141B15;
}
.BgClassName
{
background-color: #141B15;
}
</style>
border-color css
<style>
span { border-color: #141B15; }
span { border-color: rgb(20,27,21); }
td.TdClassName
{
border-color: #141B15;
}
.TagClassName
{
border-color: #141B15;
}
</style>