Shades of Black Bean #1D3622
Tints of Black Bean #1D3622
RGB
CMYK
RGB Variations
Color information
#1D3622 (or 0x1D3622) is known color: Black Bean. HEX triplet: 1D, 36 and 22. RGB value is (29,54,34). Sum of RGB (Red+Green+Blue) = 29+54+34=117 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.79% from 117); Green value is 54 (21.48% from 255 or 46.15% from 117); Blue value is 34 (13.67% from 255 or 29.06% from 117); Max value from RGB is 54 - color contains mainly: green. Hex color #1D3622 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3622 is #E2C9DD. Grayscale: #2C2C2C. Windows color (decimal): -14862814 or 2242077. OLE color: 2242077.
HSL color Cylindrical-coordinate representation of color #1D3622: hue angle of 132º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1D3622 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 29 | 54 | 34 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.79 |
| HSL | 132º | 0.3% | 0.16% | - |
| HSV(B) | 132º | 0.46% | 0.21% | - |
| XYZ | 2.11 | 3.02 | 1.98 | - |
| YUV | 44.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 54 | 34 | 0.46 | 0 | 0.37 | 0.79 | 132 | 0.3 | 0.16 |
| Hex | 1D | 36 | 22 | 2E | 0 | 25 | 4F | 84 | 1E | 10 |
| Octal | 35 | 66 | 42 | 56 | 0 | 45 | 117 | 204 | 36 | 20 |
| Binary | 11101 | 110110 | 100010 | 101110 | 0 | 100101 | 1001111 | 10000100 | 11110 | 10000 |
Color Harmonies of #1D3622
Complementary color
Monochromatic Colors of #1D3622
Black with #1D3622
Text Example
Text Example
White with #1D3622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3622; }
p { color: rgb(29,54,34); }
H1.HeaderClassName
{
color: #1D3622;
}
.AnyTagClassName
{
color: #1D3622;
}
</style>
background-color css
<style>
a { background-color: #1D3622; }
a { background-color: rgb(29,54,34); }
div.DivClassName
{
background-color: #1D3622;
}
.BgClassName
{
background-color: #1D3622;
}
</style>
border-color css
<style>
span { border-color: #1D3622; }
span { border-color: rgb(29,54,34); }
td.TdClassName
{
border-color: #1D3622;
}
.TagClassName
{
border-color: #1D3622;
}
</style>