Shades of Black Bean #101A12
Tints of Black Bean #101A12
RGB
CMYK
RGB Variations
Color information
#101A12 (or 0x101A12) is known color: Black Bean. HEX triplet: 10, 1A and 12. RGB value is (16,26,18). Sum of RGB (Red+Green+Blue) = 16+26+18=60 (7% of max value = 765). Red value is 16 (6.64% from 255 or 26.67% from 60); Green value is 26 (10.55% from 255 or 43.33% from 60); Blue value is 18 (7.42% from 255 or 30% from 60); Max value from RGB is 26 - color contains mainly: green. Hex color #101A12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101A12 is #EFE5ED. Grayscale: #161616. Windows color (decimal): -15721966 or 1186320. OLE color: 1186320.
HSL color Cylindrical-coordinate representation of color #101A12: hue angle of 132º 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 #101A12 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 16 | 26 | 18 | - |
| CMYK | 0.38 | 0 | 0.31 | 0.90 |
| HSL | 132º | 0.24% | 0.08% | - |
| HSV(B) | 132º | 0.38% | 0.1% | - |
| XYZ | 0.69 | 0.89 | 0.71 | - |
| YUV | 22.1 | 125.69 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 26 | 18 | 0.38 | 0 | 0.31 | 0.90 | 132 | 0.24 | 0.08 |
| Hex | 10 | 1A | 12 | 26 | 0 | 1F | 5A | 84 | 18 | 8 |
| Octal | 20 | 32 | 22 | 46 | 0 | 37 | 132 | 204 | 30 | 10 |
| Binary | 10000 | 11010 | 10010 | 100110 | 0 | 11111 | 1011010 | 10000100 | 11000 | 1000 |
Color Harmonies of #101A12
Complementary color
Monochromatic Colors of #101A12
Black with #101A12
Text Example
Text Example
White with #101A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101A12; }
p { color: rgb(16,26,18); }
H1.HeaderClassName
{
color: #101A12;
}
.AnyTagClassName
{
color: #101A12;
}
</style>
background-color css
<style>
a { background-color: #101A12; }
a { background-color: rgb(16,26,18); }
div.DivClassName
{
background-color: #101A12;
}
.BgClassName
{
background-color: #101A12;
}
</style>
border-color css
<style>
span { border-color: #101A12; }
span { border-color: rgb(16,26,18); }
td.TdClassName
{
border-color: #101A12;
}
.TagClassName
{
border-color: #101A12;
}
</style>