Shades of Black Bean #101F12
Tints of Black Bean #101F12
RGB
CMYK
RGB Variations
Color information
#101F12 (or 0x101F12) is known color: Black Bean. HEX triplet: 10, 1F and 12. RGB value is (16,31,18). Sum of RGB (Red+Green+Blue) = 16+31+18=65 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.62% from 65); Green value is 31 (12.5% from 255 or 47.69% from 65); Blue value is 18 (7.42% from 255 or 27.69% from 65); Max value from RGB is 31 - color contains mainly: green. Hex color #101F12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101F12 is #EFE0ED. Grayscale: #191919. Windows color (decimal): -15720686 or 1187600. OLE color: 1187600.
HSL color Cylindrical-coordinate representation of color #101F12: hue angle of 128º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #101F12 is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 16 | 31 | 18 | - |
| CMYK | 0.48 | 0 | 0.42 | 0.88 |
| HSL | 128º | 0.32% | 0.09% | - |
| HSV(B) | 128º | 0.48% | 0.12% | - |
| XYZ | 0.81 | 1.13 | 0.75 | - |
| YUV | 25.03 | 124.03 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 18 | 0.48 | 0 | 0.42 | 0.88 | 128 | 0.32 | 0.09 |
| Hex | 10 | 1F | 12 | 30 | 0 | 2A | 58 | 80 | 20 | 9 |
| Octal | 20 | 37 | 22 | 60 | 0 | 52 | 130 | 200 | 40 | 11 |
| Binary | 10000 | 11111 | 10010 | 110000 | 0 | 101010 | 1011000 | 10000000 | 100000 | 1001 |
Color Harmonies of #101F12
Complementary color
Monochromatic Colors of #101F12
Black with #101F12
Text Example
Text Example
White with #101F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101F12; }
p { color: rgb(16,31,18); }
H1.HeaderClassName
{
color: #101F12;
}
.AnyTagClassName
{
color: #101F12;
}
</style>
background-color css
<style>
a { background-color: #101F12; }
a { background-color: rgb(16,31,18); }
div.DivClassName
{
background-color: #101F12;
}
.BgClassName
{
background-color: #101F12;
}
</style>
border-color css
<style>
span { border-color: #101F12; }
span { border-color: rgb(16,31,18); }
td.TdClassName
{
border-color: #101F12;
}
.TagClassName
{
border-color: #101F12;
}
</style>