Shades of Black Bean #131B14
Tints of Black Bean #131B14
RGB
CMYK
RGB Variations
Color information
#131B14 (or 0x131B14) is known color: Black Bean. HEX triplet: 13, 1B and 14. RGB value is (19,27,20). Sum of RGB (Red+Green+Blue) = 19+27+20=66 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.79% from 66); Green value is 27 (10.94% from 255 or 40.91% from 66); Blue value is 20 (8.20% from 255 or 30.30% from 66); Max value from RGB is 27 - color contains mainly: green. Hex color #131B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131B14 is #ECE4EB. Grayscale: #171717. Windows color (decimal): -15525100 or 1317651. OLE color: 1317651.
HSL color Cylindrical-coordinate representation of color #131B14: hue angle of 127.5º 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 #131B14 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 27 | 20 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.89 |
| HSL | 127.5º | 0.17% | 0.09% | - |
| HSV(B) | 127.5º | 0.3% | 0.11% | - |
| XYZ | 0.79 | 0.97 | 0.81 | - |
| YUV | 23.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 20 | 0.30 | 0 | 0.26 | 0.89 | 127.5 | 0.17 | 0.09 |
| Hex | 13 | 1B | 14 | 1E | 0 | 1A | 59 | 80 | 11 | 9 |
| Octal | 23 | 33 | 24 | 36 | 0 | 32 | 131 | 200 | 21 | 11 |
| Binary | 10011 | 11011 | 10100 | 11110 | 0 | 11010 | 1011001 | 10000000 | 10001 | 1001 |
Color Harmonies of #131B14
Complementary color
Monochromatic Colors of #131B14
Black with #131B14
Text Example
Text Example
White with #131B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131B14; }
p { color: rgb(19,27,20); }
H1.HeaderClassName
{
color: #131B14;
}
.AnyTagClassName
{
color: #131B14;
}
</style>
background-color css
<style>
a { background-color: #131B14; }
a { background-color: rgb(19,27,20); }
div.DivClassName
{
background-color: #131B14;
}
.BgClassName
{
background-color: #131B14;
}
</style>
border-color css
<style>
span { border-color: #131B14; }
span { border-color: rgb(19,27,20); }
td.TdClassName
{
border-color: #131B14;
}
.TagClassName
{
border-color: #131B14;
}
</style>