Shades of Black Bean #132415
Tints of Black Bean #132415
RGB
CMYK
RGB Variations
Color information
#132415 (or 0x132415) is known color: Black Bean. HEX triplet: 13, 24 and 15. RGB value is (19,36,21). Sum of RGB (Red+Green+Blue) = 19+36+21=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 36 (14.45% from 255 or 47.37% from 76); Blue value is 21 (8.59% from 255 or 27.63% from 76); Max value from RGB is 36 - color contains mainly: green. Hex color #132415 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132415 is #ECDBEA. Grayscale: #1D1D1D. Windows color (decimal): -15522795 or 1385491. OLE color: 1385491.
HSL color Cylindrical-coordinate representation of color #132415: hue angle of 127.06º 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 #132415 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 36 | 21 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.86 |
| HSL | 127.06º | 0.31% | 0.11% | - |
| HSV(B) | 127.06º | 0.47% | 0.14% | - |
| XYZ | 1.03 | 1.45 | 0.94 | - |
| YUV | 29.21 | 123.37 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 21 | 0.47 | 0 | 0.42 | 0.86 | 127.06 | 0.31 | 0.11 |
| Hex | 13 | 24 | 15 | 2F | 0 | 2A | 56 | 7F | 1F | B |
| Octal | 23 | 44 | 25 | 57 | 0 | 52 | 126 | 177 | 37 | 13 |
| Binary | 10011 | 100100 | 10101 | 101111 | 0 | 101010 | 1010110 | 1111111 | 11111 | 1011 |
Color Harmonies of #132415
Complementary color
Monochromatic Colors of #132415
Black with #132415
Text Example
Text Example
White with #132415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132415; }
p { color: rgb(19,36,21); }
H1.HeaderClassName
{
color: #132415;
}
.AnyTagClassName
{
color: #132415;
}
</style>
background-color css
<style>
a { background-color: #132415; }
a { background-color: rgb(19,36,21); }
div.DivClassName
{
background-color: #132415;
}
.BgClassName
{
background-color: #132415;
}
</style>
border-color css
<style>
span { border-color: #132415; }
span { border-color: rgb(19,36,21); }
td.TdClassName
{
border-color: #132415;
}
.TagClassName
{
border-color: #132415;
}
</style>