Shades of Black Bean #16321B
Tints of Black Bean #16321B
RGB
CMYK
RGB Variations
Color information
#16321B (or 0x16321B) is known color: Black Bean. HEX triplet: 16, 32 and 1B. RGB value is (22,50,27). Sum of RGB (Red+Green+Blue) = 22+50+27=99 (13% of max value = 765). Red value is 22 (8.98% from 255 or 22.22% from 99); Green value is 50 (19.92% from 255 or 50.51% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 50 - color contains mainly: green. Hex color #16321B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16321B is #E9CDE4. Grayscale: #272727. Windows color (decimal): -15322597 or 1782294. OLE color: 1782294.
HSL color Cylindrical-coordinate representation of color #16321B: hue angle of 130.71º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #16321B is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 22 | 50 | 27 | - |
| CMYK | 0.56 | 0 | 0.46 | 0.80 |
| HSL | 130.71º | 0.39% | 0.14% | - |
| HSV(B) | 130.71º | 0.56% | 0.2% | - |
| XYZ | 1.67 | 2.53 | 1.44 | - |
| YUV | 39.01 | 121.22 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 50 | 27 | 0.56 | 0 | 0.46 | 0.80 | 130.71 | 0.39 | 0.14 |
| Hex | 16 | 32 | 1B | 38 | 0 | 2E | 50 | 83 | 27 | E |
| Octal | 26 | 62 | 33 | 70 | 0 | 56 | 120 | 203 | 47 | 16 |
| Binary | 10110 | 110010 | 11011 | 111000 | 0 | 101110 | 1010000 | 10000011 | 100111 | 1110 |
Color Harmonies of #16321B
Complementary color
Monochromatic Colors of #16321B
Black with #16321B
Text Example
Text Example
White with #16321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16321B; }
p { color: rgb(22,50,27); }
H1.HeaderClassName
{
color: #16321B;
}
.AnyTagClassName
{
color: #16321B;
}
</style>
background-color css
<style>
a { background-color: #16321B; }
a { background-color: rgb(22,50,27); }
div.DivClassName
{
background-color: #16321B;
}
.BgClassName
{
background-color: #16321B;
}
</style>
border-color css
<style>
span { border-color: #16321B; }
span { border-color: rgb(22,50,27); }
td.TdClassName
{
border-color: #16321B;
}
.TagClassName
{
border-color: #16321B;
}
</style>