Shades of Black Bean #132116
Tints of Black Bean #132116
RGB
CMYK
RGB Variations
Color information
#132116 (or 0x132116) is known color: Black Bean. HEX triplet: 13, 21 and 16. RGB value is (19,33,22). Sum of RGB (Red+Green+Blue) = 19+33+22=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 33 (13.28% from 255 or 44.59% from 74); Blue value is 22 (8.98% from 255 or 29.73% from 74); Max value from RGB is 33 - color contains mainly: green. Hex color #132116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132116 is #ECDEE9. Grayscale: #1B1B1B. Windows color (decimal): -15523562 or 1450259. OLE color: 1450259.
HSL color Cylindrical-coordinate representation of color #132116: hue angle of 132.86º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #132116 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 19 | 33 | 22 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.87 |
| HSL | 132.86º | 0.27% | 0.1% | - |
| HSV(B) | 132.86º | 0.42% | 0.13% | - |
| XYZ | 0.96 | 1.28 | 0.96 | - |
| YUV | 27.56 | 124.86 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 33 | 22 | 0.42 | 0 | 0.33 | 0.87 | 132.86 | 0.27 | 0.1 |
| Hex | 13 | 21 | 16 | 2A | 0 | 21 | 57 | 85 | 1B | A |
| Octal | 23 | 41 | 26 | 52 | 0 | 41 | 127 | 205 | 33 | 12 |
| Binary | 10011 | 100001 | 10110 | 101010 | 0 | 100001 | 1010111 | 10000101 | 11011 | 1010 |
Color Harmonies of #132116
Complementary color
Monochromatic Colors of #132116
Black with #132116
Text Example
Text Example
White with #132116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132116; }
p { color: rgb(19,33,22); }
H1.HeaderClassName
{
color: #132116;
}
.AnyTagClassName
{
color: #132116;
}
</style>
background-color css
<style>
a { background-color: #132116; }
a { background-color: rgb(19,33,22); }
div.DivClassName
{
background-color: #132116;
}
.BgClassName
{
background-color: #132116;
}
</style>
border-color css
<style>
span { border-color: #132116; }
span { border-color: rgb(19,33,22); }
td.TdClassName
{
border-color: #132116;
}
.TagClassName
{
border-color: #132116;
}
</style>