Shades of Black Bean #151F15
Tints of Black Bean #151F15
RGB
CMYK
RGB Variations
Color information
#151F15 (or 0x151F15) is known color: Black Bean. HEX triplet: 15, 1F and 15. RGB value is (21,31,21). Sum of RGB (Red+Green+Blue) = 21+31+21=73 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.77% from 73); Green value is 31 (12.5% from 255 or 42.47% from 73); Blue value is 21 (8.59% from 255 or 28.77% from 73); Max value from RGB is 31 - color contains mainly: green. Hex color #151F15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151F15 is #EAE0EA. Grayscale: #1A1A1A. Windows color (decimal): -15393003 or 1384213. OLE color: 1384213.
HSL color Cylindrical-coordinate representation of color #151F15: hue angle of 120º degrees, saturation: 0.19, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #151F15 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 21 | 31 | 21 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.88 |
| HSL | 120º | 0.19% | 0.1% | - |
| HSV(B) | 120º | 0.32% | 0.12% | - |
| XYZ | 0.93 | 1.19 | 0.89 | - |
| YUV | 26.87 | 124.69 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 31 | 21 | 0.32 | 0 | 0.32 | 0.88 | 120 | 0.19 | 0.1 |
| Hex | 15 | 1F | 15 | 20 | 0 | 20 | 58 | 78 | 13 | A |
| Octal | 25 | 37 | 25 | 40 | 0 | 40 | 130 | 170 | 23 | 12 |
| Binary | 10101 | 11111 | 10101 | 100000 | 0 | 100000 | 1011000 | 1111000 | 10011 | 1010 |
Color Harmonies of #151F15
Complementary color
Monochromatic Colors of #151F15
Black with #151F15
Text Example
Text Example
White with #151F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151F15; }
p { color: rgb(21,31,21); }
H1.HeaderClassName
{
color: #151F15;
}
.AnyTagClassName
{
color: #151F15;
}
</style>
background-color css
<style>
a { background-color: #151F15; }
a { background-color: rgb(21,31,21); }
div.DivClassName
{
background-color: #151F15;
}
.BgClassName
{
background-color: #151F15;
}
</style>
border-color css
<style>
span { border-color: #151F15; }
span { border-color: rgb(21,31,21); }
td.TdClassName
{
border-color: #151F15;
}
.TagClassName
{
border-color: #151F15;
}
</style>