Shades of Black Forest #111410
Tints of Black Forest #111410
RGB
CMYK
RGB Variations
Color information
#111410 (or 0x111410) is known color: Black Forest. HEX triplet: 11, 14 and 10. RGB value is (17,20,16). Sum of RGB (Red+Green+Blue) = 17+20+16=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 20 - color contains mainly: green. Hex color #111410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111410 is #EEEBEF. Grayscale: #121212. Windows color (decimal): -15657968 or 1053713. OLE color: 1053713.
HSL color Cylindrical-coordinate representation of color #111410: hue angle of 105º degrees, saturation: 0.11, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #111410 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 17 | 20 | 16 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.92 |
| HSL | 105º | 0.11% | 0.07% | - |
| HSV(B) | 105º | 0.2% | 0.08% | - |
| XYZ | 0.57 | 0.66 | 0.59 | - |
| YUV | 18.65 | 126.51 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 20 | 16 | 0.15 | 0 | 0.20 | 0.92 | 105 | 0.11 | 0.07 |
| Hex | 11 | 14 | 10 | F | 0 | 14 | 5C | 69 | B | 7 |
| Octal | 21 | 24 | 20 | 17 | 0 | 24 | 134 | 151 | 13 | 7 |
| Binary | 10001 | 10100 | 10000 | 1111 | 0 | 10100 | 1011100 | 1101001 | 1011 | 111 |
Color Harmonies of #111410
Complementary color
Monochromatic Colors of #111410
Black with #111410
Text Example
Text Example
White with #111410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111410; }
p { color: rgb(17,20,16); }
H1.HeaderClassName
{
color: #111410;
}
.AnyTagClassName
{
color: #111410;
}
</style>
background-color css
<style>
a { background-color: #111410; }
a { background-color: rgb(17,20,16); }
div.DivClassName
{
background-color: #111410;
}
.BgClassName
{
background-color: #111410;
}
</style>
border-color css
<style>
span { border-color: #111410; }
span { border-color: rgb(17,20,16); }
td.TdClassName
{
border-color: #111410;
}
.TagClassName
{
border-color: #111410;
}
</style>