Shades of Black Bean #102811
Tints of Black Bean #102811
RGB
CMYK
RGB Variations
Color information
#102811 (or 0x102811) is known color: Black Bean. HEX triplet: 10, 28 and 11. RGB value is (16,40,17). Sum of RGB (Red+Green+Blue) = 16+40+17=73 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.92% from 73); Green value is 40 (16.02% from 255 or 54.79% from 73); Blue value is 17 (7.03% from 255 or 23.29% from 73); Max value from RGB is 40 - color contains mainly: green. Hex color #102811 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102811 is #EFD7EE. Grayscale: #1E1E1E. Windows color (decimal): -15718383 or 1124368. OLE color: 1124368.
HSL color Cylindrical-coordinate representation of color #102811: hue angle of 122.5º 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 #102811 is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 16 | 40 | 17 | - |
| CMYK | 0.60 | 0 | 0.57 | 0.84 |
| HSL | 122.5º | 0.43% | 0.11% | - |
| HSV(B) | 122.5º | 0.6% | 0.16% | - |
| XYZ | 1.07 | 1.67 | 0.8 | - |
| YUV | 30.2 | 120.55 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 40 | 17 | 0.60 | 0 | 0.57 | 0.84 | 122.5 | 0.43 | 0.11 |
| Hex | 10 | 28 | 11 | 3C | 0 | 39 | 54 | 7B | 2B | B |
| Octal | 20 | 50 | 21 | 74 | 0 | 71 | 124 | 173 | 53 | 13 |
| Binary | 10000 | 101000 | 10001 | 111100 | 0 | 111001 | 1010100 | 1111011 | 101011 | 1011 |
Color Harmonies of #102811
Complementary color
Monochromatic Colors of #102811
Black with #102811
Text Example
Text Example
White with #102811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102811; }
p { color: rgb(16,40,17); }
H1.HeaderClassName
{
color: #102811;
}
.AnyTagClassName
{
color: #102811;
}
</style>
background-color css
<style>
a { background-color: #102811; }
a { background-color: rgb(16,40,17); }
div.DivClassName
{
background-color: #102811;
}
.BgClassName
{
background-color: #102811;
}
</style>
border-color css
<style>
span { border-color: #102811; }
span { border-color: rgb(16,40,17); }
td.TdClassName
{
border-color: #102811;
}
.TagClassName
{
border-color: #102811;
}
</style>