Shades of Black Bean #132314
Tints of Black Bean #132314
RGB
CMYK
RGB Variations
Color information
#132314 (or 0x132314) is known color: Black Bean. HEX triplet: 13, 23 and 14. RGB value is (19,35,20). Sum of RGB (Red+Green+Blue) = 19+35+20=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 35 (14.06% from 255 or 47.30% from 74); Blue value is 20 (8.20% from 255 or 27.03% from 74); Max value from RGB is 35 - color contains mainly: green. Hex color #132314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132314 is #ECDCEB. Grayscale: #1C1C1C. Windows color (decimal): -15523052 or 1319699. OLE color: 1319699.
HSL color Cylindrical-coordinate representation of color #132314: hue angle of 123.75º 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 #132314 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 35 | 20 | - |
| CMYK | 0.46 | 0 | 0.43 | 0.86 |
| HSL | 123.75º | 0.3% | 0.11% | - |
| HSV(B) | 123.75º | 0.46% | 0.14% | - |
| XYZ | 1 | 1.39 | 0.88 | - |
| YUV | 28.51 | 123.2 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 20 | 0.46 | 0 | 0.43 | 0.86 | 123.75 | 0.3 | 0.11 |
| Hex | 13 | 23 | 14 | 2E | 0 | 2B | 56 | 7C | 1E | B |
| Octal | 23 | 43 | 24 | 56 | 0 | 53 | 126 | 174 | 36 | 13 |
| Binary | 10011 | 100011 | 10100 | 101110 | 0 | 101011 | 1010110 | 1111100 | 11110 | 1011 |
Color Harmonies of #132314
Complementary color
Monochromatic Colors of #132314
Black with #132314
Text Example
Text Example
White with #132314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132314; }
p { color: rgb(19,35,20); }
H1.HeaderClassName
{
color: #132314;
}
.AnyTagClassName
{
color: #132314;
}
</style>
background-color css
<style>
a { background-color: #132314; }
a { background-color: rgb(19,35,20); }
div.DivClassName
{
background-color: #132314;
}
.BgClassName
{
background-color: #132314;
}
</style>
border-color css
<style>
span { border-color: #132314; }
span { border-color: rgb(19,35,20); }
td.TdClassName
{
border-color: #132314;
}
.TagClassName
{
border-color: #132314;
}
</style>