Shades of Black Bean #102816
Tints of Black Bean #102816
RGB
CMYK
RGB Variations
Color information
#102816 (or 0x102816) is known color: Black Bean. HEX triplet: 10, 28 and 16. RGB value is (16,40,22). Sum of RGB (Red+Green+Blue) = 16+40+22=78 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.51% from 78); Green value is 40 (16.02% from 255 or 51.28% from 78); Blue value is 22 (8.98% from 255 or 28.21% from 78); Max value from RGB is 40 - color contains mainly: green. Hex color #102816 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102816 is #EFD7E9. Grayscale: #1E1E1E. Windows color (decimal): -15718378 or 1452048. OLE color: 1452048.
HSL color Cylindrical-coordinate representation of color #102816: hue angle of 135º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #102816 is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 16 | 40 | 22 | - |
| CMYK | 0.60 | 0 | 0.45 | 0.84 |
| HSL | 135º | 0.43% | 0.11% | - |
| HSV(B) | 135º | 0.6% | 0.16% | - |
| XYZ | 1.12 | 1.69 | 1.03 | - |
| YUV | 30.77 | 123.05 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 40 | 22 | 0.60 | 0 | 0.45 | 0.84 | 135 | 0.43 | 0.11 |
| Hex | 10 | 28 | 16 | 3C | 0 | 2D | 54 | 87 | 2B | B |
| Octal | 20 | 50 | 26 | 74 | 0 | 55 | 124 | 207 | 53 | 13 |
| Binary | 10000 | 101000 | 10110 | 111100 | 0 | 101101 | 1010100 | 10000111 | 101011 | 1011 |
Color Harmonies of #102816
Complementary color
Monochromatic Colors of #102816
Black with #102816
Text Example
Text Example
White with #102816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102816; }
p { color: rgb(16,40,22); }
H1.HeaderClassName
{
color: #102816;
}
.AnyTagClassName
{
color: #102816;
}
</style>
background-color css
<style>
a { background-color: #102816; }
a { background-color: rgb(16,40,22); }
div.DivClassName
{
background-color: #102816;
}
.BgClassName
{
background-color: #102816;
}
</style>
border-color css
<style>
span { border-color: #102816; }
span { border-color: rgb(16,40,22); }
td.TdClassName
{
border-color: #102816;
}
.TagClassName
{
border-color: #102816;
}
</style>