Shades of Black Bean #1D3423
Tints of Black Bean #1D3423
RGB
CMYK
RGB Variations
Color information
#1D3423 (or 0x1D3423) is known color: Black Bean. HEX triplet: 1D, 34 and 23. RGB value is (29,52,35). Sum of RGB (Red+Green+Blue) = 29+52+35=116 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 35 (14.06% from 255 or 30.17% from 116); Max value from RGB is 52 - color contains mainly: green. Hex color #1D3423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3423 is #E2CBDC. Grayscale: #2B2B2B. Windows color (decimal): -14863325 or 2307101. OLE color: 2307101.
HSL color Cylindrical-coordinate representation of color #1D3423: hue angle of 135.65º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1D3423 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 29 | 52 | 35 | - |
| CMYK | 0.44 | 0 | 0.33 | 0.80 |
| HSL | 135.65º | 0.28% | 0.16% | - |
| HSV(B) | 135.65º | 0.44% | 0.2% | - |
| XYZ | 2.04 | 2.84 | 2.03 | - |
| YUV | 43.19 | 123.38 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 52 | 35 | 0.44 | 0 | 0.33 | 0.80 | 135.65 | 0.28 | 0.16 |
| Hex | 1D | 34 | 23 | 2C | 0 | 21 | 50 | 88 | 1C | 10 |
| Octal | 35 | 64 | 43 | 54 | 0 | 41 | 120 | 210 | 34 | 20 |
| Binary | 11101 | 110100 | 100011 | 101100 | 0 | 100001 | 1010000 | 10001000 | 11100 | 10000 |
Color Harmonies of #1D3423
Complementary color
Monochromatic Colors of #1D3423
Black with #1D3423
Text Example
Text Example
White with #1D3423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3423; }
p { color: rgb(29,52,35); }
H1.HeaderClassName
{
color: #1D3423;
}
.AnyTagClassName
{
color: #1D3423;
}
</style>
background-color css
<style>
a { background-color: #1D3423; }
a { background-color: rgb(29,52,35); }
div.DivClassName
{
background-color: #1D3423;
}
.BgClassName
{
background-color: #1D3423;
}
</style>
border-color css
<style>
span { border-color: #1D3423; }
span { border-color: rgb(29,52,35); }
td.TdClassName
{
border-color: #1D3423;
}
.TagClassName
{
border-color: #1D3423;
}
</style>