Shades of Black Bean #131C15
Tints of Black Bean #131C15
RGB
CMYK
RGB Variations
Color information
#131C15 (or 0x131C15) is known color: Black Bean. HEX triplet: 13, 1C and 15. RGB value is (19,28,21). Sum of RGB (Red+Green+Blue) = 19+28+21=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 28 (11.33% from 255 or 41.18% from 68); Blue value is 21 (8.59% from 255 or 30.88% from 68); Max value from RGB is 28 - color contains mainly: green. Hex color #131C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131C15 is #ECE3EA. Grayscale: #181818. Windows color (decimal): -15524843 or 1383443. OLE color: 1383443.
HSL color Cylindrical-coordinate representation of color #131C15: hue angle of 133.33º 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 #131C15 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 28 | 21 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.89 |
| HSL | 133.33º | 0.19% | 0.09% | - |
| HSV(B) | 133.33º | 0.32% | 0.11% | - |
| XYZ | 0.82 | 1.02 | 0.86 | - |
| YUV | 24.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 21 | 0.32 | 0 | 0.25 | 0.89 | 133.33 | 0.19 | 0.09 |
| Hex | 13 | 1C | 15 | 20 | 0 | 19 | 59 | 85 | 13 | 9 |
| Octal | 23 | 34 | 25 | 40 | 0 | 31 | 131 | 205 | 23 | 11 |
| Binary | 10011 | 11100 | 10101 | 100000 | 0 | 11001 | 1011001 | 10000101 | 10011 | 1001 |
Color Harmonies of #131C15
Complementary color
Monochromatic Colors of #131C15
Black with #131C15
Text Example
Text Example
White with #131C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131C15; }
p { color: rgb(19,28,21); }
H1.HeaderClassName
{
color: #131C15;
}
.AnyTagClassName
{
color: #131C15;
}
</style>
background-color css
<style>
a { background-color: #131C15; }
a { background-color: rgb(19,28,21); }
div.DivClassName
{
background-color: #131C15;
}
.BgClassName
{
background-color: #131C15;
}
</style>
border-color css
<style>
span { border-color: #131C15; }
span { border-color: rgb(19,28,21); }
td.TdClassName
{
border-color: #131C15;
}
.TagClassName
{
border-color: #131C15;
}
</style>