Shades of Black Bean #132C17
Tints of Black Bean #132C17
RGB
CMYK
RGB Variations
Color information
#132C17 (or 0x132C17) is known color: Black Bean. HEX triplet: 13, 2C and 17. RGB value is (19,44,23). Sum of RGB (Red+Green+Blue) = 19+44+23=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 44 (17.58% from 255 or 51.16% from 86); Blue value is 23 (9.38% from 255 or 26.74% from 86); Max value from RGB is 44 - color contains mainly: green. Hex color #132C17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132C17 is #ECD3E8. Grayscale: #222222. Windows color (decimal): -15520745 or 1518611. OLE color: 1518611.
HSL color Cylindrical-coordinate representation of color #132C17: hue angle of 129.6º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #132C17 is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 19 | 44 | 23 | - |
| CMYK | 0.57 | 0 | 0.48 | 0.83 |
| HSL | 129.6º | 0.4% | 0.12% | - |
| HSV(B) | 129.6º | 0.57% | 0.17% | - |
| XYZ | 1.32 | 2 | 1.13 | - |
| YUV | 34.13 | 121.72 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 44 | 23 | 0.57 | 0 | 0.48 | 0.83 | 129.6 | 0.4 | 0.12 |
| Hex | 13 | 2C | 17 | 39 | 0 | 30 | 53 | 82 | 28 | C |
| Octal | 23 | 54 | 27 | 71 | 0 | 60 | 123 | 202 | 50 | 14 |
| Binary | 10011 | 101100 | 10111 | 111001 | 0 | 110000 | 1010011 | 10000010 | 101000 | 1100 |
Color Harmonies of #132C17
Complementary color
Monochromatic Colors of #132C17
Black with #132C17
Text Example
Text Example
White with #132C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132C17; }
p { color: rgb(19,44,23); }
H1.HeaderClassName
{
color: #132C17;
}
.AnyTagClassName
{
color: #132C17;
}
</style>
background-color css
<style>
a { background-color: #132C17; }
a { background-color: rgb(19,44,23); }
div.DivClassName
{
background-color: #132C17;
}
.BgClassName
{
background-color: #132C17;
}
</style>
border-color css
<style>
span { border-color: #132C17; }
span { border-color: rgb(19,44,23); }
td.TdClassName
{
border-color: #132C17;
}
.TagClassName
{
border-color: #132C17;
}
</style>