Shades of Black Bean #131C16
Tints of Black Bean #131C16
RGB
CMYK
RGB Variations
Color information
#131C16 (or 0x131C16) is known color: Black Bean. HEX triplet: 13, 1C and 16. RGB value is (19,28,22). Sum of RGB (Red+Green+Blue) = 19+28+22=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 28 (11.33% from 255 or 40.58% from 69); Blue value is 22 (8.98% from 255 or 31.88% from 69); Max value from RGB is 28 - color contains mainly: green. Hex color #131C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131C16 is #ECE3E9. Grayscale: #181818. Windows color (decimal): -15524842 or 1448979. OLE color: 1448979.
HSL color Cylindrical-coordinate representation of color #131C16: hue angle of 140º degrees, saturation: 0.19, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #131C16 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 28 | 22 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.89 |
| HSL | 140º | 0.19% | 0.09% | - |
| HSV(B) | 140º | 0.32% | 0.11% | - |
| XYZ | 0.83 | 1.03 | 0.91 | - |
| YUV | 24.63 | 126.52 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 22 | 0.32 | 0 | 0.21 | 0.89 | 140 | 0.19 | 0.09 |
| Hex | 13 | 1C | 16 | 20 | 0 | 15 | 59 | 8C | 13 | 9 |
| Octal | 23 | 34 | 26 | 40 | 0 | 25 | 131 | 214 | 23 | 11 |
| Binary | 10011 | 11100 | 10110 | 100000 | 0 | 10101 | 1011001 | 10001100 | 10011 | 1001 |
Color Harmonies of #131C16
Complementary color
Monochromatic Colors of #131C16
Black with #131C16
Text Example
Text Example
White with #131C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131C16; }
p { color: rgb(19,28,22); }
H1.HeaderClassName
{
color: #131C16;
}
.AnyTagClassName
{
color: #131C16;
}
</style>
background-color css
<style>
a { background-color: #131C16; }
a { background-color: rgb(19,28,22); }
div.DivClassName
{
background-color: #131C16;
}
.BgClassName
{
background-color: #131C16;
}
</style>
border-color css
<style>
span { border-color: #131C16; }
span { border-color: rgb(19,28,22); }
td.TdClassName
{
border-color: #131C16;
}
.TagClassName
{
border-color: #131C16;
}
</style>