Shades of Black Bean #151C16
Tints of Black Bean #151C16
RGB
CMYK
RGB Variations
Color information
#151C16 (or 0x151C16) is known color: Black Bean. HEX triplet: 15, 1C and 16. RGB value is (21,28,22). Sum of RGB (Red+Green+Blue) = 21+28+22=71 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.58% from 71); Green value is 28 (11.33% from 255 or 39.44% from 71); Blue value is 22 (8.98% from 255 or 30.99% from 71); Max value from RGB is 28 - color contains mainly: green. Hex color #151C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151C16 is #EAE3E9. Grayscale: #191919. Windows color (decimal): -15393770 or 1448981. OLE color: 1448981.
HSL color Cylindrical-coordinate representation of color #151C16: hue angle of 128.57º degrees, saturation: 0.14, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #151C16 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 21 | 28 | 22 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.89 |
| HSL | 128.57º | 0.14% | 0.1% | - |
| HSV(B) | 128.57º | 0.25% | 0.11% | - |
| XYZ | 0.87 | 1.05 | 0.92 | - |
| YUV | 25.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 22 | 0.25 | 0 | 0.21 | 0.89 | 128.57 | 0.14 | 0.1 |
| Hex | 15 | 1C | 16 | 19 | 0 | 15 | 59 | 81 | E | A |
| Octal | 25 | 34 | 26 | 31 | 0 | 25 | 131 | 201 | 16 | 12 |
| Binary | 10101 | 11100 | 10110 | 11001 | 0 | 10101 | 1011001 | 10000001 | 1110 | 1010 |
Color Harmonies of #151C16
Complementary color
Monochromatic Colors of #151C16
Black with #151C16
Text Example
Text Example
White with #151C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C16; }
p { color: rgb(21,28,22); }
H1.HeaderClassName
{
color: #151C16;
}
.AnyTagClassName
{
color: #151C16;
}
</style>
background-color css
<style>
a { background-color: #151C16; }
a { background-color: rgb(21,28,22); }
div.DivClassName
{
background-color: #151C16;
}
.BgClassName
{
background-color: #151C16;
}
</style>
border-color css
<style>
span { border-color: #151C16; }
span { border-color: rgb(21,28,22); }
td.TdClassName
{
border-color: #151C16;
}
.TagClassName
{
border-color: #151C16;
}
</style>