Shades of Black Bean #132519
Tints of Black Bean #132519
RGB
CMYK
RGB Variations
Color information
#132519 (or 0x132519) is known color: Black Bean. HEX triplet: 13, 25 and 19. RGB value is (19,37,25). Sum of RGB (Red+Green+Blue) = 19+37+25=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 37 (14.84% from 255 or 45.68% from 81); Blue value is 25 (10.16% from 255 or 30.86% from 81); Max value from RGB is 37 - color contains mainly: green. Hex color #132519 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132519 is #ECDAE6. Grayscale: #1E1E1E. Windows color (decimal): -15522535 or 1647891. OLE color: 1647891.
HSL color Cylindrical-coordinate representation of color #132519: hue angle of 140º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #132519 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 37 | 25 | - |
| CMYK | 0.49 | 0 | 0.32 | 0.85 |
| HSL | 140º | 0.32% | 0.11% | - |
| HSV(B) | 140º | 0.49% | 0.15% | - |
| XYZ | 1.11 | 1.53 | 1.16 | - |
| YUV | 30.25 | 125.04 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 37 | 25 | 0.49 | 0 | 0.32 | 0.85 | 140 | 0.32 | 0.11 |
| Hex | 13 | 25 | 19 | 31 | 0 | 20 | 55 | 8C | 20 | B |
| Octal | 23 | 45 | 31 | 61 | 0 | 40 | 125 | 214 | 40 | 13 |
| Binary | 10011 | 100101 | 11001 | 110001 | 0 | 100000 | 1010101 | 10001100 | 100000 | 1011 |
Color Harmonies of #132519
Complementary color
Monochromatic Colors of #132519
Black with #132519
Text Example
Text Example
White with #132519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132519; }
p { color: rgb(19,37,25); }
H1.HeaderClassName
{
color: #132519;
}
.AnyTagClassName
{
color: #132519;
}
</style>
background-color css
<style>
a { background-color: #132519; }
a { background-color: rgb(19,37,25); }
div.DivClassName
{
background-color: #132519;
}
.BgClassName
{
background-color: #132519;
}
</style>
border-color css
<style>
span { border-color: #132519; }
span { border-color: rgb(19,37,25); }
td.TdClassName
{
border-color: #132519;
}
.TagClassName
{
border-color: #132519;
}
</style>