Shades of Black Bean #132F17
Tints of Black Bean #132F17
RGB
CMYK
RGB Variations
Color information
#132F17 (or 0x132F17) is known color: Black Bean. HEX triplet: 13, 2F and 17. RGB value is (19,47,23). Sum of RGB (Red+Green+Blue) = 19+47+23=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 47 (18.75% from 255 or 52.81% from 89); Blue value is 23 (9.38% from 255 or 25.84% from 89); Max value from RGB is 47 - color contains mainly: green. Hex color #132F17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132F17 is #ECD0E8. Grayscale: #232323. Windows color (decimal): -15519977 or 1519379. OLE color: 1519379.
HSL color Cylindrical-coordinate representation of color #132F17: hue angle of 128.57º 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 #132F17 is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 47 | 23 | - |
| CMYK | 0.60 | 0 | 0.51 | 0.82 |
| HSL | 128.57º | 0.42% | 0.13% | - |
| HSV(B) | 128.57º | 0.6% | 0.18% | - |
| XYZ | 1.44 | 2.23 | 1.17 | - |
| YUV | 35.89 | 120.72 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 47 | 23 | 0.60 | 0 | 0.51 | 0.82 | 128.57 | 0.42 | 0.13 |
| Hex | 13 | 2F | 17 | 3C | 0 | 33 | 52 | 81 | 2A | D |
| Octal | 23 | 57 | 27 | 74 | 0 | 63 | 122 | 201 | 52 | 15 |
| Binary | 10011 | 101111 | 10111 | 111100 | 0 | 110011 | 1010010 | 10000001 | 101010 | 1101 |
Color Harmonies of #132F17
Complementary color
Monochromatic Colors of #132F17
Black with #132F17
Text Example
Text Example
White with #132F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132F17; }
p { color: rgb(19,47,23); }
H1.HeaderClassName
{
color: #132F17;
}
.AnyTagClassName
{
color: #132F17;
}
</style>
background-color css
<style>
a { background-color: #132F17; }
a { background-color: rgb(19,47,23); }
div.DivClassName
{
background-color: #132F17;
}
.BgClassName
{
background-color: #132F17;
}
</style>
border-color css
<style>
span { border-color: #132F17; }
span { border-color: rgb(19,47,23); }
td.TdClassName
{
border-color: #132F17;
}
.TagClassName
{
border-color: #132F17;
}
</style>