Shades of Black Bean #16351A
Tints of Black Bean #16351A
RGB
CMYK
RGB Variations
Color information
#16351A (or 0x16351A) is known color: Black Bean. HEX triplet: 16, 35 and 1A. RGB value is (22,53,26). Sum of RGB (Red+Green+Blue) = 22+53+26=101 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.78% from 101); Green value is 53 (21.09% from 255 or 52.48% from 101); Blue value is 26 (10.55% from 255 or 25.74% from 101); Max value from RGB is 53 - color contains mainly: green. Hex color #16351A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16351A is #E9CAE5. Grayscale: #282828. Windows color (decimal): -15321830 or 1717526. OLE color: 1717526.
HSL color Cylindrical-coordinate representation of color #16351A: hue angle of 127.74º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #16351A is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 22 | 53 | 26 | - |
| CMYK | 0.58 | 0 | 0.51 | 0.79 |
| HSL | 127.74º | 0.41% | 0.15% | - |
| HSV(B) | 127.74º | 0.58% | 0.21% | - |
| XYZ | 1.79 | 2.79 | 1.42 | - |
| YUV | 40.65 | 119.73 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 53 | 26 | 0.58 | 0 | 0.51 | 0.79 | 127.74 | 0.41 | 0.15 |
| Hex | 16 | 35 | 1A | 3A | 0 | 33 | 4F | 80 | 29 | F |
| Octal | 26 | 65 | 32 | 72 | 0 | 63 | 117 | 200 | 51 | 17 |
| Binary | 10110 | 110101 | 11010 | 111010 | 0 | 110011 | 1001111 | 10000000 | 101001 | 1111 |
Color Harmonies of #16351A
Complementary color
Monochromatic Colors of #16351A
Black with #16351A
Text Example
Text Example
White with #16351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16351A; }
p { color: rgb(22,53,26); }
H1.HeaderClassName
{
color: #16351A;
}
.AnyTagClassName
{
color: #16351A;
}
</style>
background-color css
<style>
a { background-color: #16351A; }
a { background-color: rgb(22,53,26); }
div.DivClassName
{
background-color: #16351A;
}
.BgClassName
{
background-color: #16351A;
}
</style>
border-color css
<style>
span { border-color: #16351A; }
span { border-color: rgb(22,53,26); }
td.TdClassName
{
border-color: #16351A;
}
.TagClassName
{
border-color: #16351A;
}
</style>