Shades of Black Bean #111C11
Tints of Black Bean #111C11
RGB
CMYK
RGB Variations
Color information
#111C11 (or 0x111C11) is known color: Black Bean. HEX triplet: 11, 1C and 11. RGB value is (17,28,17). Sum of RGB (Red+Green+Blue) = 17+28+17=62 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.42% from 62); Green value is 28 (11.33% from 255 or 45.16% from 62); Blue value is 17 (7.03% from 255 or 27.42% from 62); Max value from RGB is 28 - color contains mainly: green. Hex color #111C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111C11 is #EEE3EE. Grayscale: #171717. Windows color (decimal): -15655919 or 1121297. OLE color: 1121297.
HSL color Cylindrical-coordinate representation of color #111C11: hue angle of 120º degrees, saturation: 0.24, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #111C11 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 28 | 17 | - |
| CMYK | 0.39 | 0 | 0.39 | 0.89 |
| HSL | 120º | 0.24% | 0.09% | - |
| HSV(B) | 120º | 0.39% | 0.11% | - |
| XYZ | 0.75 | 0.99 | 0.68 | - |
| YUV | 23.46 | 124.36 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 17 | 0.39 | 0 | 0.39 | 0.89 | 120 | 0.24 | 0.09 |
| Hex | 11 | 1C | 11 | 27 | 0 | 27 | 59 | 78 | 18 | 9 |
| Octal | 21 | 34 | 21 | 47 | 0 | 47 | 131 | 170 | 30 | 11 |
| Binary | 10001 | 11100 | 10001 | 100111 | 0 | 100111 | 1011001 | 1111000 | 11000 | 1001 |
Color Harmonies of #111C11
Complementary color
Monochromatic Colors of #111C11
Black with #111C11
Text Example
Text Example
White with #111C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111C11; }
p { color: rgb(17,28,17); }
H1.HeaderClassName
{
color: #111C11;
}
.AnyTagClassName
{
color: #111C11;
}
</style>
background-color css
<style>
a { background-color: #111C11; }
a { background-color: rgb(17,28,17); }
div.DivClassName
{
background-color: #111C11;
}
.BgClassName
{
background-color: #111C11;
}
</style>
border-color css
<style>
span { border-color: #111C11; }
span { border-color: rgb(17,28,17); }
td.TdClassName
{
border-color: #111C11;
}
.TagClassName
{
border-color: #111C11;
}
</style>