Shades of Black Bean #131A15
Tints of Black Bean #131A15
RGB
CMYK
RGB Variations
Color information
#131A15 (or 0x131A15) is known color: Black Bean. HEX triplet: 13, 1A and 15. RGB value is (19,26,21). Sum of RGB (Red+Green+Blue) = 19+26+21=66 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.79% from 66); Green value is 26 (10.55% from 255 or 39.39% from 66); Blue value is 21 (8.59% from 255 or 31.82% from 66); Max value from RGB is 26 - color contains mainly: green. Hex color #131A15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131A15 is #ECE5EA. Grayscale: #171717. Windows color (decimal): -15525355 or 1382931. OLE color: 1382931.
HSL color Cylindrical-coordinate representation of color #131A15: hue angle of 137.14º degrees, saturation: 0.16, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #131A15 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 19 | 26 | 21 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.90 |
| HSL | 137.14º | 0.16% | 0.09% | - |
| HSV(B) | 137.14º | 0.27% | 0.1% | - |
| XYZ | 0.77 | 0.93 | 0.85 | - |
| YUV | 23.34 | 126.68 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 21 | 0.27 | 0 | 0.19 | 0.90 | 137.14 | 0.16 | 0.09 |
| Hex | 13 | 1A | 15 | 1B | 0 | 13 | 5A | 89 | 10 | 9 |
| Octal | 23 | 32 | 25 | 33 | 0 | 23 | 132 | 211 | 20 | 11 |
| Binary | 10011 | 11010 | 10101 | 11011 | 0 | 10011 | 1011010 | 10001001 | 10000 | 1001 |
Color Harmonies of #131A15
Complementary color
Monochromatic Colors of #131A15
Black with #131A15
Text Example
Text Example
White with #131A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131A15; }
p { color: rgb(19,26,21); }
H1.HeaderClassName
{
color: #131A15;
}
.AnyTagClassName
{
color: #131A15;
}
</style>
background-color css
<style>
a { background-color: #131A15; }
a { background-color: rgb(19,26,21); }
div.DivClassName
{
background-color: #131A15;
}
.BgClassName
{
background-color: #131A15;
}
</style>
border-color css
<style>
span { border-color: #131A15; }
span { border-color: rgb(19,26,21); }
td.TdClassName
{
border-color: #131A15;
}
.TagClassName
{
border-color: #131A15;
}
</style>