Shades of Black Bean #132015
Tints of Black Bean #132015
RGB
CMYK
RGB Variations
Color information
#132015 (or 0x132015) is known color: Black Bean. HEX triplet: 13, 20 and 15. RGB value is (19,32,21). Sum of RGB (Red+Green+Blue) = 19+32+21=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 32 (12.89% from 255 or 44.44% from 72); Blue value is 21 (8.59% from 255 or 29.17% from 72); Max value from RGB is 32 - color contains mainly: green. Hex color #132015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132015 is #ECDFEA. Grayscale: #1A1A1A. Windows color (decimal): -15523819 or 1384467. OLE color: 1384467.
HSL color Cylindrical-coordinate representation of color #132015: hue angle of 129.23º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #132015 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 19 | 32 | 21 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.87 |
| HSL | 129.23º | 0.25% | 0.1% | - |
| HSV(B) | 129.23º | 0.41% | 0.13% | - |
| XYZ | 0.92 | 1.23 | 0.9 | - |
| YUV | 26.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 32 | 21 | 0.41 | 0 | 0.34 | 0.87 | 129.23 | 0.25 | 0.1 |
| Hex | 13 | 20 | 15 | 29 | 0 | 22 | 57 | 81 | 19 | A |
| Octal | 23 | 40 | 25 | 51 | 0 | 42 | 127 | 201 | 31 | 12 |
| Binary | 10011 | 100000 | 10101 | 101001 | 0 | 100010 | 1010111 | 10000001 | 11001 | 1010 |
Color Harmonies of #132015
Complementary color
Monochromatic Colors of #132015
Black with #132015
Text Example
Text Example
White with #132015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132015; }
p { color: rgb(19,32,21); }
H1.HeaderClassName
{
color: #132015;
}
.AnyTagClassName
{
color: #132015;
}
</style>
background-color css
<style>
a { background-color: #132015; }
a { background-color: rgb(19,32,21); }
div.DivClassName
{
background-color: #132015;
}
.BgClassName
{
background-color: #132015;
}
</style>
border-color css
<style>
span { border-color: #132015; }
span { border-color: rgb(19,32,21); }
td.TdClassName
{
border-color: #132015;
}
.TagClassName
{
border-color: #132015;
}
</style>