Shades of Black Bean #132919
Tints of Black Bean #132919
RGB
CMYK
RGB Variations
Color information
#132919 (or 0x132919) is known color: Black Bean. HEX triplet: 13, 29 and 19. RGB value is (19,41,25). Sum of RGB (Red+Green+Blue) = 19+41+25=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 41 (16.41% from 255 or 48.24% from 85); Blue value is 25 (10.16% from 255 or 29.41% from 85); Max value from RGB is 41 - color contains mainly: green. Hex color #132919 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132919 is #ECD6E6. Grayscale: #202020. Windows color (decimal): -15521511 or 1648915. OLE color: 1648915.
HSL color Cylindrical-coordinate representation of color #132919: hue angle of 136.36º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #132919 is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 41 | 25 | - |
| CMYK | 0.54 | 0 | 0.39 | 0.84 |
| HSL | 136.36º | 0.37% | 0.12% | - |
| HSV(B) | 136.36º | 0.54% | 0.16% | - |
| XYZ | 1.24 | 1.79 | 1.2 | - |
| YUV | 32.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 25 | 0.54 | 0 | 0.39 | 0.84 | 136.36 | 0.37 | 0.12 |
| Hex | 13 | 29 | 19 | 36 | 0 | 27 | 54 | 88 | 25 | C |
| Octal | 23 | 51 | 31 | 66 | 0 | 47 | 124 | 210 | 45 | 14 |
| Binary | 10011 | 101001 | 11001 | 110110 | 0 | 100111 | 1010100 | 10001000 | 100101 | 1100 |
Color Harmonies of #132919
Complementary color
Monochromatic Colors of #132919
Black with #132919
Text Example
Text Example
White with #132919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132919; }
p { color: rgb(19,41,25); }
H1.HeaderClassName
{
color: #132919;
}
.AnyTagClassName
{
color: #132919;
}
</style>
background-color css
<style>
a { background-color: #132919; }
a { background-color: rgb(19,41,25); }
div.DivClassName
{
background-color: #132919;
}
.BgClassName
{
background-color: #132919;
}
</style>
border-color css
<style>
span { border-color: #132919; }
span { border-color: rgb(19,41,25); }
td.TdClassName
{
border-color: #132919;
}
.TagClassName
{
border-color: #132919;
}
</style>