Shades of Black Bean #16281B
Tints of Black Bean #16281B
RGB
CMYK
RGB Variations
Color information
#16281B (or 0x16281B) is known color: Black Bean. HEX triplet: 16, 28 and 1B. RGB value is (22,40,27). Sum of RGB (Red+Green+Blue) = 22+40+27=89 (11% of max value = 765). Red value is 22 (8.98% from 255 or 24.72% from 89); Green value is 40 (16.02% from 255 or 44.94% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 40 - color contains mainly: green. Hex color #16281B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16281B is #E9D7E4. Grayscale: #212121. Windows color (decimal): -15325157 or 1779734. OLE color: 1779734.
HSL color Cylindrical-coordinate representation of color #16281B: hue angle of 136.67º degrees, saturation: 0.29, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #16281B is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 22 | 40 | 27 | - |
| CMYK | 0.45 | 0 | 0.33 | 0.84 |
| HSL | 136.67º | 0.29% | 0.12% | - |
| HSV(B) | 136.67º | 0.45% | 0.16% | - |
| XYZ | 1.29 | 1.77 | 1.31 | - |
| YUV | 33.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 40 | 27 | 0.45 | 0 | 0.33 | 0.84 | 136.67 | 0.29 | 0.12 |
| Hex | 16 | 28 | 1B | 2D | 0 | 21 | 54 | 89 | 1D | C |
| Octal | 26 | 50 | 33 | 55 | 0 | 41 | 124 | 211 | 35 | 14 |
| Binary | 10110 | 101000 | 11011 | 101101 | 0 | 100001 | 1010100 | 10001001 | 11101 | 1100 |
Color Harmonies of #16281B
Complementary color
Monochromatic Colors of #16281B
Black with #16281B
Text Example
Text Example
White with #16281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16281B; }
p { color: rgb(22,40,27); }
H1.HeaderClassName
{
color: #16281B;
}
.AnyTagClassName
{
color: #16281B;
}
</style>
background-color css
<style>
a { background-color: #16281B; }
a { background-color: rgb(22,40,27); }
div.DivClassName
{
background-color: #16281B;
}
.BgClassName
{
background-color: #16281B;
}
</style>
border-color css
<style>
span { border-color: #16281B; }
span { border-color: rgb(22,40,27); }
td.TdClassName
{
border-color: #16281B;
}
.TagClassName
{
border-color: #16281B;
}
</style>