Shades of Black Bean #102914
Tints of Black Bean #102914
RGB
CMYK
RGB Variations
Color information
#102914 (or 0x102914) is known color: Black Bean. HEX triplet: 10, 29 and 14. RGB value is (16,41,20). Sum of RGB (Red+Green+Blue) = 16+41+20=77 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.78% from 77); Green value is 41 (16.41% from 255 or 53.25% from 77); Blue value is 20 (8.20% from 255 or 25.97% from 77); Max value from RGB is 41 - color contains mainly: green. Hex color #102914 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102914 is #EFD6EB. Grayscale: #1F1F1F. Windows color (decimal): -15718124 or 1321232. OLE color: 1321232.
HSL color Cylindrical-coordinate representation of color #102914: hue angle of 129.6º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #102914 is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 16 | 41 | 20 | - |
| CMYK | 0.61 | 0 | 0.51 | 0.84 |
| HSL | 129.6º | 0.44% | 0.11% | - |
| HSV(B) | 129.6º | 0.61% | 0.16% | - |
| XYZ | 1.13 | 1.75 | 0.94 | - |
| YUV | 31.13 | 121.72 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 41 | 20 | 0.61 | 0 | 0.51 | 0.84 | 129.6 | 0.44 | 0.11 |
| Hex | 10 | 29 | 14 | 3D | 0 | 33 | 54 | 82 | 2C | B |
| Octal | 20 | 51 | 24 | 75 | 0 | 63 | 124 | 202 | 54 | 13 |
| Binary | 10000 | 101001 | 10100 | 111101 | 0 | 110011 | 1010100 | 10000010 | 101100 | 1011 |
Color Harmonies of #102914
Complementary color
Monochromatic Colors of #102914
Black with #102914
Text Example
Text Example
White with #102914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102914; }
p { color: rgb(16,41,20); }
H1.HeaderClassName
{
color: #102914;
}
.AnyTagClassName
{
color: #102914;
}
</style>
background-color css
<style>
a { background-color: #102914; }
a { background-color: rgb(16,41,20); }
div.DivClassName
{
background-color: #102914;
}
.BgClassName
{
background-color: #102914;
}
</style>
border-color css
<style>
span { border-color: #102914; }
span { border-color: rgb(16,41,20); }
td.TdClassName
{
border-color: #102914;
}
.TagClassName
{
border-color: #102914;
}
</style>