Shades of Black Bean #101A11
Tints of Black Bean #101A11
RGB
CMYK
RGB Variations
Color information
#101A11 (or 0x101A11) is known color: Black Bean. HEX triplet: 10, 1A and 11. RGB value is (16,26,17). Sum of RGB (Red+Green+Blue) = 16+26+17=59 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.12% from 59); Green value is 26 (10.55% from 255 or 44.07% from 59); Blue value is 17 (7.03% from 255 or 28.81% from 59); Max value from RGB is 26 - color contains mainly: green. Hex color #101A11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101A11 is #EFE5EE. Grayscale: #161616. Windows color (decimal): -15721967 or 1120784. OLE color: 1120784.
HSL color Cylindrical-coordinate representation of color #101A11: hue angle of 126º degrees, saturation: 0.24, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #101A11 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 16 | 26 | 17 | - |
| CMYK | 0.38 | 0 | 0.35 | 0.90 |
| HSL | 126º | 0.24% | 0.08% | - |
| HSV(B) | 126º | 0.38% | 0.1% | - |
| XYZ | 0.68 | 0.89 | 0.67 | - |
| YUV | 21.98 | 125.19 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 26 | 17 | 0.38 | 0 | 0.35 | 0.90 | 126 | 0.24 | 0.08 |
| Hex | 10 | 1A | 11 | 26 | 0 | 23 | 5A | 7E | 18 | 8 |
| Octal | 20 | 32 | 21 | 46 | 0 | 43 | 132 | 176 | 30 | 10 |
| Binary | 10000 | 11010 | 10001 | 100110 | 0 | 100011 | 1011010 | 1111110 | 11000 | 1000 |
Color Harmonies of #101A11
Complementary color
Monochromatic Colors of #101A11
Black with #101A11
Text Example
Text Example
White with #101A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101A11; }
p { color: rgb(16,26,17); }
H1.HeaderClassName
{
color: #101A11;
}
.AnyTagClassName
{
color: #101A11;
}
</style>
background-color css
<style>
a { background-color: #101A11; }
a { background-color: rgb(16,26,17); }
div.DivClassName
{
background-color: #101A11;
}
.BgClassName
{
background-color: #101A11;
}
</style>
border-color css
<style>
span { border-color: #101A11; }
span { border-color: rgb(16,26,17); }
td.TdClassName
{
border-color: #101A11;
}
.TagClassName
{
border-color: #101A11;
}
</style>