Shades of Black Bean #132715
Tints of Black Bean #132715
RGB
CMYK
RGB Variations
Color information
#132715 (or 0x132715) is known color: Black Bean. HEX triplet: 13, 27 and 15. RGB value is (19,39,21). Sum of RGB (Red+Green+Blue) = 19+39+21=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 39 (15.62% from 255 or 49.37% from 79); Blue value is 21 (8.59% from 255 or 26.58% from 79); Max value from RGB is 39 - color contains mainly: green. Hex color #132715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132715 is #ECD8EA. Grayscale: #1F1F1F. Windows color (decimal): -15522027 or 1386259. OLE color: 1386259.
HSL color Cylindrical-coordinate representation of color #132715: hue angle of 126º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #132715 is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 39 | 21 | - |
| CMYK | 0.51 | 0 | 0.46 | 0.85 |
| HSL | 126º | 0.34% | 0.11% | - |
| HSV(B) | 126º | 0.51% | 0.15% | - |
| XYZ | 1.13 | 1.64 | 0.97 | - |
| YUV | 30.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 39 | 21 | 0.51 | 0 | 0.46 | 0.85 | 126 | 0.34 | 0.11 |
| Hex | 13 | 27 | 15 | 33 | 0 | 2E | 55 | 7E | 22 | B |
| Octal | 23 | 47 | 25 | 63 | 0 | 56 | 125 | 176 | 42 | 13 |
| Binary | 10011 | 100111 | 10101 | 110011 | 0 | 101110 | 1010101 | 1111110 | 100010 | 1011 |
Color Harmonies of #132715
Complementary color
Monochromatic Colors of #132715
Black with #132715
Text Example
Text Example
White with #132715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132715; }
p { color: rgb(19,39,21); }
H1.HeaderClassName
{
color: #132715;
}
.AnyTagClassName
{
color: #132715;
}
</style>
background-color css
<style>
a { background-color: #132715; }
a { background-color: rgb(19,39,21); }
div.DivClassName
{
background-color: #132715;
}
.BgClassName
{
background-color: #132715;
}
</style>
border-color css
<style>
span { border-color: #132715; }
span { border-color: rgb(19,39,21); }
td.TdClassName
{
border-color: #132715;
}
.TagClassName
{
border-color: #132715;
}
</style>