Shades of Black Bean #111C14
Tints of Black Bean #111C14
RGB
CMYK
RGB Variations
Color information
#111C14 (or 0x111C14) is known color: Black Bean. HEX triplet: 11, 1C and 14. RGB value is (17,28,20). Sum of RGB (Red+Green+Blue) = 17+28+20=65 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.15% from 65); Green value is 28 (11.33% from 255 or 43.08% from 65); Blue value is 20 (8.20% from 255 or 30.77% from 65); Max value from RGB is 28 - color contains mainly: green. Hex color #111C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111C14 is #EEE3EB. Grayscale: #171717. Windows color (decimal): -15655916 or 1317905. OLE color: 1317905.
HSL color Cylindrical-coordinate representation of color #111C14: hue angle of 136.36º 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 #111C14 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 28 | 20 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.89 |
| HSL | 136.36º | 0.24% | 0.09% | - |
| HSV(B) | 136.36º | 0.39% | 0.11% | - |
| XYZ | 0.77 | 1 | 0.81 | - |
| YUV | 23.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 20 | 0.39 | 0 | 0.29 | 0.89 | 136.36 | 0.24 | 0.09 |
| Hex | 11 | 1C | 14 | 27 | 0 | 1D | 59 | 88 | 18 | 9 |
| Octal | 21 | 34 | 24 | 47 | 0 | 35 | 131 | 210 | 30 | 11 |
| Binary | 10001 | 11100 | 10100 | 100111 | 0 | 11101 | 1011001 | 10001000 | 11000 | 1001 |
Color Harmonies of #111C14
Complementary color
Monochromatic Colors of #111C14
Black with #111C14
Text Example
Text Example
White with #111C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111C14; }
p { color: rgb(17,28,20); }
H1.HeaderClassName
{
color: #111C14;
}
.AnyTagClassName
{
color: #111C14;
}
</style>
background-color css
<style>
a { background-color: #111C14; }
a { background-color: rgb(17,28,20); }
div.DivClassName
{
background-color: #111C14;
}
.BgClassName
{
background-color: #111C14;
}
</style>
border-color css
<style>
span { border-color: #111C14; }
span { border-color: rgb(17,28,20); }
td.TdClassName
{
border-color: #111C14;
}
.TagClassName
{
border-color: #111C14;
}
</style>