Shades of Black Bean #161C18
Tints of Black Bean #161C18
RGB
CMYK
RGB Variations
Color information
#161C18 (or 0x161C18) is known color: Black Bean. HEX triplet: 16, 1C and 18. RGB value is (22,28,24). Sum of RGB (Red+Green+Blue) = 22+28+24=74 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.73% from 74); Green value is 28 (11.33% from 255 or 37.84% from 74); Blue value is 24 (9.77% from 255 or 32.43% from 74); Max value from RGB is 28 - color contains mainly: green. Hex color #161C18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161C18 is #E9E3E7. Grayscale: #191919. Windows color (decimal): -15328232 or 1580054. OLE color: 1580054.
HSL color Cylindrical-coordinate representation of color #161C18: hue angle of 140º degrees, saturation: 0.12, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #161C18 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 22 | 28 | 24 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.89 |
| HSL | 140º | 0.12% | 0.1% | - |
| HSV(B) | 140º | 0.21% | 0.11% | - |
| XYZ | 0.91 | 1.07 | 1.02 | - |
| YUV | 25.75 | 127.01 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 28 | 24 | 0.21 | 0 | 0.14 | 0.89 | 140 | 0.12 | 0.1 |
| Hex | 16 | 1C | 18 | 15 | 0 | E | 59 | 8C | C | A |
| Octal | 26 | 34 | 30 | 25 | 0 | 16 | 131 | 214 | 14 | 12 |
| Binary | 10110 | 11100 | 11000 | 10101 | 0 | 1110 | 1011001 | 10001100 | 1100 | 1010 |
Color Harmonies of #161C18
Complementary color
Monochromatic Colors of #161C18
Black with #161C18
Text Example
Text Example
White with #161C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161C18; }
p { color: rgb(22,28,24); }
H1.HeaderClassName
{
color: #161C18;
}
.AnyTagClassName
{
color: #161C18;
}
</style>
background-color css
<style>
a { background-color: #161C18; }
a { background-color: rgb(22,28,24); }
div.DivClassName
{
background-color: #161C18;
}
.BgClassName
{
background-color: #161C18;
}
</style>
border-color css
<style>
span { border-color: #161C18; }
span { border-color: rgb(22,28,24); }
td.TdClassName
{
border-color: #161C18;
}
.TagClassName
{
border-color: #161C18;
}
</style>