Shades of Black Bean #132416
Tints of Black Bean #132416
RGB
CMYK
RGB Variations
Color information
#132416 (or 0x132416) is known color: Black Bean. HEX triplet: 13, 24 and 16. RGB value is (19,36,22). Sum of RGB (Red+Green+Blue) = 19+36+22=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 36 (14.45% from 255 or 46.75% from 77); Blue value is 22 (8.98% from 255 or 28.57% from 77); Max value from RGB is 36 - color contains mainly: green. Hex color #132416 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132416 is #ECDBE9. Grayscale: #1D1D1D. Windows color (decimal): -15522794 or 1451027. OLE color: 1451027.
HSL color Cylindrical-coordinate representation of color #132416: hue angle of 130.59º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #132416 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 36 | 22 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.86 |
| HSL | 130.59º | 0.31% | 0.11% | - |
| HSV(B) | 130.59º | 0.47% | 0.14% | - |
| XYZ | 1.04 | 1.46 | 0.99 | - |
| YUV | 29.32 | 123.87 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 22 | 0.47 | 0 | 0.39 | 0.86 | 130.59 | 0.31 | 0.11 |
| Hex | 13 | 24 | 16 | 2F | 0 | 27 | 56 | 83 | 1F | B |
| Octal | 23 | 44 | 26 | 57 | 0 | 47 | 126 | 203 | 37 | 13 |
| Binary | 10011 | 100100 | 10110 | 101111 | 0 | 100111 | 1010110 | 10000011 | 11111 | 1011 |
Color Harmonies of #132416
Complementary color
Monochromatic Colors of #132416
Black with #132416
Text Example
Text Example
White with #132416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132416; }
p { color: rgb(19,36,22); }
H1.HeaderClassName
{
color: #132416;
}
.AnyTagClassName
{
color: #132416;
}
</style>
background-color css
<style>
a { background-color: #132416; }
a { background-color: rgb(19,36,22); }
div.DivClassName
{
background-color: #132416;
}
.BgClassName
{
background-color: #132416;
}
</style>
border-color css
<style>
span { border-color: #132416; }
span { border-color: rgb(19,36,22); }
td.TdClassName
{
border-color: #132416;
}
.TagClassName
{
border-color: #132416;
}
</style>