Shades of Black Bean #132819
Tints of Black Bean #132819
RGB
CMYK
RGB Variations
Color information
#132819 (or 0x132819) is known color: Black Bean. HEX triplet: 13, 28 and 19. RGB value is (19,40,25). Sum of RGB (Red+Green+Blue) = 19+40+25=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 40 (16.02% from 255 or 47.62% from 84); Blue value is 25 (10.16% from 255 or 29.76% from 84); Max value from RGB is 40 - color contains mainly: green. Hex color #132819 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132819 is #ECD7E6. Grayscale: #202020. Windows color (decimal): -15521767 or 1648659. OLE color: 1648659.
HSL color Cylindrical-coordinate representation of color #132819: hue angle of 137.14º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #132819 is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 40 | 25 | - |
| CMYK | 0.52 | 0 | 0.38 | 0.84 |
| HSL | 137.14º | 0.36% | 0.12% | - |
| HSV(B) | 137.14º | 0.53% | 0.16% | - |
| XYZ | 1.2 | 1.73 | 1.19 | - |
| YUV | 32.01 | 124.04 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 40 | 25 | 0.52 | 0 | 0.38 | 0.84 | 137.14 | 0.36 | 0.12 |
| Hex | 13 | 28 | 19 | 34 | 0 | 26 | 54 | 89 | 24 | C |
| Octal | 23 | 50 | 31 | 64 | 0 | 46 | 124 | 211 | 44 | 14 |
| Binary | 10011 | 101000 | 11001 | 110100 | 0 | 100110 | 1010100 | 10001001 | 100100 | 1100 |
Color Harmonies of #132819
Complementary color
Monochromatic Colors of #132819
Black with #132819
Text Example
Text Example
White with #132819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132819; }
p { color: rgb(19,40,25); }
H1.HeaderClassName
{
color: #132819;
}
.AnyTagClassName
{
color: #132819;
}
</style>
background-color css
<style>
a { background-color: #132819; }
a { background-color: rgb(19,40,25); }
div.DivClassName
{
background-color: #132819;
}
.BgClassName
{
background-color: #132819;
}
</style>
border-color css
<style>
span { border-color: #132819; }
span { border-color: rgb(19,40,25); }
td.TdClassName
{
border-color: #132819;
}
.TagClassName
{
border-color: #132819;
}
</style>