Shades of Black Bean #131E17
Tints of Black Bean #131E17
RGB
CMYK
RGB Variations
Color information
#131E17 (or 0x131E17) is known color: Black Bean. HEX triplet: 13, 1E and 17. RGB value is (19,30,23). Sum of RGB (Red+Green+Blue) = 19+30+23=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 30 (12.11% from 255 or 41.67% from 72); Blue value is 23 (9.38% from 255 or 31.94% from 72); Max value from RGB is 30 - color contains mainly: green. Hex color #131E17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131E17 is #ECE1E8. Grayscale: #191919. Windows color (decimal): -15524329 or 1515027. OLE color: 1515027.
HSL color Cylindrical-coordinate representation of color #131E17: hue angle of 141.82º 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 #131E17 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 30 | 23 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.88 |
| HSL | 141.82º | 0.22% | 0.1% | - |
| HSV(B) | 141.82º | 0.37% | 0.12% | - |
| XYZ | 0.89 | 1.13 | 0.98 | - |
| YUV | 25.91 | 126.36 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 23 | 0.37 | 0 | 0.23 | 0.88 | 141.82 | 0.22 | 0.1 |
| Hex | 13 | 1E | 17 | 25 | 0 | 17 | 58 | 8E | 16 | A |
| Octal | 23 | 36 | 27 | 45 | 0 | 27 | 130 | 216 | 26 | 12 |
| Binary | 10011 | 11110 | 10111 | 100101 | 0 | 10111 | 1011000 | 10001110 | 10110 | 1010 |
Color Harmonies of #131E17
Complementary color
Monochromatic Colors of #131E17
Black with #131E17
Text Example
Text Example
White with #131E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E17; }
p { color: rgb(19,30,23); }
H1.HeaderClassName
{
color: #131E17;
}
.AnyTagClassName
{
color: #131E17;
}
</style>
background-color css
<style>
a { background-color: #131E17; }
a { background-color: rgb(19,30,23); }
div.DivClassName
{
background-color: #131E17;
}
.BgClassName
{
background-color: #131E17;
}
</style>
border-color css
<style>
span { border-color: #131E17; }
span { border-color: rgb(19,30,23); }
td.TdClassName
{
border-color: #131E17;
}
.TagClassName
{
border-color: #131E17;
}
</style>