Shades of Black Bean #1D3122
Tints of Black Bean #1D3122
RGB
CMYK
RGB Variations
Color information
#1D3122 (or 0x1D3122) is known color: Black Bean. HEX triplet: 1D, 31 and 22. RGB value is (29,49,34). Sum of RGB (Red+Green+Blue) = 29+49+34=112 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.89% from 112); Green value is 49 (19.53% from 255 or 43.75% from 112); Blue value is 34 (13.67% from 255 or 30.36% from 112); Max value from RGB is 49 - color contains mainly: green. Hex color #1D3122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3122 is #E2CEDD. Grayscale: #292929. Windows color (decimal): -14864094 or 2240797. OLE color: 2240797.
HSL color Cylindrical-coordinate representation of color #1D3122: hue angle of 135º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1D3122 is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 29 | 49 | 34 | - |
| CMYK | 0.41 | 0 | 0.31 | 0.81 |
| HSL | 135º | 0.26% | 0.15% | - |
| HSV(B) | 135º | 0.41% | 0.19% | - |
| XYZ | 1.89 | 2.57 | 1.91 | - |
| YUV | 41.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 49 | 34 | 0.41 | 0 | 0.31 | 0.81 | 135 | 0.26 | 0.15 |
| Hex | 1D | 31 | 22 | 29 | 0 | 1F | 51 | 87 | 1A | F |
| Octal | 35 | 61 | 42 | 51 | 0 | 37 | 121 | 207 | 32 | 17 |
| Binary | 11101 | 110001 | 100010 | 101001 | 0 | 11111 | 1010001 | 10000111 | 11010 | 1111 |
Color Harmonies of #1D3122
Complementary color
Monochromatic Colors of #1D3122
Black with #1D3122
Text Example
Text Example
White with #1D3122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3122; }
p { color: rgb(29,49,34); }
H1.HeaderClassName
{
color: #1D3122;
}
.AnyTagClassName
{
color: #1D3122;
}
</style>
background-color css
<style>
a { background-color: #1D3122; }
a { background-color: rgb(29,49,34); }
div.DivClassName
{
background-color: #1D3122;
}
.BgClassName
{
background-color: #1D3122;
}
</style>
border-color css
<style>
span { border-color: #1D3122; }
span { border-color: rgb(29,49,34); }
td.TdClassName
{
border-color: #1D3122;
}
.TagClassName
{
border-color: #1D3122;
}
</style>