Shades of Black Bean #132D16
Tints of Black Bean #132D16
RGB
CMYK
RGB Variations
Color information
#132D16 (or 0x132D16) is known color: Black Bean. HEX triplet: 13, 2D and 16. RGB value is (19,45,22). Sum of RGB (Red+Green+Blue) = 19+45+22=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 45 (17.97% from 255 or 52.33% from 86); Blue value is 22 (8.98% from 255 or 25.58% from 86); Max value from RGB is 45 - color contains mainly: green. Hex color #132D16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132D16 is #ECD2E9. Grayscale: #222222. Windows color (decimal): -15520490 or 1453331. OLE color: 1453331.
HSL color Cylindrical-coordinate representation of color #132D16: hue angle of 126.92º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #132D16 is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 45 | 22 | - |
| CMYK | 0.58 | 0 | 0.51 | 0.82 |
| HSL | 126.92º | 0.41% | 0.13% | - |
| HSV(B) | 126.92º | 0.58% | 0.18% | - |
| XYZ | 1.35 | 2.07 | 1.09 | - |
| YUV | 34.6 | 120.89 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 22 | 0.58 | 0 | 0.51 | 0.82 | 126.92 | 0.41 | 0.13 |
| Hex | 13 | 2D | 16 | 3A | 0 | 33 | 52 | 7F | 29 | D |
| Octal | 23 | 55 | 26 | 72 | 0 | 63 | 122 | 177 | 51 | 15 |
| Binary | 10011 | 101101 | 10110 | 111010 | 0 | 110011 | 1010010 | 1111111 | 101001 | 1101 |
Color Harmonies of #132D16
Complementary color
Monochromatic Colors of #132D16
Black with #132D16
Text Example
Text Example
White with #132D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132D16; }
p { color: rgb(19,45,22); }
H1.HeaderClassName
{
color: #132D16;
}
.AnyTagClassName
{
color: #132D16;
}
</style>
background-color css
<style>
a { background-color: #132D16; }
a { background-color: rgb(19,45,22); }
div.DivClassName
{
background-color: #132D16;
}
.BgClassName
{
background-color: #132D16;
}
</style>
border-color css
<style>
span { border-color: #132D16; }
span { border-color: rgb(19,45,22); }
td.TdClassName
{
border-color: #132D16;
}
.TagClassName
{
border-color: #132D16;
}
</style>