Shades of Black Bean #1D2C20
Tints of Black Bean #1D2C20
RGB
CMYK
RGB Variations
Color information
#1D2C20 (or 0x1D2C20) is known color: Black Bean. HEX triplet: 1D, 2C and 20. RGB value is (29,44,32). Sum of RGB (Red+Green+Blue) = 29+44+32=105 (13% of max value = 765). Red value is 29 (11.72% from 255 or 27.62% from 105); Green value is 44 (17.58% from 255 or 41.90% from 105); Blue value is 32 (12.89% from 255 or 30.48% from 105); Max value from RGB is 44 - color contains mainly: green. Hex color #1D2C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2C20 is #E2D3DF. Grayscale: #262626. Windows color (decimal): -14865376 or 2108445. OLE color: 2108445.
HSL color Cylindrical-coordinate representation of color #1D2C20: hue angle of 132º degrees, saturation: 0.21, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #1D2C20 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 29 | 44 | 32 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.83 |
| HSL | 132º | 0.21% | 0.14% | - |
| HSV(B) | 132º | 0.34% | 0.17% | - |
| XYZ | 1.67 | 2.17 | 1.7 | - |
| YUV | 38.15 | 124.53 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 44 | 32 | 0.34 | 0 | 0.27 | 0.83 | 132 | 0.21 | 0.14 |
| Hex | 1D | 2C | 20 | 22 | 0 | 1B | 53 | 84 | 15 | E |
| Octal | 35 | 54 | 40 | 42 | 0 | 33 | 123 | 204 | 25 | 16 |
| Binary | 11101 | 101100 | 100000 | 100010 | 0 | 11011 | 1010011 | 10000100 | 10101 | 1110 |
Color Harmonies of #1D2C20
Complementary color
Monochromatic Colors of #1D2C20
Black with #1D2C20
Text Example
Text Example
White with #1D2C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2C20; }
p { color: rgb(29,44,32); }
H1.HeaderClassName
{
color: #1D2C20;
}
.AnyTagClassName
{
color: #1D2C20;
}
</style>
background-color css
<style>
a { background-color: #1D2C20; }
a { background-color: rgb(29,44,32); }
div.DivClassName
{
background-color: #1D2C20;
}
.BgClassName
{
background-color: #1D2C20;
}
</style>
border-color css
<style>
span { border-color: #1D2C20; }
span { border-color: rgb(29,44,32); }
td.TdClassName
{
border-color: #1D2C20;
}
.TagClassName
{
border-color: #1D2C20;
}
</style>