Shades of Black Bean #131E14
Tints of Black Bean #131E14
RGB
CMYK
RGB Variations
Color information
#131E14 (or 0x131E14) is known color: Black Bean. HEX triplet: 13, 1E and 14. RGB value is (19,30,20). Sum of RGB (Red+Green+Blue) = 19+30+20=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 30 (12.11% from 255 or 43.48% from 69); Blue value is 20 (8.20% from 255 or 28.99% from 69); Max value from RGB is 30 - color contains mainly: green. Hex color #131E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131E14 is #ECE1EB. Grayscale: #191919. Windows color (decimal): -15524332 or 1318419. OLE color: 1318419.
HSL color Cylindrical-coordinate representation of color #131E14: hue angle of 125.45º 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 #131E14 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 30 | 20 | - |
| CMYK | 0.37 | 0 | 0.33 | 0.88 |
| HSL | 125.45º | 0.22% | 0.1% | - |
| HSV(B) | 125.45º | 0.37% | 0.12% | - |
| XYZ | 0.86 | 1.12 | 0.83 | - |
| YUV | 25.57 | 124.86 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 20 | 0.37 | 0 | 0.33 | 0.88 | 125.45 | 0.22 | 0.1 |
| Hex | 13 | 1E | 14 | 25 | 0 | 21 | 58 | 7D | 16 | A |
| Octal | 23 | 36 | 24 | 45 | 0 | 41 | 130 | 175 | 26 | 12 |
| Binary | 10011 | 11110 | 10100 | 100101 | 0 | 100001 | 1011000 | 1111101 | 10110 | 1010 |
Color Harmonies of #131E14
Complementary color
Monochromatic Colors of #131E14
Black with #131E14
Text Example
Text Example
White with #131E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E14; }
p { color: rgb(19,30,20); }
H1.HeaderClassName
{
color: #131E14;
}
.AnyTagClassName
{
color: #131E14;
}
</style>
background-color css
<style>
a { background-color: #131E14; }
a { background-color: rgb(19,30,20); }
div.DivClassName
{
background-color: #131E14;
}
.BgClassName
{
background-color: #131E14;
}
</style>
border-color css
<style>
span { border-color: #131E14; }
span { border-color: rgb(19,30,20); }
td.TdClassName
{
border-color: #131E14;
}
.TagClassName
{
border-color: #131E14;
}
</style>