Shades of Black Bean #16301B
Tints of Black Bean #16301B
RGB
CMYK
RGB Variations
Color information
#16301B (or 0x16301B) is known color: Black Bean. HEX triplet: 16, 30 and 1B. RGB value is (22,48,27). Sum of RGB (Red+Green+Blue) = 22+48+27=97 (12% of max value = 765). Red value is 22 (8.98% from 255 or 22.68% from 97); Green value is 48 (19.14% from 255 or 49.48% from 97); Blue value is 27 (10.94% from 255 or 27.84% from 97); Max value from RGB is 48 - color contains mainly: green. Hex color #16301B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16301B is #E9CFE4. Grayscale: #252525. Windows color (decimal): -15323109 or 1781782. OLE color: 1781782.
HSL color Cylindrical-coordinate representation of color #16301B: hue angle of 131.54º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #16301B is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 22 | 48 | 27 | - |
| CMYK | 0.54 | 0 | 0.44 | 0.81 |
| HSL | 131.54º | 0.37% | 0.14% | - |
| HSV(B) | 131.54º | 0.54% | 0.19% | - |
| XYZ | 1.59 | 2.36 | 1.41 | - |
| YUV | 37.83 | 121.89 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 48 | 27 | 0.54 | 0 | 0.44 | 0.81 | 131.54 | 0.37 | 0.14 |
| Hex | 16 | 30 | 1B | 36 | 0 | 2C | 51 | 84 | 25 | E |
| Octal | 26 | 60 | 33 | 66 | 0 | 54 | 121 | 204 | 45 | 16 |
| Binary | 10110 | 110000 | 11011 | 110110 | 0 | 101100 | 1010001 | 10000100 | 100101 | 1110 |
Color Harmonies of #16301B
Complementary color
Monochromatic Colors of #16301B
Black with #16301B
Text Example
Text Example
White with #16301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16301B; }
p { color: rgb(22,48,27); }
H1.HeaderClassName
{
color: #16301B;
}
.AnyTagClassName
{
color: #16301B;
}
</style>
background-color css
<style>
a { background-color: #16301B; }
a { background-color: rgb(22,48,27); }
div.DivClassName
{
background-color: #16301B;
}
.BgClassName
{
background-color: #16301B;
}
</style>
border-color css
<style>
span { border-color: #16301B; }
span { border-color: rgb(22,48,27); }
td.TdClassName
{
border-color: #16301B;
}
.TagClassName
{
border-color: #16301B;
}
</style>