Shades of Black Bean #131713
Tints of Black Bean #131713
RGB
CMYK
RGB Variations
Color information
#131713 (or 0x131713) is known color: Black Bean. HEX triplet: 13, 17 and 13. RGB value is (19,23,19). Sum of RGB (Red+Green+Blue) = 19+23+19=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 23 (9.38% from 255 or 37.70% from 61); Blue value is 19 (7.81% from 255 or 31.15% from 61); Max value from RGB is 23 - color contains mainly: green. Hex color #131713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131713 is #ECE8EC. Grayscale: #151515. Windows color (decimal): -15526125 or 1251091. OLE color: 1251091.
HSL color Cylindrical-coordinate representation of color #131713: hue angle of 120º degrees, saturation: 0.1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #131713 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 19 | 23 | 19 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.91 |
| HSL | 120º | 0.1% | 0.08% | - |
| HSV(B) | 120º | 0.17% | 0.09% | - |
| XYZ | 0.69 | 0.8 | 0.73 | - |
| YUV | 21.35 | 126.67 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 23 | 19 | 0.17 | 0 | 0.17 | 0.91 | 120 | 0.1 | 0.08 |
| Hex | 13 | 17 | 13 | 11 | 0 | 11 | 5B | 78 | A | 8 |
| Octal | 23 | 27 | 23 | 21 | 0 | 21 | 133 | 170 | 12 | 10 |
| Binary | 10011 | 10111 | 10011 | 10001 | 0 | 10001 | 1011011 | 1111000 | 1010 | 1000 |
Color Harmonies of #131713
Complementary color
Monochromatic Colors of #131713
Black with #131713
Text Example
Text Example
White with #131713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131713; }
p { color: rgb(19,23,19); }
H1.HeaderClassName
{
color: #131713;
}
.AnyTagClassName
{
color: #131713;
}
</style>
background-color css
<style>
a { background-color: #131713; }
a { background-color: rgb(19,23,19); }
div.DivClassName
{
background-color: #131713;
}
.BgClassName
{
background-color: #131713;
}
</style>
border-color css
<style>
span { border-color: #131713; }
span { border-color: rgb(19,23,19); }
td.TdClassName
{
border-color: #131713;
}
.TagClassName
{
border-color: #131713;
}
</style>