Shades of Black Bean #1D3221
Tints of Black Bean #1D3221
RGB
CMYK
RGB Variations
Color information
#1D3221 (or 0x1D3221) is known color: Black Bean. HEX triplet: 1D, 32 and 21. RGB value is (29,50,33). Sum of RGB (Red+Green+Blue) = 29+50+33=112 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.89% from 112); Green value is 50 (19.92% from 255 or 44.64% from 112); Blue value is 33 (13.28% from 255 or 29.46% from 112); Max value from RGB is 50 - color contains mainly: green. Hex color #1D3221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3221 is #E2CDDE. Grayscale: #292929. Windows color (decimal): -14863839 or 2175517. OLE color: 2175517.
HSL color Cylindrical-coordinate representation of color #1D3221: hue angle of 131.43º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1D3221 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 29 | 50 | 33 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.80 |
| HSL | 131.43º | 0.27% | 0.15% | - |
| HSV(B) | 131.43º | 0.42% | 0.2% | - |
| XYZ | 1.92 | 2.65 | 1.85 | - |
| YUV | 41.78 | 123.04 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 50 | 33 | 0.42 | 0 | 0.34 | 0.80 | 131.43 | 0.27 | 0.15 |
| Hex | 1D | 32 | 21 | 2A | 0 | 22 | 50 | 83 | 1B | F |
| Octal | 35 | 62 | 41 | 52 | 0 | 42 | 120 | 203 | 33 | 17 |
| Binary | 11101 | 110010 | 100001 | 101010 | 0 | 100010 | 1010000 | 10000011 | 11011 | 1111 |
Color Harmonies of #1D3221
Complementary color
Monochromatic Colors of #1D3221
Black with #1D3221
Text Example
Text Example
White with #1D3221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3221; }
p { color: rgb(29,50,33); }
H1.HeaderClassName
{
color: #1D3221;
}
.AnyTagClassName
{
color: #1D3221;
}
</style>
background-color css
<style>
a { background-color: #1D3221; }
a { background-color: rgb(29,50,33); }
div.DivClassName
{
background-color: #1D3221;
}
.BgClassName
{
background-color: #1D3221;
}
</style>
border-color css
<style>
span { border-color: #1D3221; }
span { border-color: rgb(29,50,33); }
td.TdClassName
{
border-color: #1D3221;
}
.TagClassName
{
border-color: #1D3221;
}
</style>