Shades of Black Bean #16271A
Tints of Black Bean #16271A
RGB
CMYK
RGB Variations
Color information
#16271A (or 0x16271A) is known color: Black Bean. HEX triplet: 16, 27 and 1A. RGB value is (22,39,26). Sum of RGB (Red+Green+Blue) = 22+39+26=87 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25.29% from 87); Green value is 39 (15.62% from 255 or 44.83% from 87); Blue value is 26 (10.55% from 255 or 29.89% from 87); Max value from RGB is 39 - color contains mainly: green. Hex color #16271A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16271A is #E9D8E5. Grayscale: #202020. Windows color (decimal): -15325414 or 1713942. OLE color: 1713942.
HSL color Cylindrical-coordinate representation of color #16271A: hue angle of 134.12º 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 #16271A is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 22 | 39 | 26 | - |
| CMYK | 0.44 | 0 | 0.33 | 0.85 |
| HSL | 134.12º | 0.28% | 0.12% | - |
| HSV(B) | 134.12º | 0.44% | 0.15% | - |
| XYZ | 1.24 | 1.7 | 1.24 | - |
| YUV | 32.44 | 124.37 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 39 | 26 | 0.44 | 0 | 0.33 | 0.85 | 134.12 | 0.28 | 0.12 |
| Hex | 16 | 27 | 1A | 2C | 0 | 21 | 55 | 86 | 1C | C |
| Octal | 26 | 47 | 32 | 54 | 0 | 41 | 125 | 206 | 34 | 14 |
| Binary | 10110 | 100111 | 11010 | 101100 | 0 | 100001 | 1010101 | 10000110 | 11100 | 1100 |
Color Harmonies of #16271A
Complementary color
Monochromatic Colors of #16271A
Black with #16271A
Text Example
Text Example
White with #16271A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16271A; }
p { color: rgb(22,39,26); }
H1.HeaderClassName
{
color: #16271A;
}
.AnyTagClassName
{
color: #16271A;
}
</style>
background-color css
<style>
a { background-color: #16271A; }
a { background-color: rgb(22,39,26); }
div.DivClassName
{
background-color: #16271A;
}
.BgClassName
{
background-color: #16271A;
}
</style>
border-color css
<style>
span { border-color: #16271A; }
span { border-color: rgb(22,39,26); }
td.TdClassName
{
border-color: #16271A;
}
.TagClassName
{
border-color: #16271A;
}
</style>