Shades of Black Bean #131C14
Tints of Black Bean #131C14
RGB
CMYK
RGB Variations
Color information
#131C14 (or 0x131C14) is known color: Black Bean. HEX triplet: 13, 1C and 14. RGB value is (19,28,20). Sum of RGB (Red+Green+Blue) = 19+28+20=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 28 (11.33% from 255 or 41.79% from 67); Blue value is 20 (8.20% from 255 or 29.85% from 67); Max value from RGB is 28 - color contains mainly: green. Hex color #131C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131C14 is #ECE3EB. Grayscale: #181818. Windows color (decimal): -15524844 or 1317907. OLE color: 1317907.
HSL color Cylindrical-coordinate representation of color #131C14: hue angle of 126.67º degrees, saturation: 0.19, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #131C14 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 28 | 20 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.89 |
| HSL | 126.67º | 0.19% | 0.09% | - |
| HSV(B) | 126.67º | 0.32% | 0.11% | - |
| XYZ | 0.81 | 1.02 | 0.82 | - |
| YUV | 24.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 20 | 0.32 | 0 | 0.29 | 0.89 | 126.67 | 0.19 | 0.09 |
| Hex | 13 | 1C | 14 | 20 | 0 | 1D | 59 | 7F | 13 | 9 |
| Octal | 23 | 34 | 24 | 40 | 0 | 35 | 131 | 177 | 23 | 11 |
| Binary | 10011 | 11100 | 10100 | 100000 | 0 | 11101 | 1011001 | 1111111 | 10011 | 1001 |
Color Harmonies of #131C14
Complementary color
Monochromatic Colors of #131C14
Black with #131C14
Text Example
Text Example
White with #131C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131C14; }
p { color: rgb(19,28,20); }
H1.HeaderClassName
{
color: #131C14;
}
.AnyTagClassName
{
color: #131C14;
}
</style>
background-color css
<style>
a { background-color: #131C14; }
a { background-color: rgb(19,28,20); }
div.DivClassName
{
background-color: #131C14;
}
.BgClassName
{
background-color: #131C14;
}
</style>
border-color css
<style>
span { border-color: #131C14; }
span { border-color: rgb(19,28,20); }
td.TdClassName
{
border-color: #131C14;
}
.TagClassName
{
border-color: #131C14;
}
</style>