Shades of Black Bean #111E11
Tints of Black Bean #111E11
RGB
CMYK
RGB Variations
Color information
#111E11 (or 0x111E11) is known color: Black Bean. HEX triplet: 11, 1E and 11. RGB value is (17,30,17). Sum of RGB (Red+Green+Blue) = 17+30+17=64 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.56% from 64); Green value is 30 (12.11% from 255 or 46.88% from 64); Blue value is 17 (7.03% from 255 or 26.56% from 64); Max value from RGB is 30 - color contains mainly: green. Hex color #111E11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111E11 is #EEE1EE. Grayscale: #181818. Windows color (decimal): -15655407 or 1121809. OLE color: 1121809.
HSL color Cylindrical-coordinate representation of color #111E11: hue angle of 120º degrees, saturation: 0.28, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #111E11 is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 17 | 30 | 17 | - |
| CMYK | 0.43 | 0 | 0.43 | 0.88 |
| HSL | 120º | 0.28% | 0.09% | - |
| HSV(B) | 120º | 0.43% | 0.12% | - |
| XYZ | 0.8 | 1.09 | 0.7 | - |
| YUV | 24.63 | 123.69 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 30 | 17 | 0.43 | 0 | 0.43 | 0.88 | 120 | 0.28 | 0.09 |
| Hex | 11 | 1E | 11 | 2B | 0 | 2B | 58 | 78 | 1C | 9 |
| Octal | 21 | 36 | 21 | 53 | 0 | 53 | 130 | 170 | 34 | 11 |
| Binary | 10001 | 11110 | 10001 | 101011 | 0 | 101011 | 1011000 | 1111000 | 11100 | 1001 |
Color Harmonies of #111E11
Complementary color
Monochromatic Colors of #111E11
Black with #111E11
Text Example
Text Example
White with #111E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111E11; }
p { color: rgb(17,30,17); }
H1.HeaderClassName
{
color: #111E11;
}
.AnyTagClassName
{
color: #111E11;
}
</style>
background-color css
<style>
a { background-color: #111E11; }
a { background-color: rgb(17,30,17); }
div.DivClassName
{
background-color: #111E11;
}
.BgClassName
{
background-color: #111E11;
}
</style>
border-color css
<style>
span { border-color: #111E11; }
span { border-color: rgb(17,30,17); }
td.TdClassName
{
border-color: #111E11;
}
.TagClassName
{
border-color: #111E11;
}
</style>