Shades of Black Bean #131D13
Tints of Black Bean #131D13
RGB
CMYK
RGB Variations
Color information
#131D13 (or 0x131D13) is known color: Black Bean. HEX triplet: 13, 1D and 13. RGB value is (19,29,19). Sum of RGB (Red+Green+Blue) = 19+29+19=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 29 (11.72% from 255 or 43.28% from 67); Blue value is 19 (7.81% from 255 or 28.36% from 67); Max value from RGB is 29 - color contains mainly: green. Hex color #131D13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131D13 is #ECE2EC. Grayscale: #181818. Windows color (decimal): -15524589 or 1252627. OLE color: 1252627.
HSL color Cylindrical-coordinate representation of color #131D13: hue angle of 120º degrees, saturation: 0.21, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #131D13 is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 29 | 19 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.89 |
| HSL | 120º | 0.21% | 0.09% | - |
| HSV(B) | 120º | 0.34% | 0.11% | - |
| XYZ | 0.83 | 1.06 | 0.78 | - |
| YUV | 24.87 | 124.69 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 19 | 0.34 | 0 | 0.34 | 0.89 | 120 | 0.21 | 0.09 |
| Hex | 13 | 1D | 13 | 22 | 0 | 22 | 59 | 78 | 15 | 9 |
| Octal | 23 | 35 | 23 | 42 | 0 | 42 | 131 | 170 | 25 | 11 |
| Binary | 10011 | 11101 | 10011 | 100010 | 0 | 100010 | 1011001 | 1111000 | 10101 | 1001 |
Color Harmonies of #131D13
Complementary color
Monochromatic Colors of #131D13
Black with #131D13
Text Example
Text Example
White with #131D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131D13; }
p { color: rgb(19,29,19); }
H1.HeaderClassName
{
color: #131D13;
}
.AnyTagClassName
{
color: #131D13;
}
</style>
background-color css
<style>
a { background-color: #131D13; }
a { background-color: rgb(19,29,19); }
div.DivClassName
{
background-color: #131D13;
}
.BgClassName
{
background-color: #131D13;
}
</style>
border-color css
<style>
span { border-color: #131D13; }
span { border-color: rgb(19,29,19); }
td.TdClassName
{
border-color: #131D13;
}
.TagClassName
{
border-color: #131D13;
}
</style>