Shades of Black Bean #132917
Tints of Black Bean #132917
RGB
CMYK
RGB Variations
Color information
#132917 (or 0x132917) is known color: Black Bean. HEX triplet: 13, 29 and 17. RGB value is (19,41,23). Sum of RGB (Red+Green+Blue) = 19+41+23=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 41 (16.41% from 255 or 49.40% from 83); Blue value is 23 (9.38% from 255 or 27.71% from 83); Max value from RGB is 41 - color contains mainly: green. Hex color #132917 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132917 is #ECD6E8. Grayscale: #202020. Windows color (decimal): -15521513 or 1517843. OLE color: 1517843.
HSL color Cylindrical-coordinate representation of color #132917: hue angle of 130.91º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #132917 is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 41 | 23 | - |
| CMYK | 0.54 | 0 | 0.44 | 0.84 |
| HSL | 130.91º | 0.37% | 0.12% | - |
| HSV(B) | 130.91º | 0.54% | 0.16% | - |
| XYZ | 1.22 | 1.79 | 1.09 | - |
| YUV | 32.37 | 122.71 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 23 | 0.54 | 0 | 0.44 | 0.84 | 130.91 | 0.37 | 0.12 |
| Hex | 13 | 29 | 17 | 36 | 0 | 2C | 54 | 83 | 25 | C |
| Octal | 23 | 51 | 27 | 66 | 0 | 54 | 124 | 203 | 45 | 14 |
| Binary | 10011 | 101001 | 10111 | 110110 | 0 | 101100 | 1010100 | 10000011 | 100101 | 1100 |
Color Harmonies of #132917
Complementary color
Monochromatic Colors of #132917
Black with #132917
Text Example
Text Example
White with #132917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132917; }
p { color: rgb(19,41,23); }
H1.HeaderClassName
{
color: #132917;
}
.AnyTagClassName
{
color: #132917;
}
</style>
background-color css
<style>
a { background-color: #132917; }
a { background-color: rgb(19,41,23); }
div.DivClassName
{
background-color: #132917;
}
.BgClassName
{
background-color: #132917;
}
</style>
border-color css
<style>
span { border-color: #132917; }
span { border-color: rgb(19,41,23); }
td.TdClassName
{
border-color: #132917;
}
.TagClassName
{
border-color: #132917;
}
</style>