Shades of Black Bean #1D2E1E
Tints of Black Bean #1D2E1E
RGB
CMYK
RGB Variations
Color information
#1D2E1E (or 0x1D2E1E) is known color: Black Bean. HEX triplet: 1D, 2E and 1E. RGB value is (29,46,30). Sum of RGB (Red+Green+Blue) = 29+46+30=105 (13% of max value = 765). Red value is 29 (11.72% from 255 or 27.62% from 105); Green value is 46 (18.36% from 255 or 43.81% from 105); Blue value is 30 (12.11% from 255 or 28.57% from 105); Max value from RGB is 46 - color contains mainly: green. Hex color #1D2E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2E1E is #E2D1E1. Grayscale: #272727. Windows color (decimal): -14864866 or 1977885. OLE color: 1977885.
HSL color Cylindrical-coordinate representation of color #1D2E1E: hue angle of 123.53º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1D2E1E is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 29 | 46 | 30 | - |
| CMYK | 0.37 | 0 | 0.35 | 0.82 |
| HSL | 123.53º | 0.23% | 0.15% | - |
| HSV(B) | 123.53º | 0.37% | 0.18% | - |
| XYZ | 1.72 | 2.31 | 1.58 | - |
| YUV | 39.09 | 122.87 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 46 | 30 | 0.37 | 0 | 0.35 | 0.82 | 123.53 | 0.23 | 0.15 |
| Hex | 1D | 2E | 1E | 25 | 0 | 23 | 52 | 7C | 17 | F |
| Octal | 35 | 56 | 36 | 45 | 0 | 43 | 122 | 174 | 27 | 17 |
| Binary | 11101 | 101110 | 11110 | 100101 | 0 | 100011 | 1010010 | 1111100 | 10111 | 1111 |
Color Harmonies of #1D2E1E
Complementary color
Monochromatic Colors of #1D2E1E
Black with #1D2E1E
Text Example
Text Example
White with #1D2E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2E1E; }
p { color: rgb(29,46,30); }
H1.HeaderClassName
{
color: #1D2E1E;
}
.AnyTagClassName
{
color: #1D2E1E;
}
</style>
background-color css
<style>
a { background-color: #1D2E1E; }
a { background-color: rgb(29,46,30); }
div.DivClassName
{
background-color: #1D2E1E;
}
.BgClassName
{
background-color: #1D2E1E;
}
</style>
border-color css
<style>
span { border-color: #1D2E1E; }
span { border-color: rgb(29,46,30); }
td.TdClassName
{
border-color: #1D2E1E;
}
.TagClassName
{
border-color: #1D2E1E;
}
</style>