Shades of Black Bean #1D3323
Tints of Black Bean #1D3323
RGB
CMYK
RGB Variations
Color information
#1D3323 (or 0x1D3323) is known color: Black Bean. HEX triplet: 1D, 33 and 23. RGB value is (29,51,35). Sum of RGB (Red+Green+Blue) = 29+51+35=115 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25.22% from 115); Green value is 51 (20.31% from 255 or 44.35% from 115); Blue value is 35 (14.06% from 255 or 30.43% from 115); Max value from RGB is 51 - color contains mainly: green. Hex color #1D3323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3323 is #E2CCDC. Grayscale: #2A2A2A. Windows color (decimal): -14863581 or 2306845. OLE color: 2306845.
HSL color Cylindrical-coordinate representation of color #1D3323: hue angle of 136.36º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1D3323 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 29 | 51 | 35 | - |
| CMYK | 0.43 | 0 | 0.31 | 0.8 |
| HSL | 136.36º | 0.28% | 0.16% | - |
| HSV(B) | 136.36º | 0.43% | 0.2% | - |
| XYZ | 1.99 | 2.75 | 2.02 | - |
| YUV | 42.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 51 | 35 | 0.43 | 0 | 0.31 | 0.8 | 136.36 | 0.28 | 0.16 |
| Hex | 1D | 33 | 23 | 2B | 0 | 1F | 50 | 88 | 1C | 10 |
| Octal | 35 | 63 | 43 | 53 | 0 | 37 | 120 | 210 | 34 | 20 |
| Binary | 11101 | 110011 | 100011 | 101011 | 0 | 11111 | 1010000 | 10001000 | 11100 | 10000 |
Color Harmonies of #1D3323
Complementary color
Monochromatic Colors of #1D3323
Black with #1D3323
Text Example
Text Example
White with #1D3323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3323; }
p { color: rgb(29,51,35); }
H1.HeaderClassName
{
color: #1D3323;
}
.AnyTagClassName
{
color: #1D3323;
}
</style>
background-color css
<style>
a { background-color: #1D3323; }
a { background-color: rgb(29,51,35); }
div.DivClassName
{
background-color: #1D3323;
}
.BgClassName
{
background-color: #1D3323;
}
</style>
border-color css
<style>
span { border-color: #1D3323; }
span { border-color: rgb(29,51,35); }
td.TdClassName
{
border-color: #1D3323;
}
.TagClassName
{
border-color: #1D3323;
}
</style>