Shades of Black Bean #1D341F
Tints of Black Bean #1D341F
RGB
CMYK
RGB Variations
Color information
#1D341F (or 0x1D341F) is known color: Black Bean. HEX triplet: 1D, 34 and 1F. RGB value is (29,52,31). Sum of RGB (Red+Green+Blue) = 29+52+31=112 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.89% from 112); Green value is 52 (20.70% from 255 or 46.43% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 52 - color contains mainly: green. Hex color #1D341F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D341F is #E2CBE0. Grayscale: #2A2A2A. Windows color (decimal): -14863329 or 2044957. OLE color: 2044957.
HSL color Cylindrical-coordinate representation of color #1D341F: hue angle of 125.22º 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 #1D341F is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 29 | 52 | 31 | - |
| CMYK | 0.44 | 0 | 0.40 | 0.80 |
| HSL | 125.22º | 0.28% | 0.16% | - |
| HSV(B) | 125.22º | 0.44% | 0.2% | - |
| XYZ | 1.98 | 2.82 | 1.74 | - |
| YUV | 42.73 | 121.38 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 52 | 31 | 0.44 | 0 | 0.40 | 0.80 | 125.22 | 0.28 | 0.16 |
| Hex | 1D | 34 | 1F | 2C | 0 | 28 | 50 | 7D | 1C | 10 |
| Octal | 35 | 64 | 37 | 54 | 0 | 50 | 120 | 175 | 34 | 20 |
| Binary | 11101 | 110100 | 11111 | 101100 | 0 | 101000 | 1010000 | 1111101 | 11100 | 10000 |
Color Harmonies of #1D341F
Complementary color
Monochromatic Colors of #1D341F
Black with #1D341F
Text Example
Text Example
White with #1D341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D341F; }
p { color: rgb(29,52,31); }
H1.HeaderClassName
{
color: #1D341F;
}
.AnyTagClassName
{
color: #1D341F;
}
</style>
background-color css
<style>
a { background-color: #1D341F; }
a { background-color: rgb(29,52,31); }
div.DivClassName
{
background-color: #1D341F;
}
.BgClassName
{
background-color: #1D341F;
}
</style>
border-color css
<style>
span { border-color: #1D341F; }
span { border-color: rgb(29,52,31); }
td.TdClassName
{
border-color: #1D341F;
}
.TagClassName
{
border-color: #1D341F;
}
</style>