Shades of Black Bean #16271C
Tints of Black Bean #16271C
RGB
CMYK
RGB Variations
Color information
#16271C (or 0x16271C) is known color: Black Bean. HEX triplet: 16, 27 and 1C. RGB value is (22,39,28). Sum of RGB (Red+Green+Blue) = 22+39+28=89 (11% of max value = 765). Red value is 22 (8.98% from 255 or 24.72% from 89); Green value is 39 (15.62% from 255 or 43.82% from 89); Blue value is 28 (11.33% from 255 or 31.46% from 89); Max value from RGB is 39 - color contains mainly: green. Hex color #16271C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16271C is #E9D8E3. Grayscale: #202020. Windows color (decimal): -15325412 or 1845014. OLE color: 1845014.
HSL color Cylindrical-coordinate representation of color #16271C: hue angle of 141.18º degrees, saturation: 0.28, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #16271C is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 22 | 39 | 28 | - |
| CMYK | 0.44 | 0 | 0.28 | 0.85 |
| HSL | 141.18º | 0.28% | 0.12% | - |
| HSV(B) | 141.18º | 0.44% | 0.15% | - |
| XYZ | 1.27 | 1.71 | 1.36 | - |
| YUV | 32.66 | 125.37 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 39 | 28 | 0.44 | 0 | 0.28 | 0.85 | 141.18 | 0.28 | 0.12 |
| Hex | 16 | 27 | 1C | 2C | 0 | 1C | 55 | 8D | 1C | C |
| Octal | 26 | 47 | 34 | 54 | 0 | 34 | 125 | 215 | 34 | 14 |
| Binary | 10110 | 100111 | 11100 | 101100 | 0 | 11100 | 1010101 | 10001101 | 11100 | 1100 |
Color Harmonies of #16271C
Complementary color
Monochromatic Colors of #16271C
Black with #16271C
Text Example
Text Example
White with #16271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16271C; }
p { color: rgb(22,39,28); }
H1.HeaderClassName
{
color: #16271C;
}
.AnyTagClassName
{
color: #16271C;
}
</style>
background-color css
<style>
a { background-color: #16271C; }
a { background-color: rgb(22,39,28); }
div.DivClassName
{
background-color: #16271C;
}
.BgClassName
{
background-color: #16271C;
}
</style>
border-color css
<style>
span { border-color: #16271C; }
span { border-color: rgb(22,39,28); }
td.TdClassName
{
border-color: #16271C;
}
.TagClassName
{
border-color: #16271C;
}
</style>