Shades of Black Bean #101E15
Tints of Black Bean #101E15
RGB
CMYK
RGB Variations
Color information
#101E15 (or 0x101E15) is known color: Black Bean. HEX triplet: 10, 1E and 15. RGB value is (16,30,21). Sum of RGB (Red+Green+Blue) = 16+30+21=67 (8% of max value = 765). Red value is 16 (6.64% from 255 or 23.88% from 67); Green value is 30 (12.11% from 255 or 44.78% from 67); Blue value is 21 (8.59% from 255 or 31.34% from 67); Max value from RGB is 30 - color contains mainly: green. Hex color #101E15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101E15 is #EFE1EA. Grayscale: #181818. Windows color (decimal): -15720939 or 1383952. OLE color: 1383952.
HSL color Cylindrical-coordinate representation of color #101E15: hue angle of 141.43º degrees, saturation: 0.3, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #101E15 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 16 | 30 | 21 | - |
| CMYK | 0.47 | 0 | 0.30 | 0.88 |
| HSL | 141.43º | 0.3% | 0.09% | - |
| HSV(B) | 141.43º | 0.47% | 0.12% | - |
| XYZ | 0.81 | 1.09 | 0.88 | - |
| YUV | 24.79 | 125.86 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 30 | 21 | 0.47 | 0 | 0.30 | 0.88 | 141.43 | 0.3 | 0.09 |
| Hex | 10 | 1E | 15 | 2F | 0 | 1E | 58 | 8D | 1E | 9 |
| Octal | 20 | 36 | 25 | 57 | 0 | 36 | 130 | 215 | 36 | 11 |
| Binary | 10000 | 11110 | 10101 | 101111 | 0 | 11110 | 1011000 | 10001101 | 11110 | 1001 |
Color Harmonies of #101E15
Complementary color
Monochromatic Colors of #101E15
Black with #101E15
Text Example
Text Example
White with #101E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101E15; }
p { color: rgb(16,30,21); }
H1.HeaderClassName
{
color: #101E15;
}
.AnyTagClassName
{
color: #101E15;
}
</style>
background-color css
<style>
a { background-color: #101E15; }
a { background-color: rgb(16,30,21); }
div.DivClassName
{
background-color: #101E15;
}
.BgClassName
{
background-color: #101E15;
}
</style>
border-color css
<style>
span { border-color: #101E15; }
span { border-color: rgb(16,30,21); }
td.TdClassName
{
border-color: #101E15;
}
.TagClassName
{
border-color: #101E15;
}
</style>