Shades of Black Bean #101810
Tints of Black Bean #101810
RGB
CMYK
RGB Variations
Color information
#101810 (or 0x101810) is known color: Black Bean. HEX triplet: 10, 18 and 10. RGB value is (16,24,16). Sum of RGB (Red+Green+Blue) = 16+24+16=56 (7% of max value = 765). Red value is 16 (6.64% from 255 or 28.57% from 56); Green value is 24 (9.77% from 255 or 42.86% from 56); Blue value is 16 (6.64% from 255 or 28.57% from 56); Max value from RGB is 24 - color contains mainly: green. Hex color #101810 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101810 is #EFE7EF. Grayscale: #141414. Windows color (decimal): -15722480 or 1054736. OLE color: 1054736.
HSL color Cylindrical-coordinate representation of color #101810: hue angle of 120º degrees, saturation: 0.2, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #101810 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 16 | 24 | 16 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.91 |
| HSL | 120º | 0.2% | 0.08% | - |
| HSV(B) | 120º | 0.33% | 0.09% | - |
| XYZ | 0.63 | 0.8 | 0.61 | - |
| YUV | 20.7 | 125.35 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 24 | 16 | 0.33 | 0 | 0.33 | 0.91 | 120 | 0.2 | 0.08 |
| Hex | 10 | 18 | 10 | 21 | 0 | 21 | 5B | 78 | 14 | 8 |
| Octal | 20 | 30 | 20 | 41 | 0 | 41 | 133 | 170 | 24 | 10 |
| Binary | 10000 | 11000 | 10000 | 100001 | 0 | 100001 | 1011011 | 1111000 | 10100 | 1000 |
Color Harmonies of #101810
Complementary color
Monochromatic Colors of #101810
Black with #101810
Text Example
Text Example
White with #101810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101810; }
p { color: rgb(16,24,16); }
H1.HeaderClassName
{
color: #101810;
}
.AnyTagClassName
{
color: #101810;
}
</style>
background-color css
<style>
a { background-color: #101810; }
a { background-color: rgb(16,24,16); }
div.DivClassName
{
background-color: #101810;
}
.BgClassName
{
background-color: #101810;
}
</style>
border-color css
<style>
span { border-color: #101810; }
span { border-color: rgb(16,24,16); }
td.TdClassName
{
border-color: #101810;
}
.TagClassName
{
border-color: #101810;
}
</style>