Shades of Black Bean #1D2F22
Tints of Black Bean #1D2F22
RGB
CMYK
RGB Variations
Color information
#1D2F22 (or 0x1D2F22) is known color: Black Bean. HEX triplet: 1D, 2F and 22. RGB value is (29,47,34). Sum of RGB (Red+Green+Blue) = 29+47+34=110 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.36% from 110); Green value is 47 (18.75% from 255 or 42.73% from 110); Blue value is 34 (13.67% from 255 or 30.91% from 110); Max value from RGB is 47 - color contains mainly: green. Hex color #1D2F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2F22 is #E2D0DD. Grayscale: #282828. Windows color (decimal): -14864606 or 2240285. OLE color: 2240285.
HSL color Cylindrical-coordinate representation of color #1D2F22: hue angle of 136.67º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1D2F22 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 29 | 47 | 34 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.82 |
| HSL | 136.67º | 0.24% | 0.15% | - |
| HSV(B) | 136.67º | 0.38% | 0.18% | - |
| XYZ | 1.81 | 2.41 | 1.88 | - |
| YUV | 40.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 47 | 34 | 0.38 | 0 | 0.28 | 0.82 | 136.67 | 0.24 | 0.15 |
| Hex | 1D | 2F | 22 | 26 | 0 | 1C | 52 | 89 | 18 | F |
| Octal | 35 | 57 | 42 | 46 | 0 | 34 | 122 | 211 | 30 | 17 |
| Binary | 11101 | 101111 | 100010 | 100110 | 0 | 11100 | 1010010 | 10001001 | 11000 | 1111 |
Color Harmonies of #1D2F22
Complementary color
Monochromatic Colors of #1D2F22
Black with #1D2F22
Text Example
Text Example
White with #1D2F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2F22; }
p { color: rgb(29,47,34); }
H1.HeaderClassName
{
color: #1D2F22;
}
.AnyTagClassName
{
color: #1D2F22;
}
</style>
background-color css
<style>
a { background-color: #1D2F22; }
a { background-color: rgb(29,47,34); }
div.DivClassName
{
background-color: #1D2F22;
}
.BgClassName
{
background-color: #1D2F22;
}
</style>
border-color css
<style>
span { border-color: #1D2F22; }
span { border-color: rgb(29,47,34); }
td.TdClassName
{
border-color: #1D2F22;
}
.TagClassName
{
border-color: #1D2F22;
}
</style>