Shades of Black Bean #131E16
Tints of Black Bean #131E16
RGB
CMYK
RGB Variations
Color information
#131E16 (or 0x131E16) is known color: Black Bean. HEX triplet: 13, 1E and 16. RGB value is (19,30,22). Sum of RGB (Red+Green+Blue) = 19+30+22=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 30 (12.11% from 255 or 42.25% from 71); Blue value is 22 (8.98% from 255 or 30.99% from 71); Max value from RGB is 30 - color contains mainly: green. Hex color #131E16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131E16 is #ECE1E9. Grayscale: #191919. Windows color (decimal): -15524330 or 1449491. OLE color: 1449491.
HSL color Cylindrical-coordinate representation of color #131E16: hue angle of 136.36º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #131E16 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 30 | 22 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.88 |
| HSL | 136.36º | 0.22% | 0.1% | - |
| HSV(B) | 136.36º | 0.37% | 0.12% | - |
| XYZ | 0.88 | 1.12 | 0.93 | - |
| YUV | 25.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 22 | 0.37 | 0 | 0.27 | 0.88 | 136.36 | 0.22 | 0.1 |
| Hex | 13 | 1E | 16 | 25 | 0 | 1B | 58 | 88 | 16 | A |
| Octal | 23 | 36 | 26 | 45 | 0 | 33 | 130 | 210 | 26 | 12 |
| Binary | 10011 | 11110 | 10110 | 100101 | 0 | 11011 | 1011000 | 10001000 | 10110 | 1010 |
Color Harmonies of #131E16
Complementary color
Monochromatic Colors of #131E16
Black with #131E16
Text Example
Text Example
White with #131E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E16; }
p { color: rgb(19,30,22); }
H1.HeaderClassName
{
color: #131E16;
}
.AnyTagClassName
{
color: #131E16;
}
</style>
background-color css
<style>
a { background-color: #131E16; }
a { background-color: rgb(19,30,22); }
div.DivClassName
{
background-color: #131E16;
}
.BgClassName
{
background-color: #131E16;
}
</style>
border-color css
<style>
span { border-color: #131E16; }
span { border-color: rgb(19,30,22); }
td.TdClassName
{
border-color: #131E16;
}
.TagClassName
{
border-color: #131E16;
}
</style>