Shades of Black Bean #101E13
Tints of Black Bean #101E13
RGB
CMYK
RGB Variations
Color information
#101E13 (or 0x101E13) is known color: Black Bean. HEX triplet: 10, 1E and 13. RGB value is (16,30,19). Sum of RGB (Red+Green+Blue) = 16+30+19=65 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.62% from 65); Green value is 30 (12.11% from 255 or 46.15% from 65); Blue value is 19 (7.81% from 255 or 29.23% from 65); Max value from RGB is 30 - color contains mainly: green. Hex color #101E13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101E13 is #EFE1EC. Grayscale: #181818. Windows color (decimal): -15720941 or 1252880. OLE color: 1252880.
HSL color Cylindrical-coordinate representation of color #101E13: hue angle of 132.86º 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 #101E13 is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 16 | 30 | 19 | - |
| CMYK | 0.47 | 0 | 0.37 | 0.88 |
| HSL | 132.86º | 0.3% | 0.09% | - |
| HSV(B) | 132.86º | 0.47% | 0.12% | - |
| XYZ | 0.8 | 1.09 | 0.78 | - |
| YUV | 24.56 | 124.86 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 30 | 19 | 0.47 | 0 | 0.37 | 0.88 | 132.86 | 0.3 | 0.09 |
| Hex | 10 | 1E | 13 | 2F | 0 | 25 | 58 | 85 | 1E | 9 |
| Octal | 20 | 36 | 23 | 57 | 0 | 45 | 130 | 205 | 36 | 11 |
| Binary | 10000 | 11110 | 10011 | 101111 | 0 | 100101 | 1011000 | 10000101 | 11110 | 1001 |
Color Harmonies of #101E13
Complementary color
Monochromatic Colors of #101E13
Black with #101E13
Text Example
Text Example
White with #101E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101E13; }
p { color: rgb(16,30,19); }
H1.HeaderClassName
{
color: #101E13;
}
.AnyTagClassName
{
color: #101E13;
}
</style>
background-color css
<style>
a { background-color: #101E13; }
a { background-color: rgb(16,30,19); }
div.DivClassName
{
background-color: #101E13;
}
.BgClassName
{
background-color: #101E13;
}
</style>
border-color css
<style>
span { border-color: #101E13; }
span { border-color: rgb(16,30,19); }
td.TdClassName
{
border-color: #101E13;
}
.TagClassName
{
border-color: #101E13;
}
</style>