Shades of Black Bean #16301C
Tints of Black Bean #16301C
RGB
CMYK
RGB Variations
Color information
#16301C (or 0x16301C) is known color: Black Bean. HEX triplet: 16, 30 and 1C. RGB value is (22,48,28). Sum of RGB (Red+Green+Blue) = 22+48+28=98 (12% of max value = 765). Red value is 22 (8.98% from 255 or 22.45% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 28 (11.33% from 255 or 28.57% from 98); Max value from RGB is 48 - color contains mainly: green. Hex color #16301C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16301C is #E9CFE3. Grayscale: #262626. Windows color (decimal): -15323108 or 1847318. OLE color: 1847318.
HSL color Cylindrical-coordinate representation of color #16301C: hue angle of 133.85º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #16301C is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 22 | 48 | 28 | - |
| CMYK | 0.54 | 0 | 0.42 | 0.81 |
| HSL | 133.85º | 0.37% | 0.14% | - |
| HSV(B) | 133.85º | 0.54% | 0.19% | - |
| XYZ | 1.6 | 2.37 | 1.47 | - |
| YUV | 37.95 | 122.39 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 48 | 28 | 0.54 | 0 | 0.42 | 0.81 | 133.85 | 0.37 | 0.14 |
| Hex | 16 | 30 | 1C | 36 | 0 | 2A | 51 | 86 | 25 | E |
| Octal | 26 | 60 | 34 | 66 | 0 | 52 | 121 | 206 | 45 | 16 |
| Binary | 10110 | 110000 | 11100 | 110110 | 0 | 101010 | 1010001 | 10000110 | 100101 | 1110 |
Color Harmonies of #16301C
Complementary color
Monochromatic Colors of #16301C
Black with #16301C
Text Example
Text Example
White with #16301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16301C; }
p { color: rgb(22,48,28); }
H1.HeaderClassName
{
color: #16301C;
}
.AnyTagClassName
{
color: #16301C;
}
</style>
background-color css
<style>
a { background-color: #16301C; }
a { background-color: rgb(22,48,28); }
div.DivClassName
{
background-color: #16301C;
}
.BgClassName
{
background-color: #16301C;
}
</style>
border-color css
<style>
span { border-color: #16301C; }
span { border-color: rgb(22,48,28); }
td.TdClassName
{
border-color: #16301C;
}
.TagClassName
{
border-color: #16301C;
}
</style>