Shades of Black Bean #1C3222
Tints of Black Bean #1C3222
RGB
CMYK
RGB Variations
Color information
#1C3222 (or 0x1C3222) is known color: Black Bean. HEX triplet: 1C, 32 and 22. RGB value is (28,50,34). Sum of RGB (Red+Green+Blue) = 28+50+34=112 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25% from 112); Green value is 50 (19.92% from 255 or 44.64% from 112); Blue value is 34 (13.67% from 255 or 30.36% from 112); Max value from RGB is 50 - color contains mainly: green. Hex color #1C3222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3222 is #E3CDDD. Grayscale: #292929. Windows color (decimal): -14929374 or 2241052. OLE color: 2241052.
HSL color Cylindrical-coordinate representation of color #1C3222: hue angle of 136.36º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1C3222 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 28 | 50 | 34 | - |
| CMYK | 0.44 | 0 | 0.32 | 0.80 |
| HSL | 136.36º | 0.28% | 0.15% | - |
| HSV(B) | 136.36º | 0.44% | 0.2% | - |
| XYZ | 1.91 | 2.64 | 1.92 | - |
| YUV | 41.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 50 | 34 | 0.44 | 0 | 0.32 | 0.80 | 136.36 | 0.28 | 0.15 |
| Hex | 1C | 32 | 22 | 2C | 0 | 20 | 50 | 88 | 1C | F |
| Octal | 34 | 62 | 42 | 54 | 0 | 40 | 120 | 210 | 34 | 17 |
| Binary | 11100 | 110010 | 100010 | 101100 | 0 | 100000 | 1010000 | 10001000 | 11100 | 1111 |
Color Harmonies of #1C3222
Complementary color
Monochromatic Colors of #1C3222
Black with #1C3222
Text Example
Text Example
White with #1C3222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3222; }
p { color: rgb(28,50,34); }
H1.HeaderClassName
{
color: #1C3222;
}
.AnyTagClassName
{
color: #1C3222;
}
</style>
background-color css
<style>
a { background-color: #1C3222; }
a { background-color: rgb(28,50,34); }
div.DivClassName
{
background-color: #1C3222;
}
.BgClassName
{
background-color: #1C3222;
}
</style>
border-color css
<style>
span { border-color: #1C3222; }
span { border-color: rgb(28,50,34); }
td.TdClassName
{
border-color: #1C3222;
}
.TagClassName
{
border-color: #1C3222;
}
</style>