Shades of Black Bean #103114
Tints of Black Bean #103114
RGB
CMYK
RGB Variations
Color information
#103114 (or 0x103114) is known color: Black Bean. HEX triplet: 10, 31 and 14. RGB value is (16,49,20). Sum of RGB (Red+Green+Blue) = 16+49+20=85 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.82% from 85); Green value is 49 (19.53% from 255 or 57.65% from 85); Blue value is 20 (8.20% from 255 or 23.53% from 85); Max value from RGB is 49 - color contains mainly: green. Hex color #103114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103114 is #EFCEEB. Grayscale: #232323. Windows color (decimal): -15716076 or 1323280. OLE color: 1323280.
HSL color Cylindrical-coordinate representation of color #103114: hue angle of 127.27º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #103114 is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 16 | 49 | 20 | - |
| CMYK | 0.67 | 0 | 0.59 | 0.81 |
| HSL | 127.27º | 0.51% | 0.13% | - |
| HSV(B) | 127.27º | 0.67% | 0.19% | - |
| XYZ | 1.44 | 2.36 | 1.04 | - |
| YUV | 35.83 | 119.07 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 49 | 20 | 0.67 | 0 | 0.59 | 0.81 | 127.27 | 0.51 | 0.13 |
| Hex | 10 | 31 | 14 | 43 | 0 | 3B | 51 | 7F | 33 | D |
| Octal | 20 | 61 | 24 | 103 | 0 | 73 | 121 | 177 | 63 | 15 |
| Binary | 10000 | 110001 | 10100 | 1000011 | 0 | 111011 | 1010001 | 1111111 | 110011 | 1101 |
Color Harmonies of #103114
Complementary color
Monochromatic Colors of #103114
Black with #103114
Text Example
Text Example
White with #103114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103114; }
p { color: rgb(16,49,20); }
H1.HeaderClassName
{
color: #103114;
}
.AnyTagClassName
{
color: #103114;
}
</style>
background-color css
<style>
a { background-color: #103114; }
a { background-color: rgb(16,49,20); }
div.DivClassName
{
background-color: #103114;
}
.BgClassName
{
background-color: #103114;
}
</style>
border-color css
<style>
span { border-color: #103114; }
span { border-color: rgb(16,49,20); }
td.TdClassName
{
border-color: #103114;
}
.TagClassName
{
border-color: #103114;
}
</style>