Shades of Black Bean #1D2820
Tints of Black Bean #1D2820
RGB
CMYK
RGB Variations
Color information
#1D2820 (or 0x1D2820) is known color: Black Bean. HEX triplet: 1D, 28 and 20. RGB value is (29,40,32). Sum of RGB (Red+Green+Blue) = 29+40+32=101 (13% of max value = 765). Red value is 29 (11.72% from 255 or 28.71% from 101); Green value is 40 (16.02% from 255 or 39.60% from 101); Blue value is 32 (12.89% from 255 or 31.68% from 101); Max value from RGB is 40 - color contains mainly: green. Hex color #1D2820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2820 is #E2D7DF. Grayscale: #232323. Windows color (decimal): -14866400 or 2107421. OLE color: 2107421.
HSL color Cylindrical-coordinate representation of color #1D2820: hue angle of 136.36º degrees, saturation: 0.16, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #1D2820 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 29 | 40 | 32 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.84 |
| HSL | 136.36º | 0.16% | 0.14% | - |
| HSV(B) | 136.36º | 0.28% | 0.16% | - |
| XYZ | 1.53 | 1.88 | 1.65 | - |
| YUV | 35.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 40 | 32 | 0.28 | 0 | 0.20 | 0.84 | 136.36 | 0.16 | 0.14 |
| Hex | 1D | 28 | 20 | 1C | 0 | 14 | 54 | 88 | 10 | E |
| Octal | 35 | 50 | 40 | 34 | 0 | 24 | 124 | 210 | 20 | 16 |
| Binary | 11101 | 101000 | 100000 | 11100 | 0 | 10100 | 1010100 | 10001000 | 10000 | 1110 |
Color Harmonies of #1D2820
Complementary color
Monochromatic Colors of #1D2820
Black with #1D2820
Text Example
Text Example
White with #1D2820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2820; }
p { color: rgb(29,40,32); }
H1.HeaderClassName
{
color: #1D2820;
}
.AnyTagClassName
{
color: #1D2820;
}
</style>
background-color css
<style>
a { background-color: #1D2820; }
a { background-color: rgb(29,40,32); }
div.DivClassName
{
background-color: #1D2820;
}
.BgClassName
{
background-color: #1D2820;
}
</style>
border-color css
<style>
span { border-color: #1D2820; }
span { border-color: rgb(29,40,32); }
td.TdClassName
{
border-color: #1D2820;
}
.TagClassName
{
border-color: #1D2820;
}
</style>