Shades of Black Bean #132714
Tints of Black Bean #132714
RGB
CMYK
RGB Variations
Color information
#132714 (or 0x132714) is known color: Black Bean. HEX triplet: 13, 27 and 14. RGB value is (19,39,20). Sum of RGB (Red+Green+Blue) = 19+39+20=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 39 (15.62% from 255 or 50% from 78); Blue value is 20 (8.20% from 255 or 25.64% from 78); Max value from RGB is 39 - color contains mainly: green. Hex color #132714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132714 is #ECD8EB. Grayscale: #1E1E1E. Windows color (decimal): -15522028 or 1320723. OLE color: 1320723.
HSL color Cylindrical-coordinate representation of color #132714: hue angle of 123º 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 #132714 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 39 | 20 | - |
| CMYK | 0.51 | 0 | 0.49 | 0.85 |
| HSL | 123º | 0.34% | 0.11% | - |
| HSV(B) | 123º | 0.51% | 0.15% | - |
| XYZ | 1.12 | 1.64 | 0.92 | - |
| YUV | 30.85 | 121.87 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 39 | 20 | 0.51 | 0 | 0.49 | 0.85 | 123 | 0.34 | 0.11 |
| Hex | 13 | 27 | 14 | 33 | 0 | 31 | 55 | 7B | 22 | B |
| Octal | 23 | 47 | 24 | 63 | 0 | 61 | 125 | 173 | 42 | 13 |
| Binary | 10011 | 100111 | 10100 | 110011 | 0 | 110001 | 1010101 | 1111011 | 100010 | 1011 |
Color Harmonies of #132714
Complementary color
Monochromatic Colors of #132714
Black with #132714
Text Example
Text Example
White with #132714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132714; }
p { color: rgb(19,39,20); }
H1.HeaderClassName
{
color: #132714;
}
.AnyTagClassName
{
color: #132714;
}
</style>
background-color css
<style>
a { background-color: #132714; }
a { background-color: rgb(19,39,20); }
div.DivClassName
{
background-color: #132714;
}
.BgClassName
{
background-color: #132714;
}
</style>
border-color css
<style>
span { border-color: #132714; }
span { border-color: rgb(19,39,20); }
td.TdClassName
{
border-color: #132714;
}
.TagClassName
{
border-color: #132714;
}
</style>