Shades of Black Bean #1D2C1F
Tints of Black Bean #1D2C1F
RGB
CMYK
RGB Variations
Color information
#1D2C1F (or 0x1D2C1F) is known color: Black Bean. HEX triplet: 1D, 2C and 1F. RGB value is (29,44,31). Sum of RGB (Red+Green+Blue) = 29+44+31=104 (13% of max value = 765). Red value is 29 (11.72% from 255 or 27.88% from 104); Green value is 44 (17.58% from 255 or 42.31% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 44 - color contains mainly: green. Hex color #1D2C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2C1F is #E2D3E0. Grayscale: #262626. Windows color (decimal): -14865377 or 2042909. OLE color: 2042909.
HSL color Cylindrical-coordinate representation of color #1D2C1F: hue angle of 128º degrees, saturation: 0.21, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #1D2C1F is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 29 | 44 | 31 | - |
| CMYK | 0.34 | 0 | 0.30 | 0.83 |
| HSL | 128º | 0.21% | 0.14% | - |
| HSV(B) | 128º | 0.34% | 0.17% | - |
| XYZ | 1.65 | 2.16 | 1.63 | - |
| YUV | 38.03 | 124.03 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 44 | 31 | 0.34 | 0 | 0.30 | 0.83 | 128 | 0.21 | 0.14 |
| Hex | 1D | 2C | 1F | 22 | 0 | 1E | 53 | 80 | 15 | E |
| Octal | 35 | 54 | 37 | 42 | 0 | 36 | 123 | 200 | 25 | 16 |
| Binary | 11101 | 101100 | 11111 | 100010 | 0 | 11110 | 1010011 | 10000000 | 10101 | 1110 |
Color Harmonies of #1D2C1F
Complementary color
Monochromatic Colors of #1D2C1F
Black with #1D2C1F
Text Example
Text Example
White with #1D2C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2C1F; }
p { color: rgb(29,44,31); }
H1.HeaderClassName
{
color: #1D2C1F;
}
.AnyTagClassName
{
color: #1D2C1F;
}
</style>
background-color css
<style>
a { background-color: #1D2C1F; }
a { background-color: rgb(29,44,31); }
div.DivClassName
{
background-color: #1D2C1F;
}
.BgClassName
{
background-color: #1D2C1F;
}
</style>
border-color css
<style>
span { border-color: #1D2C1F; }
span { border-color: rgb(29,44,31); }
td.TdClassName
{
border-color: #1D2C1F;
}
.TagClassName
{
border-color: #1D2C1F;
}
</style>