Shades of Black Bean #1D3022
Tints of Black Bean #1D3022
RGB
CMYK
RGB Variations
Color information
#1D3022 (or 0x1D3022) is known color: Black Bean. HEX triplet: 1D, 30 and 22. RGB value is (29,48,34). Sum of RGB (Red+Green+Blue) = 29+48+34=111 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.13% from 111); Green value is 48 (19.14% from 255 or 43.24% from 111); Blue value is 34 (13.67% from 255 or 30.63% from 111); Max value from RGB is 48 - color contains mainly: green. Hex color #1D3022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3022 is #E2CFDD. Grayscale: #282828. Windows color (decimal): -14864350 or 2240541. OLE color: 2240541.
HSL color Cylindrical-coordinate representation of color #1D3022: hue angle of 135.79º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1D3022 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 29 | 48 | 34 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.81 |
| HSL | 135.79º | 0.25% | 0.15% | - |
| HSV(B) | 135.79º | 0.4% | 0.19% | - |
| XYZ | 1.85 | 2.49 | 1.9 | - |
| YUV | 40.72 | 124.21 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 48 | 34 | 0.40 | 0 | 0.29 | 0.81 | 135.79 | 0.25 | 0.15 |
| Hex | 1D | 30 | 22 | 28 | 0 | 1D | 51 | 88 | 19 | F |
| Octal | 35 | 60 | 42 | 50 | 0 | 35 | 121 | 210 | 31 | 17 |
| Binary | 11101 | 110000 | 100010 | 101000 | 0 | 11101 | 1010001 | 10001000 | 11001 | 1111 |
Color Harmonies of #1D3022
Complementary color
Monochromatic Colors of #1D3022
Black with #1D3022
Text Example
Text Example
White with #1D3022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3022; }
p { color: rgb(29,48,34); }
H1.HeaderClassName
{
color: #1D3022;
}
.AnyTagClassName
{
color: #1D3022;
}
</style>
background-color css
<style>
a { background-color: #1D3022; }
a { background-color: rgb(29,48,34); }
div.DivClassName
{
background-color: #1D3022;
}
.BgClassName
{
background-color: #1D3022;
}
</style>
border-color css
<style>
span { border-color: #1D3022; }
span { border-color: rgb(29,48,34); }
td.TdClassName
{
border-color: #1D3022;
}
.TagClassName
{
border-color: #1D3022;
}
</style>