Shades of Black Bean #162C1C
Tints of Black Bean #162C1C
RGB
CMYK
RGB Variations
Color information
#162C1C (or 0x162C1C) is known color: Black Bean. HEX triplet: 16, 2C and 1C. RGB value is (22,44,28). Sum of RGB (Red+Green+Blue) = 22+44+28=94 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.40% from 94); Green value is 44 (17.58% from 255 or 46.81% from 94); Blue value is 28 (11.33% from 255 or 29.79% from 94); Max value from RGB is 44 - color contains mainly: green. Hex color #162C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #162C1C is #E9D3E3. Grayscale: #232323. Windows color (decimal): -15324132 or 1846294. OLE color: 1846294.
HSL color Cylindrical-coordinate representation of color #162C1C: hue angle of 136.36º degrees, saturation: 0.33, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #162C1C is Cyan = 0.5, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 22 | 44 | 28 | - |
| CMYK | 0.5 | 0 | 0.36 | 0.83 |
| HSL | 136.36º | 0.33% | 0.13% | - |
| HSV(B) | 136.36º | 0.5% | 0.17% | - |
| XYZ | 1.44 | 2.06 | 1.42 | - |
| YUV | 35.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 44 | 28 | 0.5 | 0 | 0.36 | 0.83 | 136.36 | 0.33 | 0.13 |
| Hex | 16 | 2C | 1C | 32 | 0 | 24 | 53 | 88 | 21 | D |
| Octal | 26 | 54 | 34 | 62 | 0 | 44 | 123 | 210 | 41 | 15 |
| Binary | 10110 | 101100 | 11100 | 110010 | 0 | 100100 | 1010011 | 10001000 | 100001 | 1101 |
Color Harmonies of #162C1C
Complementary color
Monochromatic Colors of #162C1C
Black with #162C1C
Text Example
Text Example
White with #162C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162C1C; }
p { color: rgb(22,44,28); }
H1.HeaderClassName
{
color: #162C1C;
}
.AnyTagClassName
{
color: #162C1C;
}
</style>
background-color css
<style>
a { background-color: #162C1C; }
a { background-color: rgb(22,44,28); }
div.DivClassName
{
background-color: #162C1C;
}
.BgClassName
{
background-color: #162C1C;
}
</style>
border-color css
<style>
span { border-color: #162C1C; }
span { border-color: rgb(22,44,28); }
td.TdClassName
{
border-color: #162C1C;
}
.TagClassName
{
border-color: #162C1C;
}
</style>