Shades of Black Bean #132316
Tints of Black Bean #132316
RGB
CMYK
RGB Variations
Color information
#132316 (or 0x132316) is known color: Black Bean. HEX triplet: 13, 23 and 16. RGB value is (19,35,22). Sum of RGB (Red+Green+Blue) = 19+35+22=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 35 (14.06% from 255 or 46.05% from 76); Blue value is 22 (8.98% from 255 or 28.95% from 76); Max value from RGB is 35 - color contains mainly: green. Hex color #132316 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132316 is #ECDCE9. Grayscale: #1C1C1C. Windows color (decimal): -15523050 or 1450771. OLE color: 1450771.
HSL color Cylindrical-coordinate representation of color #132316: hue angle of 131.25º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #132316 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 35 | 22 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.86 |
| HSL | 131.25º | 0.3% | 0.11% | - |
| HSV(B) | 131.25º | 0.46% | 0.14% | - |
| XYZ | 1.01 | 1.4 | 0.98 | - |
| YUV | 28.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 22 | 0.46 | 0 | 0.37 | 0.86 | 131.25 | 0.3 | 0.11 |
| Hex | 13 | 23 | 16 | 2E | 0 | 25 | 56 | 83 | 1E | B |
| Octal | 23 | 43 | 26 | 56 | 0 | 45 | 126 | 203 | 36 | 13 |
| Binary | 10011 | 100011 | 10110 | 101110 | 0 | 100101 | 1010110 | 10000011 | 11110 | 1011 |
Color Harmonies of #132316
Complementary color
Monochromatic Colors of #132316
Black with #132316
Text Example
Text Example
White with #132316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132316; }
p { color: rgb(19,35,22); }
H1.HeaderClassName
{
color: #132316;
}
.AnyTagClassName
{
color: #132316;
}
</style>
background-color css
<style>
a { background-color: #132316; }
a { background-color: rgb(19,35,22); }
div.DivClassName
{
background-color: #132316;
}
.BgClassName
{
background-color: #132316;
}
</style>
border-color css
<style>
span { border-color: #132316; }
span { border-color: rgb(19,35,22); }
td.TdClassName
{
border-color: #132316;
}
.TagClassName
{
border-color: #132316;
}
</style>