Shades of Black Bean #1C3322
Tints of Black Bean #1C3322
RGB
CMYK
RGB Variations
Color information
#1C3322 (or 0x1C3322) is known color: Black Bean. HEX triplet: 1C, 33 and 22. RGB value is (28,51,34). Sum of RGB (Red+Green+Blue) = 28+51+34=113 (14% of max value = 765). Red value is 28 (11.33% from 255 or 24.78% from 113); Green value is 51 (20.31% from 255 or 45.13% from 113); Blue value is 34 (13.67% from 255 or 30.09% from 113); Max value from RGB is 51 - color contains mainly: green. Hex color #1C3322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3322 is #E3CCDD. Grayscale: #2A2A2A. Windows color (decimal): -14929118 or 2241308. OLE color: 2241308.
HSL color Cylindrical-coordinate representation of color #1C3322: hue angle of 135.65º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1C3322 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 28 | 51 | 34 | - |
| CMYK | 0.45 | 0 | 0.33 | 0.8 |
| HSL | 135.65º | 0.29% | 0.15% | - |
| HSV(B) | 135.65º | 0.45% | 0.2% | - |
| XYZ | 1.95 | 2.73 | 1.94 | - |
| YUV | 42.19 | 123.38 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 51 | 34 | 0.45 | 0 | 0.33 | 0.8 | 135.65 | 0.29 | 0.15 |
| Hex | 1C | 33 | 22 | 2D | 0 | 21 | 50 | 88 | 1D | F |
| Octal | 34 | 63 | 42 | 55 | 0 | 41 | 120 | 210 | 35 | 17 |
| Binary | 11100 | 110011 | 100010 | 101101 | 0 | 100001 | 1010000 | 10001000 | 11101 | 1111 |
Color Harmonies of #1C3322
Complementary color
Monochromatic Colors of #1C3322
Black with #1C3322
Text Example
Text Example
White with #1C3322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3322; }
p { color: rgb(28,51,34); }
H1.HeaderClassName
{
color: #1C3322;
}
.AnyTagClassName
{
color: #1C3322;
}
</style>
background-color css
<style>
a { background-color: #1C3322; }
a { background-color: rgb(28,51,34); }
div.DivClassName
{
background-color: #1C3322;
}
.BgClassName
{
background-color: #1C3322;
}
</style>
border-color css
<style>
span { border-color: #1C3322; }
span { border-color: rgb(28,51,34); }
td.TdClassName
{
border-color: #1C3322;
}
.TagClassName
{
border-color: #1C3322;
}
</style>