Shades of Black Bean #151D16
Tints of Black Bean #151D16
RGB
CMYK
RGB Variations
Color information
#151D16 (or 0x151D16) is known color: Black Bean. HEX triplet: 15, 1D and 16. RGB value is (21,29,22). Sum of RGB (Red+Green+Blue) = 21+29+22=72 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.17% from 72); Green value is 29 (11.72% from 255 or 40.28% from 72); Blue value is 22 (8.98% from 255 or 30.56% from 72); Max value from RGB is 29 - color contains mainly: green. Hex color #151D16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151D16 is #EAE2E9. Grayscale: #191919. Windows color (decimal): -15393514 or 1449237. OLE color: 1449237.
HSL color Cylindrical-coordinate representation of color #151D16: hue angle of 127.5º degrees, saturation: 0.16, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #151D16 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 21 | 29 | 22 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.89 |
| HSL | 127.5º | 0.16% | 0.1% | - |
| HSV(B) | 127.5º | 0.28% | 0.11% | - |
| XYZ | 0.89 | 1.1 | 0.92 | - |
| YUV | 25.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 29 | 22 | 0.28 | 0 | 0.24 | 0.89 | 127.5 | 0.16 | 0.1 |
| Hex | 15 | 1D | 16 | 1C | 0 | 18 | 59 | 80 | 10 | A |
| Octal | 25 | 35 | 26 | 34 | 0 | 30 | 131 | 200 | 20 | 12 |
| Binary | 10101 | 11101 | 10110 | 11100 | 0 | 11000 | 1011001 | 10000000 | 10000 | 1010 |
Color Harmonies of #151D16
Complementary color
Monochromatic Colors of #151D16
Black with #151D16
Text Example
Text Example
White with #151D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151D16; }
p { color: rgb(21,29,22); }
H1.HeaderClassName
{
color: #151D16;
}
.AnyTagClassName
{
color: #151D16;
}
</style>
background-color css
<style>
a { background-color: #151D16; }
a { background-color: rgb(21,29,22); }
div.DivClassName
{
background-color: #151D16;
}
.BgClassName
{
background-color: #151D16;
}
</style>
border-color css
<style>
span { border-color: #151D16; }
span { border-color: rgb(21,29,22); }
td.TdClassName
{
border-color: #151D16;
}
.TagClassName
{
border-color: #151D16;
}
</style>