Shades of Black Bean #102B14
Tints of Black Bean #102B14
RGB
CMYK
RGB Variations
Color information
#102B14 (or 0x102B14) is known color: Black Bean. HEX triplet: 10, 2B and 14. RGB value is (16,43,20). Sum of RGB (Red+Green+Blue) = 16+43+20=79 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.25% from 79); Green value is 43 (17.19% from 255 or 54.43% from 79); Blue value is 20 (8.20% from 255 or 25.32% from 79); Max value from RGB is 43 - color contains mainly: green. Hex color #102B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102B14 is #EFD4EB. Grayscale: #202020. Windows color (decimal): -15717612 or 1321744. OLE color: 1321744.
HSL color Cylindrical-coordinate representation of color #102B14: hue angle of 128.89º 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 #102B14 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 16 | 43 | 20 | - |
| CMYK | 0.63 | 0 | 0.53 | 0.83 |
| HSL | 128.89º | 0.46% | 0.12% | - |
| HSV(B) | 128.89º | 0.63% | 0.17% | - |
| XYZ | 1.2 | 1.89 | 0.96 | - |
| YUV | 32.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 43 | 20 | 0.63 | 0 | 0.53 | 0.83 | 128.89 | 0.46 | 0.12 |
| Hex | 10 | 2B | 14 | 3F | 0 | 35 | 53 | 81 | 2E | C |
| Octal | 20 | 53 | 24 | 77 | 0 | 65 | 123 | 201 | 56 | 14 |
| Binary | 10000 | 101011 | 10100 | 111111 | 0 | 110101 | 1010011 | 10000001 | 101110 | 1100 |
Color Harmonies of #102B14
Complementary color
Monochromatic Colors of #102B14
Black with #102B14
Text Example
Text Example
White with #102B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102B14; }
p { color: rgb(16,43,20); }
H1.HeaderClassName
{
color: #102B14;
}
.AnyTagClassName
{
color: #102B14;
}
</style>
background-color css
<style>
a { background-color: #102B14; }
a { background-color: rgb(16,43,20); }
div.DivClassName
{
background-color: #102B14;
}
.BgClassName
{
background-color: #102B14;
}
</style>
border-color css
<style>
span { border-color: #102B14; }
span { border-color: rgb(16,43,20); }
td.TdClassName
{
border-color: #102B14;
}
.TagClassName
{
border-color: #102B14;
}
</style>