Shades of Black Bean #102514
Tints of Black Bean #102514
RGB
CMYK
RGB Variations
Color information
#102514 (or 0x102514) is known color: Black Bean. HEX triplet: 10, 25 and 14. RGB value is (16,37,20). Sum of RGB (Red+Green+Blue) = 16+37+20=73 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.92% from 73); Green value is 37 (14.84% from 255 or 50.68% from 73); Blue value is 20 (8.20% from 255 or 27.40% from 73); Max value from RGB is 37 - color contains mainly: green. Hex color #102514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102514 is #EFDAEB. Grayscale: #1C1C1C. Windows color (decimal): -15719148 or 1320208. OLE color: 1320208.
HSL color Cylindrical-coordinate representation of color #102514: hue angle of 131.43º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #102514 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 16 | 37 | 20 | - |
| CMYK | 0.57 | 0 | 0.46 | 0.85 |
| HSL | 131.43º | 0.4% | 0.1% | - |
| HSV(B) | 131.43º | 0.57% | 0.15% | - |
| XYZ | 1 | 1.48 | 0.9 | - |
| YUV | 28.78 | 123.04 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 37 | 20 | 0.57 | 0 | 0.46 | 0.85 | 131.43 | 0.4 | 0.1 |
| Hex | 10 | 25 | 14 | 39 | 0 | 2E | 55 | 83 | 28 | A |
| Octal | 20 | 45 | 24 | 71 | 0 | 56 | 125 | 203 | 50 | 12 |
| Binary | 10000 | 100101 | 10100 | 111001 | 0 | 101110 | 1010101 | 10000011 | 101000 | 1010 |
Color Harmonies of #102514
Complementary color
Monochromatic Colors of #102514
Black with #102514
Text Example
Text Example
White with #102514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102514; }
p { color: rgb(16,37,20); }
H1.HeaderClassName
{
color: #102514;
}
.AnyTagClassName
{
color: #102514;
}
</style>
background-color css
<style>
a { background-color: #102514; }
a { background-color: rgb(16,37,20); }
div.DivClassName
{
background-color: #102514;
}
.BgClassName
{
background-color: #102514;
}
</style>
border-color css
<style>
span { border-color: #102514; }
span { border-color: rgb(16,37,20); }
td.TdClassName
{
border-color: #102514;
}
.TagClassName
{
border-color: #102514;
}
</style>