Shades of Black Bean #16311A
Tints of Black Bean #16311A
RGB
CMYK
RGB Variations
Color information
#16311A (or 0x16311A) is known color: Black Bean. HEX triplet: 16, 31 and 1A. RGB value is (22,49,26). Sum of RGB (Red+Green+Blue) = 22+49+26=97 (12% of max value = 765). Red value is 22 (8.98% from 255 or 22.68% from 97); Green value is 49 (19.53% from 255 or 50.52% from 97); Blue value is 26 (10.55% from 255 or 26.80% from 97); Max value from RGB is 49 - color contains mainly: green. Hex color #16311A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16311A is #E9CEE5. Grayscale: #262626. Windows color (decimal): -15322854 or 1716502. OLE color: 1716502.
HSL color Cylindrical-coordinate representation of color #16311A: hue angle of 128.89º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #16311A is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 22 | 49 | 26 | - |
| CMYK | 0.55 | 0 | 0.47 | 0.81 |
| HSL | 128.89º | 0.38% | 0.14% | - |
| HSV(B) | 128.89º | 0.55% | 0.19% | - |
| XYZ | 1.62 | 2.44 | 1.36 | - |
| YUV | 38.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 49 | 26 | 0.55 | 0 | 0.47 | 0.81 | 128.89 | 0.38 | 0.14 |
| Hex | 16 | 31 | 1A | 37 | 0 | 2F | 51 | 81 | 26 | E |
| Octal | 26 | 61 | 32 | 67 | 0 | 57 | 121 | 201 | 46 | 16 |
| Binary | 10110 | 110001 | 11010 | 110111 | 0 | 101111 | 1010001 | 10000001 | 100110 | 1110 |
Color Harmonies of #16311A
Complementary color
Monochromatic Colors of #16311A
Black with #16311A
Text Example
Text Example
White with #16311A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16311A; }
p { color: rgb(22,49,26); }
H1.HeaderClassName
{
color: #16311A;
}
.AnyTagClassName
{
color: #16311A;
}
</style>
background-color css
<style>
a { background-color: #16311A; }
a { background-color: rgb(22,49,26); }
div.DivClassName
{
background-color: #16311A;
}
.BgClassName
{
background-color: #16311A;
}
</style>
border-color css
<style>
span { border-color: #16311A; }
span { border-color: rgb(22,49,26); }
td.TdClassName
{
border-color: #16311A;
}
.TagClassName
{
border-color: #16311A;
}
</style>