Shades of Black Bean #111C15
Tints of Black Bean #111C15
RGB
CMYK
RGB Variations
Color information
#111C15 (or 0x111C15) is known color: Black Bean. HEX triplet: 11, 1C and 15. RGB value is (17,28,21). Sum of RGB (Red+Green+Blue) = 17+28+21=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 28 (11.33% from 255 or 42.42% from 66); Blue value is 21 (8.59% from 255 or 31.82% from 66); Max value from RGB is 28 - color contains mainly: green. Hex color #111C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111C15 is #EEE3EA. Grayscale: #171717. Windows color (decimal): -15655915 or 1383441. OLE color: 1383441.
HSL color Cylindrical-coordinate representation of color #111C15: hue angle of 141.82º 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 #111C15 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 28 | 21 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.89 |
| HSL | 141.82º | 0.24% | 0.09% | - |
| HSV(B) | 141.82º | 0.39% | 0.11% | - |
| XYZ | 0.78 | 1 | 0.86 | - |
| YUV | 23.91 | 126.36 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 21 | 0.39 | 0 | 0.25 | 0.89 | 141.82 | 0.24 | 0.09 |
| Hex | 11 | 1C | 15 | 27 | 0 | 19 | 59 | 8E | 18 | 9 |
| Octal | 21 | 34 | 25 | 47 | 0 | 31 | 131 | 216 | 30 | 11 |
| Binary | 10001 | 11100 | 10101 | 100111 | 0 | 11001 | 1011001 | 10001110 | 11000 | 1001 |
Color Harmonies of #111C15
Complementary color
Monochromatic Colors of #111C15
Black with #111C15
Text Example
Text Example
White with #111C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111C15; }
p { color: rgb(17,28,21); }
H1.HeaderClassName
{
color: #111C15;
}
.AnyTagClassName
{
color: #111C15;
}
</style>
background-color css
<style>
a { background-color: #111C15; }
a { background-color: rgb(17,28,21); }
div.DivClassName
{
background-color: #111C15;
}
.BgClassName
{
background-color: #111C15;
}
</style>
border-color css
<style>
span { border-color: #111C15; }
span { border-color: rgb(17,28,21); }
td.TdClassName
{
border-color: #111C15;
}
.TagClassName
{
border-color: #111C15;
}
</style>