Shades of Black Bean #101D12
Tints of Black Bean #101D12
RGB
CMYK
RGB Variations
Color information
#101D12 (or 0x101D12) is known color: Black Bean. HEX triplet: 10, 1D and 12. RGB value is (16,29,18). Sum of RGB (Red+Green+Blue) = 16+29+18=63 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.40% from 63); Green value is 29 (11.72% from 255 or 46.03% from 63); Blue value is 18 (7.42% from 255 or 28.57% from 63); Max value from RGB is 29 - color contains mainly: green. Hex color #101D12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101D12 is #EFE2ED. Grayscale: #171717. Windows color (decimal): -15721198 or 1187088. OLE color: 1187088.
HSL color Cylindrical-coordinate representation of color #101D12: hue angle of 129.23º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #101D12 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 16 | 29 | 18 | - |
| CMYK | 0.45 | 0 | 0.38 | 0.89 |
| HSL | 129.23º | 0.29% | 0.09% | - |
| HSV(B) | 129.23º | 0.45% | 0.11% | - |
| XYZ | 0.76 | 1.03 | 0.73 | - |
| YUV | 23.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 18 | 0.45 | 0 | 0.38 | 0.89 | 129.23 | 0.29 | 0.09 |
| Hex | 10 | 1D | 12 | 2D | 0 | 26 | 59 | 81 | 1D | 9 |
| Octal | 20 | 35 | 22 | 55 | 0 | 46 | 131 | 201 | 35 | 11 |
| Binary | 10000 | 11101 | 10010 | 101101 | 0 | 100110 | 1011001 | 10000001 | 11101 | 1001 |
Color Harmonies of #101D12
Complementary color
Monochromatic Colors of #101D12
Black with #101D12
Text Example
Text Example
White with #101D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101D12; }
p { color: rgb(16,29,18); }
H1.HeaderClassName
{
color: #101D12;
}
.AnyTagClassName
{
color: #101D12;
}
</style>
background-color css
<style>
a { background-color: #101D12; }
a { background-color: rgb(16,29,18); }
div.DivClassName
{
background-color: #101D12;
}
.BgClassName
{
background-color: #101D12;
}
</style>
border-color css
<style>
span { border-color: #101D12; }
span { border-color: rgb(16,29,18); }
td.TdClassName
{
border-color: #101D12;
}
.TagClassName
{
border-color: #101D12;
}
</style>