Shades of Black Bean #131915
Tints of Black Bean #131915
RGB
CMYK
RGB Variations
Color information
#131915 (or 0x131915) is known color: Black Bean. HEX triplet: 13, 19 and 15. RGB value is (19,25,21). Sum of RGB (Red+Green+Blue) = 19+25+21=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 25 (10.16% from 255 or 38.46% from 65); Blue value is 21 (8.59% from 255 or 32.31% from 65); Max value from RGB is 25 - color contains mainly: green. Hex color #131915 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131915 is #ECE6EA. Grayscale: #161616. Windows color (decimal): -15525611 or 1382675. OLE color: 1382675.
HSL color Cylindrical-coordinate representation of color #131915: hue angle of 140º degrees, saturation: 0.14, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #131915 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 19 | 25 | 21 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.90 |
| HSL | 140º | 0.14% | 0.09% | - |
| HSV(B) | 140º | 0.24% | 0.1% | - |
| XYZ | 0.75 | 0.89 | 0.84 | - |
| YUV | 22.75 | 127.01 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 25 | 21 | 0.24 | 0 | 0.16 | 0.90 | 140 | 0.14 | 0.09 |
| Hex | 13 | 19 | 15 | 18 | 0 | 10 | 5A | 8C | E | 9 |
| Octal | 23 | 31 | 25 | 30 | 0 | 20 | 132 | 214 | 16 | 11 |
| Binary | 10011 | 11001 | 10101 | 11000 | 0 | 10000 | 1011010 | 10001100 | 1110 | 1001 |
Color Harmonies of #131915
Complementary color
Monochromatic Colors of #131915
Black with #131915
Text Example
Text Example
White with #131915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131915; }
p { color: rgb(19,25,21); }
H1.HeaderClassName
{
color: #131915;
}
.AnyTagClassName
{
color: #131915;
}
</style>
background-color css
<style>
a { background-color: #131915; }
a { background-color: rgb(19,25,21); }
div.DivClassName
{
background-color: #131915;
}
.BgClassName
{
background-color: #131915;
}
</style>
border-color css
<style>
span { border-color: #131915; }
span { border-color: rgb(19,25,21); }
td.TdClassName
{
border-color: #131915;
}
.TagClassName
{
border-color: #131915;
}
</style>