Shades of Black Bean #151615
Tints of Black Bean #151615
RGB
CMYK
RGB Variations
Color information
#151615 (or 0x151615) is known color: Black Bean. HEX triplet: 15, 16 and 15. RGB value is (21,22,21). Sum of RGB (Red+Green+Blue) = 21+22+21=64 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.81% from 64); Green value is 22 (8.98% from 255 or 34.38% from 64); Blue value is 21 (8.59% from 255 or 32.81% from 64); Max value from RGB is 22 - color contains mainly: green. Hex color #151615 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151615 is #EAE9EA. Grayscale: #151515. Windows color (decimal): -15395307 or 1381909. OLE color: 1381909.
HSL color Cylindrical-coordinate representation of color #151615: hue angle of 120º degrees, saturation: 0.02, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #151615 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 21 | 22 | 21 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.91 |
| HSL | 120º | 0.02% | 0.08% | - |
| HSV(B) | 120º | 0.05% | 0.09% | - |
| XYZ | 0.73 | 0.79 | 0.82 | - |
| YUV | 21.59 | 127.67 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 22 | 21 | 0.05 | 0 | 0.05 | 0.91 | 120 | 0.02 | 0.08 |
| Hex | 15 | 16 | 15 | 5 | 0 | 5 | 5B | 78 | 2 | 8 |
| Octal | 25 | 26 | 25 | 5 | 0 | 5 | 133 | 170 | 2 | 10 |
| Binary | 10101 | 10110 | 10101 | 101 | 0 | 101 | 1011011 | 1111000 | 10 | 1000 |
Color Harmonies of #151615
Complementary color
Monochromatic Colors of #151615
Black with #151615
Text Example
Text Example
White with #151615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151615; }
p { color: rgb(21,22,21); }
H1.HeaderClassName
{
color: #151615;
}
.AnyTagClassName
{
color: #151615;
}
</style>
background-color css
<style>
a { background-color: #151615; }
a { background-color: rgb(21,22,21); }
div.DivClassName
{
background-color: #151615;
}
.BgClassName
{
background-color: #151615;
}
</style>
border-color css
<style>
span { border-color: #151615; }
span { border-color: rgb(21,22,21); }
td.TdClassName
{
border-color: #151615;
}
.TagClassName
{
border-color: #151615;
}
</style>