Shades of Black Bean #132315
Tints of Black Bean #132315
RGB
CMYK
RGB Variations
Color information
#132315 (or 0x132315) is known color: Black Bean. HEX triplet: 13, 23 and 15. RGB value is (19,35,21). Sum of RGB (Red+Green+Blue) = 19+35+21=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 35 (14.06% from 255 or 46.67% from 75); Blue value is 21 (8.59% from 255 or 28% from 75); Max value from RGB is 35 - color contains mainly: green. Hex color #132315 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132315 is #ECDCEA. Grayscale: #1C1C1C. Windows color (decimal): -15523051 or 1385235. OLE color: 1385235.
HSL color Cylindrical-coordinate representation of color #132315: hue angle of 127.5º 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 #132315 is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 35 | 21 | - |
| CMYK | 0.46 | 0 | 0.40 | 0.86 |
| HSL | 127.5º | 0.3% | 0.11% | - |
| HSV(B) | 127.5º | 0.46% | 0.14% | - |
| XYZ | 1 | 1.39 | 0.93 | - |
| YUV | 28.62 | 123.7 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 21 | 0.46 | 0 | 0.40 | 0.86 | 127.5 | 0.3 | 0.11 |
| Hex | 13 | 23 | 15 | 2E | 0 | 28 | 56 | 80 | 1E | B |
| Octal | 23 | 43 | 25 | 56 | 0 | 50 | 126 | 200 | 36 | 13 |
| Binary | 10011 | 100011 | 10101 | 101110 | 0 | 101000 | 1010110 | 10000000 | 11110 | 1011 |
Color Harmonies of #132315
Complementary color
Monochromatic Colors of #132315
Black with #132315
Text Example
Text Example
White with #132315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132315; }
p { color: rgb(19,35,21); }
H1.HeaderClassName
{
color: #132315;
}
.AnyTagClassName
{
color: #132315;
}
</style>
background-color css
<style>
a { background-color: #132315; }
a { background-color: rgb(19,35,21); }
div.DivClassName
{
background-color: #132315;
}
.BgClassName
{
background-color: #132315;
}
</style>
border-color css
<style>
span { border-color: #132315; }
span { border-color: rgb(19,35,21); }
td.TdClassName
{
border-color: #132315;
}
.TagClassName
{
border-color: #132315;
}
</style>