Shades of Black Bean #102B15
Tints of Black Bean #102B15
RGB
CMYK
RGB Variations
Color information
#102B15 (or 0x102B15) is known color: Black Bean. HEX triplet: 10, 2B and 15. RGB value is (16,43,21). Sum of RGB (Red+Green+Blue) = 16+43+21=80 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20% from 80); Green value is 43 (17.19% from 255 or 53.75% from 80); Blue value is 21 (8.59% from 255 or 26.25% from 80); Max value from RGB is 43 - color contains mainly: green. Hex color #102B15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102B15 is #EFD4EA. Grayscale: #202020. Windows color (decimal): -15717611 or 1387280. OLE color: 1387280.
HSL color Cylindrical-coordinate representation of color #102B15: hue angle of 131.11º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #102B15 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 16 | 43 | 21 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.83 |
| HSL | 131.11º | 0.46% | 0.12% | - |
| HSV(B) | 131.11º | 0.63% | 0.17% | - |
| XYZ | 1.21 | 1.89 | 1.01 | - |
| YUV | 32.42 | 121.55 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 43 | 21 | 0.63 | 0 | 0.51 | 0.83 | 131.11 | 0.46 | 0.12 |
| Hex | 10 | 2B | 15 | 3F | 0 | 33 | 53 | 83 | 2E | C |
| Octal | 20 | 53 | 25 | 77 | 0 | 63 | 123 | 203 | 56 | 14 |
| Binary | 10000 | 101011 | 10101 | 111111 | 0 | 110011 | 1010011 | 10000011 | 101110 | 1100 |
Color Harmonies of #102B15
Complementary color
Monochromatic Colors of #102B15
Black with #102B15
Text Example
Text Example
White with #102B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102B15; }
p { color: rgb(16,43,21); }
H1.HeaderClassName
{
color: #102B15;
}
.AnyTagClassName
{
color: #102B15;
}
</style>
background-color css
<style>
a { background-color: #102B15; }
a { background-color: rgb(16,43,21); }
div.DivClassName
{
background-color: #102B15;
}
.BgClassName
{
background-color: #102B15;
}
</style>
border-color css
<style>
span { border-color: #102B15; }
span { border-color: rgb(16,43,21); }
td.TdClassName
{
border-color: #102B15;
}
.TagClassName
{
border-color: #102B15;
}
</style>