Shades of Black Bean #1D2F23
Tints of Black Bean #1D2F23
RGB
CMYK
RGB Variations
Color information
#1D2F23 (or 0x1D2F23) is known color: Black Bean. HEX triplet: 1D, 2F and 23. RGB value is (29,47,35). Sum of RGB (Red+Green+Blue) = 29+47+35=111 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.13% from 111); Green value is 47 (18.75% from 255 or 42.34% from 111); Blue value is 35 (14.06% from 255 or 31.53% from 111); Max value from RGB is 47 - color contains mainly: green. Hex color #1D2F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2F23 is #E2D0DC. Grayscale: #282828. Windows color (decimal): -14864605 or 2305821. OLE color: 2305821.
HSL color Cylindrical-coordinate representation of color #1D2F23: hue angle of 140º 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 #1D2F23 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 29 | 47 | 35 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.82 |
| HSL | 140º | 0.24% | 0.15% | - |
| HSV(B) | 140º | 0.38% | 0.18% | - |
| XYZ | 1.83 | 2.42 | 1.96 | - |
| YUV | 40.25 | 125.04 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 47 | 35 | 0.38 | 0 | 0.26 | 0.82 | 140 | 0.24 | 0.15 |
| Hex | 1D | 2F | 23 | 26 | 0 | 1A | 52 | 8C | 18 | F |
| Octal | 35 | 57 | 43 | 46 | 0 | 32 | 122 | 214 | 30 | 17 |
| Binary | 11101 | 101111 | 100011 | 100110 | 0 | 11010 | 1010010 | 10001100 | 11000 | 1111 |
Color Harmonies of #1D2F23
Complementary color
Monochromatic Colors of #1D2F23
Black with #1D2F23
Text Example
Text Example
White with #1D2F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2F23; }
p { color: rgb(29,47,35); }
H1.HeaderClassName
{
color: #1D2F23;
}
.AnyTagClassName
{
color: #1D2F23;
}
</style>
background-color css
<style>
a { background-color: #1D2F23; }
a { background-color: rgb(29,47,35); }
div.DivClassName
{
background-color: #1D2F23;
}
.BgClassName
{
background-color: #1D2F23;
}
</style>
border-color css
<style>
span { border-color: #1D2F23; }
span { border-color: rgb(29,47,35); }
td.TdClassName
{
border-color: #1D2F23;
}
.TagClassName
{
border-color: #1D2F23;
}
</style>