Shades of Black Bean #1D201E
Tints of Black Bean #1D201E
RGB
CMYK
RGB Variations
Color information
#1D201E (or 0x1D201E) is known color: Black Bean. HEX triplet: 1D, 20 and 1E. RGB value is (29,32,30). Sum of RGB (Red+Green+Blue) = 29+32+30=91 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.87% from 91); Green value is 32 (12.89% from 255 or 35.16% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 32 - color contains mainly: green. Hex color #1D201E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D201E is #E2DFE1. Grayscale: #1E1E1E. Windows color (decimal): -14868450 or 1974301. OLE color: 1974301.
HSL color Cylindrical-coordinate representation of color #1D201E: hue angle of 140º degrees, saturation: 0.05, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #1D201E is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 29 | 32 | 30 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.87 |
| HSL | 140º | 0.05% | 0.12% | - |
| HSV(B) | 140º | 0.09% | 0.13% | - |
| XYZ | 1.26 | 1.39 | 1.43 | - |
| YUV | 30.88 | 127.51 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 32 | 30 | 0.09 | 0 | 0.06 | 0.87 | 140 | 0.05 | 0.12 |
| Hex | 1D | 20 | 1E | 9 | 0 | 6 | 57 | 8C | 5 | C |
| Octal | 35 | 40 | 36 | 11 | 0 | 6 | 127 | 214 | 5 | 14 |
| Binary | 11101 | 100000 | 11110 | 1001 | 0 | 110 | 1010111 | 10001100 | 101 | 1100 |
Color Harmonies of #1D201E
Complementary color
Monochromatic Colors of #1D201E
Black with #1D201E
Text Example
Text Example
White with #1D201E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D201E; }
p { color: rgb(29,32,30); }
H1.HeaderClassName
{
color: #1D201E;
}
.AnyTagClassName
{
color: #1D201E;
}
</style>
background-color css
<style>
a { background-color: #1D201E; }
a { background-color: rgb(29,32,30); }
div.DivClassName
{
background-color: #1D201E;
}
.BgClassName
{
background-color: #1D201E;
}
</style>
border-color css
<style>
span { border-color: #1D201E; }
span { border-color: rgb(29,32,30); }
td.TdClassName
{
border-color: #1D201E;
}
.TagClassName
{
border-color: #1D201E;
}
</style>