Shades of Black Bean #101310
Tints of Black Bean #101310
RGB
CMYK
RGB Variations
Color information
#101310 (or 0x101310) is known color: Black Bean. HEX triplet: 10, 13 and 10. RGB value is (16,19,16). Sum of RGB (Red+Green+Blue) = 16+19+16=51 (6% of max value = 765). Red value is 16 (6.64% from 255 or 31.37% from 51); Green value is 19 (7.81% from 255 or 37.25% from 51); Blue value is 16 (6.64% from 255 or 31.37% from 51); Max value from RGB is 19 - color contains mainly: green. Hex color #101310 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101310 is #EFECEF. Grayscale: #111111. Windows color (decimal): -15723760 or 1053456. OLE color: 1053456.
HSL color Cylindrical-coordinate representation of color #101310: hue angle of 120º degrees, saturation: 0.09, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #101310 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 16 | 19 | 16 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.93 |
| HSL | 120º | 0.09% | 0.07% | - |
| HSV(B) | 120º | 0.16% | 0.07% | - |
| XYZ | 0.54 | 0.61 | 0.58 | - |
| YUV | 17.76 | 127.01 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 16 | 0.16 | 0 | 0.16 | 0.93 | 120 | 0.09 | 0.07 |
| Hex | 10 | 13 | 10 | 10 | 0 | 10 | 5D | 78 | 9 | 7 |
| Octal | 20 | 23 | 20 | 20 | 0 | 20 | 135 | 170 | 11 | 7 |
| Binary | 10000 | 10011 | 10000 | 10000 | 0 | 10000 | 1011101 | 1111000 | 1001 | 111 |
Color Harmonies of #101310
Complementary color
Monochromatic Colors of #101310
Black with #101310
Text Example
Text Example
White with #101310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101310; }
p { color: rgb(16,19,16); }
H1.HeaderClassName
{
color: #101310;
}
.AnyTagClassName
{
color: #101310;
}
</style>
background-color css
<style>
a { background-color: #101310; }
a { background-color: rgb(16,19,16); }
div.DivClassName
{
background-color: #101310;
}
.BgClassName
{
background-color: #101310;
}
</style>
border-color css
<style>
span { border-color: #101310; }
span { border-color: rgb(16,19,16); }
td.TdClassName
{
border-color: #101310;
}
.TagClassName
{
border-color: #101310;
}
</style>