Shades of Black Bean #131B15
Tints of Black Bean #131B15
RGB
CMYK
RGB Variations
Color information
#131B15 (or 0x131B15) is known color: Black Bean. HEX triplet: 13, 1B and 15. RGB value is (19,27,21). Sum of RGB (Red+Green+Blue) = 19+27+21=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 27 (10.94% from 255 or 40.30% from 67); Blue value is 21 (8.59% from 255 or 31.34% from 67); Max value from RGB is 27 - color contains mainly: green. Hex color #131B15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131B15 is #ECE4EA. Grayscale: #171717. Windows color (decimal): -15525099 or 1383187. OLE color: 1383187.
HSL color Cylindrical-coordinate representation of color #131B15: hue angle of 135º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #131B15 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 27 | 21 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.89 |
| HSL | 135º | 0.17% | 0.09% | - |
| HSV(B) | 135º | 0.3% | 0.11% | - |
| XYZ | 0.8 | 0.98 | 0.86 | - |
| YUV | 23.92 | 126.35 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 21 | 0.30 | 0 | 0.22 | 0.89 | 135 | 0.17 | 0.09 |
| Hex | 13 | 1B | 15 | 1E | 0 | 16 | 59 | 87 | 11 | 9 |
| Octal | 23 | 33 | 25 | 36 | 0 | 26 | 131 | 207 | 21 | 11 |
| Binary | 10011 | 11011 | 10101 | 11110 | 0 | 10110 | 1011001 | 10000111 | 10001 | 1001 |
Color Harmonies of #131B15
Complementary color
Monochromatic Colors of #131B15
Black with #131B15
Text Example
Text Example
White with #131B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131B15; }
p { color: rgb(19,27,21); }
H1.HeaderClassName
{
color: #131B15;
}
.AnyTagClassName
{
color: #131B15;
}
</style>
background-color css
<style>
a { background-color: #131B15; }
a { background-color: rgb(19,27,21); }
div.DivClassName
{
background-color: #131B15;
}
.BgClassName
{
background-color: #131B15;
}
</style>
border-color css
<style>
span { border-color: #131B15; }
span { border-color: rgb(19,27,21); }
td.TdClassName
{
border-color: #131B15;
}
.TagClassName
{
border-color: #131B15;
}
</style>