Shades of Black Bean #132F19
Tints of Black Bean #132F19
RGB
CMYK
RGB Variations
Color information
#132F19 (or 0x132F19) is known color: Black Bean. HEX triplet: 13, 2F and 19. RGB value is (19,47,25). Sum of RGB (Red+Green+Blue) = 19+47+25=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 47 (18.75% from 255 or 51.65% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 47 - color contains mainly: green. Hex color #132F19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132F19 is #ECD0E6. Grayscale: #242424. Windows color (decimal): -15519975 or 1650451. OLE color: 1650451.
HSL color Cylindrical-coordinate representation of color #132F19: hue angle of 132.86º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #132F19 is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 47 | 25 | - |
| CMYK | 0.60 | 0 | 0.47 | 0.82 |
| HSL | 132.86º | 0.42% | 0.13% | - |
| HSV(B) | 132.86º | 0.6% | 0.18% | - |
| XYZ | 1.46 | 2.24 | 1.28 | - |
| YUV | 36.12 | 121.72 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 47 | 25 | 0.60 | 0 | 0.47 | 0.82 | 132.86 | 0.42 | 0.13 |
| Hex | 13 | 2F | 19 | 3C | 0 | 2F | 52 | 85 | 2A | D |
| Octal | 23 | 57 | 31 | 74 | 0 | 57 | 122 | 205 | 52 | 15 |
| Binary | 10011 | 101111 | 11001 | 111100 | 0 | 101111 | 1010010 | 10000101 | 101010 | 1101 |
Color Harmonies of #132F19
Complementary color
Monochromatic Colors of #132F19
Black with #132F19
Text Example
Text Example
White with #132F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132F19; }
p { color: rgb(19,47,25); }
H1.HeaderClassName
{
color: #132F19;
}
.AnyTagClassName
{
color: #132F19;
}
</style>
background-color css
<style>
a { background-color: #132F19; }
a { background-color: rgb(19,47,25); }
div.DivClassName
{
background-color: #132F19;
}
.BgClassName
{
background-color: #132F19;
}
</style>
border-color css
<style>
span { border-color: #132F19; }
span { border-color: rgb(19,47,25); }
td.TdClassName
{
border-color: #132F19;
}
.TagClassName
{
border-color: #132F19;
}
</style>