Shades of Black Bean #102C15
Tints of Black Bean #102C15
RGB
CMYK
RGB Variations
Color information
#102C15 (or 0x102C15) is known color: Black Bean. HEX triplet: 10, 2C and 15. RGB value is (16,44,21). Sum of RGB (Red+Green+Blue) = 16+44+21=81 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.75% from 81); Green value is 44 (17.58% from 255 or 54.32% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 44 - color contains mainly: green. Hex color #102C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102C15 is #EFD3EA. Grayscale: #212121. Windows color (decimal): -15717355 or 1387536. OLE color: 1387536.
HSL color Cylindrical-coordinate representation of color #102C15: hue angle of 130.71º degrees, saturation: 0.47, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #102C15 is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 16 | 44 | 21 | - |
| CMYK | 0.64 | 0 | 0.52 | 0.83 |
| HSL | 130.71º | 0.47% | 0.12% | - |
| HSV(B) | 130.71º | 0.64% | 0.17% | - |
| XYZ | 1.25 | 1.97 | 1.02 | - |
| YUV | 33.01 | 121.22 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 44 | 21 | 0.64 | 0 | 0.52 | 0.83 | 130.71 | 0.47 | 0.12 |
| Hex | 10 | 2C | 15 | 40 | 0 | 34 | 53 | 83 | 2F | C |
| Octal | 20 | 54 | 25 | 100 | 0 | 64 | 123 | 203 | 57 | 14 |
| Binary | 10000 | 101100 | 10101 | 1000000 | 0 | 110100 | 1010011 | 10000011 | 101111 | 1100 |
Color Harmonies of #102C15
Complementary color
Monochromatic Colors of #102C15
Black with #102C15
Text Example
Text Example
White with #102C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102C15; }
p { color: rgb(16,44,21); }
H1.HeaderClassName
{
color: #102C15;
}
.AnyTagClassName
{
color: #102C15;
}
</style>
background-color css
<style>
a { background-color: #102C15; }
a { background-color: rgb(16,44,21); }
div.DivClassName
{
background-color: #102C15;
}
.BgClassName
{
background-color: #102C15;
}
</style>
border-color css
<style>
span { border-color: #102C15; }
span { border-color: rgb(16,44,21); }
td.TdClassName
{
border-color: #102C15;
}
.TagClassName
{
border-color: #102C15;
}
</style>