Shades of Black Bean #1D3422
Tints of Black Bean #1D3422
RGB
CMYK
RGB Variations
Color information
#1D3422 (or 0x1D3422) is known color: Black Bean. HEX triplet: 1D, 34 and 22. RGB value is (29,52,34). Sum of RGB (Red+Green+Blue) = 29+52+34=115 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25.22% from 115); Green value is 52 (20.70% from 255 or 45.22% from 115); Blue value is 34 (13.67% from 255 or 29.57% from 115); Max value from RGB is 52 - color contains mainly: green. Hex color #1D3422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3422 is #E2CBDD. Grayscale: #2B2B2B. Windows color (decimal): -14863326 or 2241565. OLE color: 2241565.
HSL color Cylindrical-coordinate representation of color #1D3422: hue angle of 133.04º 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 #1D3422 is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 29 | 52 | 34 | - |
| CMYK | 0.44 | 0 | 0.35 | 0.80 |
| HSL | 133.04º | 0.28% | 0.16% | - |
| HSV(B) | 133.04º | 0.44% | 0.2% | - |
| XYZ | 2.02 | 2.83 | 1.95 | - |
| YUV | 43.07 | 122.88 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 52 | 34 | 0.44 | 0 | 0.35 | 0.80 | 133.04 | 0.28 | 0.16 |
| Hex | 1D | 34 | 22 | 2C | 0 | 23 | 50 | 85 | 1C | 10 |
| Octal | 35 | 64 | 42 | 54 | 0 | 43 | 120 | 205 | 34 | 20 |
| Binary | 11101 | 110100 | 100010 | 101100 | 0 | 100011 | 1010000 | 10000101 | 11100 | 10000 |
Color Harmonies of #1D3422
Complementary color
Monochromatic Colors of #1D3422
Black with #1D3422
Text Example
Text Example
White with #1D3422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3422; }
p { color: rgb(29,52,34); }
H1.HeaderClassName
{
color: #1D3422;
}
.AnyTagClassName
{
color: #1D3422;
}
</style>
background-color css
<style>
a { background-color: #1D3422; }
a { background-color: rgb(29,52,34); }
div.DivClassName
{
background-color: #1D3422;
}
.BgClassName
{
background-color: #1D3422;
}
</style>
border-color css
<style>
span { border-color: #1D3422; }
span { border-color: rgb(29,52,34); }
td.TdClassName
{
border-color: #1D3422;
}
.TagClassName
{
border-color: #1D3422;
}
</style>