Shades of Black Bean #1D2D1F
Tints of Black Bean #1D2D1F
RGB
CMYK
RGB Variations
Color information
#1D2D1F (or 0x1D2D1F) is known color: Black Bean. HEX triplet: 1D, 2D and 1F. RGB value is (29,45,31). Sum of RGB (Red+Green+Blue) = 29+45+31=105 (13% of max value = 765). Red value is 29 (11.72% from 255 or 27.62% from 105); Green value is 45 (17.97% from 255 or 42.86% from 105); Blue value is 31 (12.5% from 255 or 29.52% from 105); Max value from RGB is 45 - color contains mainly: green. Hex color #1D2D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2D1F is #E2D2E0. Grayscale: #262626. Windows color (decimal): -14865121 or 2043165. OLE color: 2043165.
HSL color Cylindrical-coordinate representation of color #1D2D1F: hue angle of 127.5º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #1D2D1F is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 29 | 45 | 31 | - |
| CMYK | 0.36 | 0 | 0.31 | 0.82 |
| HSL | 127.5º | 0.22% | 0.15% | - |
| HSV(B) | 127.5º | 0.36% | 0.18% | - |
| XYZ | 1.69 | 2.24 | 1.64 | - |
| YUV | 38.62 | 123.7 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 45 | 31 | 0.36 | 0 | 0.31 | 0.82 | 127.5 | 0.22 | 0.15 |
| Hex | 1D | 2D | 1F | 24 | 0 | 1F | 52 | 80 | 16 | F |
| Octal | 35 | 55 | 37 | 44 | 0 | 37 | 122 | 200 | 26 | 17 |
| Binary | 11101 | 101101 | 11111 | 100100 | 0 | 11111 | 1010010 | 10000000 | 10110 | 1111 |
Color Harmonies of #1D2D1F
Complementary color
Monochromatic Colors of #1D2D1F
Black with #1D2D1F
Text Example
Text Example
White with #1D2D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2D1F; }
p { color: rgb(29,45,31); }
H1.HeaderClassName
{
color: #1D2D1F;
}
.AnyTagClassName
{
color: #1D2D1F;
}
</style>
background-color css
<style>
a { background-color: #1D2D1F; }
a { background-color: rgb(29,45,31); }
div.DivClassName
{
background-color: #1D2D1F;
}
.BgClassName
{
background-color: #1D2D1F;
}
</style>
border-color css
<style>
span { border-color: #1D2D1F; }
span { border-color: rgb(29,45,31); }
td.TdClassName
{
border-color: #1D2D1F;
}
.TagClassName
{
border-color: #1D2D1F;
}
</style>