Shades of Black Bean #132D17
Tints of Black Bean #132D17
RGB
CMYK
RGB Variations
Color information
#132D17 (or 0x132D17) is known color: Black Bean. HEX triplet: 13, 2D and 17. RGB value is (19,45,23). Sum of RGB (Red+Green+Blue) = 19+45+23=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 45 (17.97% from 255 or 51.72% from 87); Blue value is 23 (9.38% from 255 or 26.44% from 87); Max value from RGB is 45 - color contains mainly: green. Hex color #132D17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132D17 is #ECD2E8. Grayscale: #222222. Windows color (decimal): -15520489 or 1518867. OLE color: 1518867.
HSL color Cylindrical-coordinate representation of color #132D17: hue angle of 129.23º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #132D17 is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 45 | 23 | - |
| CMYK | 0.58 | 0 | 0.49 | 0.82 |
| HSL | 129.23º | 0.41% | 0.13% | - |
| HSV(B) | 129.23º | 0.58% | 0.18% | - |
| XYZ | 1.36 | 2.08 | 1.14 | - |
| YUV | 34.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 23 | 0.58 | 0 | 0.49 | 0.82 | 129.23 | 0.41 | 0.13 |
| Hex | 13 | 2D | 17 | 3A | 0 | 31 | 52 | 81 | 29 | D |
| Octal | 23 | 55 | 27 | 72 | 0 | 61 | 122 | 201 | 51 | 15 |
| Binary | 10011 | 101101 | 10111 | 111010 | 0 | 110001 | 1010010 | 10000001 | 101001 | 1101 |
Color Harmonies of #132D17
Complementary color
Monochromatic Colors of #132D17
Black with #132D17
Text Example
Text Example
White with #132D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132D17; }
p { color: rgb(19,45,23); }
H1.HeaderClassName
{
color: #132D17;
}
.AnyTagClassName
{
color: #132D17;
}
</style>
background-color css
<style>
a { background-color: #132D17; }
a { background-color: rgb(19,45,23); }
div.DivClassName
{
background-color: #132D17;
}
.BgClassName
{
background-color: #132D17;
}
</style>
border-color css
<style>
span { border-color: #132D17; }
span { border-color: rgb(19,45,23); }
td.TdClassName
{
border-color: #132D17;
}
.TagClassName
{
border-color: #132D17;
}
</style>