Shades of Black Bean #1D1F1D
Tints of Black Bean #1D1F1D
RGB
CMYK
RGB Variations
Color information
#1D1F1D (or 0x1D1F1D) is known color: Black Bean. HEX triplet: 1D, 1F and 1D. RGB value is (29,31,29). Sum of RGB (Red+Green+Blue) = 29+31+29=89 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.58% from 89); Green value is 31 (12.5% from 255 or 34.83% from 89); Blue value is 29 (11.72% from 255 or 32.58% from 89); Max value from RGB is 31 - color contains mainly: green. Hex color #1D1F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1F1D is #E2E0E2. Grayscale: #1E1E1E. Windows color (decimal): -14868707 or 1908509. OLE color: 1908509.
HSL color Cylindrical-coordinate representation of color #1D1F1D: hue angle of 120º degrees, saturation: 0.03, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #1D1F1D is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 29 | 31 | 29 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.88 |
| HSL | 120º | 0.03% | 0.12% | - |
| HSV(B) | 120º | 0.06% | 0.12% | - |
| XYZ | 1.22 | 1.33 | 1.35 | - |
| YUV | 30.17 | 127.34 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 31 | 29 | 0.06 | 0 | 0.06 | 0.88 | 120 | 0.03 | 0.12 |
| Hex | 1D | 1F | 1D | 6 | 0 | 6 | 58 | 78 | 3 | C |
| Octal | 35 | 37 | 35 | 6 | 0 | 6 | 130 | 170 | 3 | 14 |
| Binary | 11101 | 11111 | 11101 | 110 | 0 | 110 | 1011000 | 1111000 | 11 | 1100 |
Color Harmonies of #1D1F1D
Complementary color
Monochromatic Colors of #1D1F1D
Black with #1D1F1D
Text Example
Text Example
White with #1D1F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1F1D; }
p { color: rgb(29,31,29); }
H1.HeaderClassName
{
color: #1D1F1D;
}
.AnyTagClassName
{
color: #1D1F1D;
}
</style>
background-color css
<style>
a { background-color: #1D1F1D; }
a { background-color: rgb(29,31,29); }
div.DivClassName
{
background-color: #1D1F1D;
}
.BgClassName
{
background-color: #1D1F1D;
}
</style>
border-color css
<style>
span { border-color: #1D1F1D; }
span { border-color: rgb(29,31,29); }
td.TdClassName
{
border-color: #1D1F1D;
}
.TagClassName
{
border-color: #1D1F1D;
}
</style>