Shades of Black Bean #1D3420
Tints of Black Bean #1D3420
RGB
CMYK
RGB Variations
Color information
#1D3420 (or 0x1D3420) is known color: Black Bean. HEX triplet: 1D, 34 and 20. RGB value is (29,52,32). Sum of RGB (Red+Green+Blue) = 29+52+32=113 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.66% from 113); Green value is 52 (20.70% from 255 or 46.02% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 52 - color contains mainly: green. Hex color #1D3420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3420 is #E2CBDF. Grayscale: #2A2A2A. Windows color (decimal): -14863328 or 2110493. OLE color: 2110493.
HSL color Cylindrical-coordinate representation of color #1D3420: hue angle of 127.83º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1D3420 is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 29 | 52 | 32 | - |
| CMYK | 0.44 | 0 | 0.38 | 0.80 |
| HSL | 127.83º | 0.28% | 0.16% | - |
| HSV(B) | 127.83º | 0.44% | 0.2% | - |
| XYZ | 2 | 2.82 | 1.81 | - |
| YUV | 42.84 | 121.88 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 52 | 32 | 0.44 | 0 | 0.38 | 0.80 | 127.83 | 0.28 | 0.16 |
| Hex | 1D | 34 | 20 | 2C | 0 | 26 | 50 | 80 | 1C | 10 |
| Octal | 35 | 64 | 40 | 54 | 0 | 46 | 120 | 200 | 34 | 20 |
| Binary | 11101 | 110100 | 100000 | 101100 | 0 | 100110 | 1010000 | 10000000 | 11100 | 10000 |
Color Harmonies of #1D3420
Complementary color
Monochromatic Colors of #1D3420
Black with #1D3420
Text Example
Text Example
White with #1D3420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3420; }
p { color: rgb(29,52,32); }
H1.HeaderClassName
{
color: #1D3420;
}
.AnyTagClassName
{
color: #1D3420;
}
</style>
background-color css
<style>
a { background-color: #1D3420; }
a { background-color: rgb(29,52,32); }
div.DivClassName
{
background-color: #1D3420;
}
.BgClassName
{
background-color: #1D3420;
}
</style>
border-color css
<style>
span { border-color: #1D3420; }
span { border-color: rgb(29,52,32); }
td.TdClassName
{
border-color: #1D3420;
}
.TagClassName
{
border-color: #1D3420;
}
</style>