Shades of Black Bean #16311C
Tints of Black Bean #16311C
RGB
CMYK
RGB Variations
Color information
#16311C (or 0x16311C) is known color: Black Bean. HEX triplet: 16, 31 and 1C. RGB value is (22,49,28). Sum of RGB (Red+Green+Blue) = 22+49+28=99 (13% of max value = 765). Red value is 22 (8.98% from 255 or 22.22% from 99); Green value is 49 (19.53% from 255 or 49.49% from 99); Blue value is 28 (11.33% from 255 or 28.28% from 99); Max value from RGB is 49 - color contains mainly: green. Hex color #16311C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16311C is #E9CEE3. Grayscale: #262626. Windows color (decimal): -15322852 or 1847574. OLE color: 1847574.
HSL color Cylindrical-coordinate representation of color #16311C: hue angle of 133.33º 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 #16311C is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 22 | 49 | 28 | - |
| CMYK | 0.55 | 0 | 0.43 | 0.81 |
| HSL | 133.33º | 0.38% | 0.14% | - |
| HSV(B) | 133.33º | 0.55% | 0.19% | - |
| XYZ | 1.64 | 2.45 | 1.49 | - |
| YUV | 38.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 49 | 28 | 0.55 | 0 | 0.43 | 0.81 | 133.33 | 0.38 | 0.14 |
| Hex | 16 | 31 | 1C | 37 | 0 | 2B | 51 | 85 | 26 | E |
| Octal | 26 | 61 | 34 | 67 | 0 | 53 | 121 | 205 | 46 | 16 |
| Binary | 10110 | 110001 | 11100 | 110111 | 0 | 101011 | 1010001 | 10000101 | 100110 | 1110 |
Color Harmonies of #16311C
Complementary color
Monochromatic Colors of #16311C
Black with #16311C
Text Example
Text Example
White with #16311C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16311C; }
p { color: rgb(22,49,28); }
H1.HeaderClassName
{
color: #16311C;
}
.AnyTagClassName
{
color: #16311C;
}
</style>
background-color css
<style>
a { background-color: #16311C; }
a { background-color: rgb(22,49,28); }
div.DivClassName
{
background-color: #16311C;
}
.BgClassName
{
background-color: #16311C;
}
</style>
border-color css
<style>
span { border-color: #16311C; }
span { border-color: rgb(22,49,28); }
td.TdClassName
{
border-color: #16311C;
}
.TagClassName
{
border-color: #16311C;
}
</style>