Shades of Black Bean #1D3223
Tints of Black Bean #1D3223
RGB
CMYK
RGB Variations
Color information
#1D3223 (or 0x1D3223) is known color: Black Bean. HEX triplet: 1D, 32 and 23. RGB value is (29,50,35). Sum of RGB (Red+Green+Blue) = 29+50+35=114 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25.44% from 114); Green value is 50 (19.92% from 255 or 43.86% from 114); Blue value is 35 (14.06% from 255 or 30.70% from 114); Max value from RGB is 50 - color contains mainly: green. Hex color #1D3223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3223 is #E2CDDC. Grayscale: #2A2A2A. Windows color (decimal): -14863837 or 2306589. OLE color: 2306589.
HSL color Cylindrical-coordinate representation of color #1D3223: hue angle of 137.14º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1D3223 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 29 | 50 | 35 | - |
| CMYK | 0.42 | 0 | 0.30 | 0.80 |
| HSL | 137.14º | 0.27% | 0.15% | - |
| HSV(B) | 137.14º | 0.42% | 0.2% | - |
| XYZ | 1.95 | 2.66 | 2 | - |
| YUV | 42.01 | 124.04 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 50 | 35 | 0.42 | 0 | 0.30 | 0.80 | 137.14 | 0.27 | 0.15 |
| Hex | 1D | 32 | 23 | 2A | 0 | 1E | 50 | 89 | 1B | F |
| Octal | 35 | 62 | 43 | 52 | 0 | 36 | 120 | 211 | 33 | 17 |
| Binary | 11101 | 110010 | 100011 | 101010 | 0 | 11110 | 1010000 | 10001001 | 11011 | 1111 |
Color Harmonies of #1D3223
Complementary color
Monochromatic Colors of #1D3223
Black with #1D3223
Text Example
Text Example
White with #1D3223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3223; }
p { color: rgb(29,50,35); }
H1.HeaderClassName
{
color: #1D3223;
}
.AnyTagClassName
{
color: #1D3223;
}
</style>
background-color css
<style>
a { background-color: #1D3223; }
a { background-color: rgb(29,50,35); }
div.DivClassName
{
background-color: #1D3223;
}
.BgClassName
{
background-color: #1D3223;
}
</style>
border-color css
<style>
span { border-color: #1D3223; }
span { border-color: rgb(29,50,35); }
td.TdClassName
{
border-color: #1D3223;
}
.TagClassName
{
border-color: #1D3223;
}
</style>