Shades of Black Bean #132619
Tints of Black Bean #132619
RGB
CMYK
RGB Variations
Color information
#132619 (or 0x132619) is known color: Black Bean. HEX triplet: 13, 26 and 19. RGB value is (19,38,25). Sum of RGB (Red+Green+Blue) = 19+38+25=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 38 (15.23% from 255 or 46.34% from 82); Blue value is 25 (10.16% from 255 or 30.49% from 82); Max value from RGB is 38 - color contains mainly: green. Hex color #132619 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132619 is #ECD9E6. Grayscale: #1E1E1E. Windows color (decimal): -15522279 or 1648147. OLE color: 1648147.
HSL color Cylindrical-coordinate representation of color #132619: hue angle of 138.95º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #132619 is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 38 | 25 | - |
| CMYK | 0.50 | 0 | 0.34 | 0.85 |
| HSL | 138.95º | 0.33% | 0.11% | - |
| HSV(B) | 138.95º | 0.5% | 0.15% | - |
| XYZ | 1.14 | 1.59 | 1.17 | - |
| YUV | 30.84 | 124.71 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 38 | 25 | 0.50 | 0 | 0.34 | 0.85 | 138.95 | 0.33 | 0.11 |
| Hex | 13 | 26 | 19 | 32 | 0 | 22 | 55 | 8B | 21 | B |
| Octal | 23 | 46 | 31 | 62 | 0 | 42 | 125 | 213 | 41 | 13 |
| Binary | 10011 | 100110 | 11001 | 110010 | 0 | 100010 | 1010101 | 10001011 | 100001 | 1011 |
Color Harmonies of #132619
Complementary color
Monochromatic Colors of #132619
Black with #132619
Text Example
Text Example
White with #132619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132619; }
p { color: rgb(19,38,25); }
H1.HeaderClassName
{
color: #132619;
}
.AnyTagClassName
{
color: #132619;
}
</style>
background-color css
<style>
a { background-color: #132619; }
a { background-color: rgb(19,38,25); }
div.DivClassName
{
background-color: #132619;
}
.BgClassName
{
background-color: #132619;
}
</style>
border-color css
<style>
span { border-color: #132619; }
span { border-color: rgb(19,38,25); }
td.TdClassName
{
border-color: #132619;
}
.TagClassName
{
border-color: #132619;
}
</style>