Shades of Black Bean #1D2F20
Tints of Black Bean #1D2F20
RGB
CMYK
RGB Variations
Color information
#1D2F20 (or 0x1D2F20) is known color: Black Bean. HEX triplet: 1D, 2F and 20. RGB value is (29,47,32). Sum of RGB (Red+Green+Blue) = 29+47+32=108 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.85% from 108); Green value is 47 (18.75% from 255 or 43.52% from 108); Blue value is 32 (12.89% from 255 or 29.63% from 108); Max value from RGB is 47 - color contains mainly: green. Hex color #1D2F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2F20 is #E2D0DF. Grayscale: #272727. Windows color (decimal): -14864608 or 2109213. OLE color: 2109213.
HSL color Cylindrical-coordinate representation of color #1D2F20: hue angle of 130º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1D2F20 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 29 | 47 | 32 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.82 |
| HSL | 130º | 0.24% | 0.15% | - |
| HSV(B) | 130º | 0.38% | 0.18% | - |
| XYZ | 1.78 | 2.4 | 1.74 | - |
| YUV | 39.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 47 | 32 | 0.38 | 0 | 0.32 | 0.82 | 130 | 0.24 | 0.15 |
| Hex | 1D | 2F | 20 | 26 | 0 | 20 | 52 | 82 | 18 | F |
| Octal | 35 | 57 | 40 | 46 | 0 | 40 | 122 | 202 | 30 | 17 |
| Binary | 11101 | 101111 | 100000 | 100110 | 0 | 100000 | 1010010 | 10000010 | 11000 | 1111 |
Color Harmonies of #1D2F20
Complementary color
Monochromatic Colors of #1D2F20
Black with #1D2F20
Text Example
Text Example
White with #1D2F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2F20; }
p { color: rgb(29,47,32); }
H1.HeaderClassName
{
color: #1D2F20;
}
.AnyTagClassName
{
color: #1D2F20;
}
</style>
background-color css
<style>
a { background-color: #1D2F20; }
a { background-color: rgb(29,47,32); }
div.DivClassName
{
background-color: #1D2F20;
}
.BgClassName
{
background-color: #1D2F20;
}
</style>
border-color css
<style>
span { border-color: #1D2F20; }
span { border-color: rgb(29,47,32); }
td.TdClassName
{
border-color: #1D2F20;
}
.TagClassName
{
border-color: #1D2F20;
}
</style>