Shades of Black Bean #16301A
Tints of Black Bean #16301A
RGB
CMYK
RGB Variations
Color information
#16301A (or 0x16301A) is known color: Black Bean. HEX triplet: 16, 30 and 1A. RGB value is (22,48,26). Sum of RGB (Red+Green+Blue) = 22+48+26=96 (12% of max value = 765). Red value is 22 (8.98% from 255 or 22.92% from 96); Green value is 48 (19.14% from 255 or 50% from 96); Blue value is 26 (10.55% from 255 or 27.08% from 96); Max value from RGB is 48 - color contains mainly: green. Hex color #16301A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16301A is #E9CFE5. Grayscale: #252525. Windows color (decimal): -15323110 or 1716246. OLE color: 1716246.
HSL color Cylindrical-coordinate representation of color #16301A: hue angle of 129.23º 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 #16301A is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 22 | 48 | 26 | - |
| CMYK | 0.54 | 0 | 0.46 | 0.81 |
| HSL | 129.23º | 0.37% | 0.14% | - |
| HSV(B) | 129.23º | 0.54% | 0.19% | - |
| XYZ | 1.57 | 2.36 | 1.35 | - |
| YUV | 37.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 48 | 26 | 0.54 | 0 | 0.46 | 0.81 | 129.23 | 0.37 | 0.14 |
| Hex | 16 | 30 | 1A | 36 | 0 | 2E | 51 | 81 | 25 | E |
| Octal | 26 | 60 | 32 | 66 | 0 | 56 | 121 | 201 | 45 | 16 |
| Binary | 10110 | 110000 | 11010 | 110110 | 0 | 101110 | 1010001 | 10000001 | 100101 | 1110 |
Color Harmonies of #16301A
Complementary color
Monochromatic Colors of #16301A
Black with #16301A
Text Example
Text Example
White with #16301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16301A; }
p { color: rgb(22,48,26); }
H1.HeaderClassName
{
color: #16301A;
}
.AnyTagClassName
{
color: #16301A;
}
</style>
background-color css
<style>
a { background-color: #16301A; }
a { background-color: rgb(22,48,26); }
div.DivClassName
{
background-color: #16301A;
}
.BgClassName
{
background-color: #16301A;
}
</style>
border-color css
<style>
span { border-color: #16301A; }
span { border-color: rgb(22,48,26); }
td.TdClassName
{
border-color: #16301A;
}
.TagClassName
{
border-color: #16301A;
}
</style>