Shades of Black Bean #102C14
Tints of Black Bean #102C14
RGB
CMYK
RGB Variations
Color information
#102C14 (or 0x102C14) is known color: Black Bean. HEX triplet: 10, 2C and 14. RGB value is (16,44,20). Sum of RGB (Red+Green+Blue) = 16+44+20=80 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20% from 80); Green value is 44 (17.58% from 255 or 55% from 80); Blue value is 20 (8.20% from 255 or 25% from 80); Max value from RGB is 44 - color contains mainly: green. Hex color #102C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102C14 is #EFD3EB. Grayscale: #202020. Windows color (decimal): -15717356 or 1322000. OLE color: 1322000.
HSL color Cylindrical-coordinate representation of color #102C14: hue angle of 128.57º 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 #102C14 is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 16 | 44 | 20 | - |
| CMYK | 0.64 | 0 | 0.55 | 0.83 |
| HSL | 128.57º | 0.47% | 0.12% | - |
| HSV(B) | 128.57º | 0.64% | 0.17% | - |
| XYZ | 1.24 | 1.96 | 0.98 | - |
| YUV | 32.89 | 120.72 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 44 | 20 | 0.64 | 0 | 0.55 | 0.83 | 128.57 | 0.47 | 0.12 |
| Hex | 10 | 2C | 14 | 40 | 0 | 37 | 53 | 81 | 2F | C |
| Octal | 20 | 54 | 24 | 100 | 0 | 67 | 123 | 201 | 57 | 14 |
| Binary | 10000 | 101100 | 10100 | 1000000 | 0 | 110111 | 1010011 | 10000001 | 101111 | 1100 |
Color Harmonies of #102C14
Complementary color
Monochromatic Colors of #102C14
Black with #102C14
Text Example
Text Example
White with #102C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102C14; }
p { color: rgb(16,44,20); }
H1.HeaderClassName
{
color: #102C14;
}
.AnyTagClassName
{
color: #102C14;
}
</style>
background-color css
<style>
a { background-color: #102C14; }
a { background-color: rgb(16,44,20); }
div.DivClassName
{
background-color: #102C14;
}
.BgClassName
{
background-color: #102C14;
}
</style>
border-color css
<style>
span { border-color: #102C14; }
span { border-color: rgb(16,44,20); }
td.TdClassName
{
border-color: #102C14;
}
.TagClassName
{
border-color: #102C14;
}
</style>