Shades of Black Bean #102511
Tints of Black Bean #102511
RGB
CMYK
RGB Variations
Color information
#102511 (or 0x102511) is known color: Black Bean. HEX triplet: 10, 25 and 11. RGB value is (16,37,17). Sum of RGB (Red+Green+Blue) = 16+37+17=70 (9% of max value = 765). Red value is 16 (6.64% from 255 or 22.86% from 70); Green value is 37 (14.84% from 255 or 52.86% from 70); Blue value is 17 (7.03% from 255 or 24.29% from 70); Max value from RGB is 37 - color contains mainly: green. Hex color #102511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102511 is #EFDAEE. Grayscale: #1C1C1C. Windows color (decimal): -15719151 or 1123600. OLE color: 1123600.
HSL color Cylindrical-coordinate representation of color #102511: hue angle of 122.86º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #102511 is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 16 | 37 | 17 | - |
| CMYK | 0.57 | 0 | 0.54 | 0.85 |
| HSL | 122.86º | 0.4% | 0.1% | - |
| HSV(B) | 122.86º | 0.57% | 0.15% | - |
| XYZ | 0.98 | 1.47 | 0.76 | - |
| YUV | 28.44 | 121.54 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 37 | 17 | 0.57 | 0 | 0.54 | 0.85 | 122.86 | 0.4 | 0.1 |
| Hex | 10 | 25 | 11 | 39 | 0 | 36 | 55 | 7B | 28 | A |
| Octal | 20 | 45 | 21 | 71 | 0 | 66 | 125 | 173 | 50 | 12 |
| Binary | 10000 | 100101 | 10001 | 111001 | 0 | 110110 | 1010101 | 1111011 | 101000 | 1010 |
Color Harmonies of #102511
Complementary color
Monochromatic Colors of #102511
Black with #102511
Text Example
Text Example
White with #102511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102511; }
p { color: rgb(16,37,17); }
H1.HeaderClassName
{
color: #102511;
}
.AnyTagClassName
{
color: #102511;
}
</style>
background-color css
<style>
a { background-color: #102511; }
a { background-color: rgb(16,37,17); }
div.DivClassName
{
background-color: #102511;
}
.BgClassName
{
background-color: #102511;
}
</style>
border-color css
<style>
span { border-color: #102511; }
span { border-color: rgb(16,37,17); }
td.TdClassName
{
border-color: #102511;
}
.TagClassName
{
border-color: #102511;
}
</style>