Shades of Black Bean #163119
Tints of Black Bean #163119
RGB
CMYK
RGB Variations
Color information
#163119 (or 0x163119) is known color: Black Bean. HEX triplet: 16, 31 and 19. RGB value is (22,49,25). Sum of RGB (Red+Green+Blue) = 22+49+25=96 (12% of max value = 765). Red value is 22 (8.98% from 255 or 22.92% from 96); Green value is 49 (19.53% from 255 or 51.04% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 49 - color contains mainly: green. Hex color #163119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163119 is #E9CEE6. Grayscale: #262626. Windows color (decimal): -15322855 or 1650966. OLE color: 1650966.
HSL color Cylindrical-coordinate representation of color #163119: hue angle of 126.67º 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 #163119 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 22 | 49 | 25 | - |
| CMYK | 0.55 | 0 | 0.49 | 0.81 |
| HSL | 126.67º | 0.38% | 0.14% | - |
| HSV(B) | 126.67º | 0.55% | 0.19% | - |
| XYZ | 1.6 | 2.44 | 1.31 | - |
| YUV | 38.19 | 120.55 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 49 | 25 | 0.55 | 0 | 0.49 | 0.81 | 126.67 | 0.38 | 0.14 |
| Hex | 16 | 31 | 19 | 37 | 0 | 31 | 51 | 7F | 26 | E |
| Octal | 26 | 61 | 31 | 67 | 0 | 61 | 121 | 177 | 46 | 16 |
| Binary | 10110 | 110001 | 11001 | 110111 | 0 | 110001 | 1010001 | 1111111 | 100110 | 1110 |
Color Harmonies of #163119
Complementary color
Monochromatic Colors of #163119
Black with #163119
Text Example
Text Example
White with #163119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163119; }
p { color: rgb(22,49,25); }
H1.HeaderClassName
{
color: #163119;
}
.AnyTagClassName
{
color: #163119;
}
</style>
background-color css
<style>
a { background-color: #163119; }
a { background-color: rgb(22,49,25); }
div.DivClassName
{
background-color: #163119;
}
.BgClassName
{
background-color: #163119;
}
</style>
border-color css
<style>
span { border-color: #163119; }
span { border-color: rgb(22,49,25); }
td.TdClassName
{
border-color: #163119;
}
.TagClassName
{
border-color: #163119;
}
</style>