Shades of Black Forest #111B0D
Tints of Black Forest #111B0D
RGB
CMYK
RGB Variations
Color information
#111B0D (or 0x111B0D) is known color: Black Forest. HEX triplet: 11, 1B and 0D. RGB value is (17,27,13). Sum of RGB (Red+Green+Blue) = 17+27+13=57 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.82% from 57); Green value is 27 (10.94% from 255 or 47.37% from 57); Blue value is 13 (5.47% from 255 or 22.81% from 57); Max value from RGB is 27 - color contains mainly: green. Hex color #111B0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111B0D is #EEE4F2. Grayscale: #161616. Windows color (decimal): -15656179 or 858897. OLE color: 858897.
HSL color Cylindrical-coordinate representation of color #111B0D: hue angle of 102.86º degrees, saturation: 0.35, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #111B0D is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 27 | 13 | - |
| CMYK | 0.37 | 0 | 0.52 | 0.89 |
| HSL | 102.86º | 0.35% | 0.08% | - |
| HSV(B) | 102.86º | 0.52% | 0.11% | - |
| XYZ | 0.7 | 0.93 | 0.52 | - |
| YUV | 22.41 | 122.69 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 13 | 0.37 | 0 | 0.52 | 0.89 | 102.86 | 0.35 | 0.08 |
| Hex | 11 | 1B | D | 25 | 0 | 34 | 59 | 67 | 23 | 8 |
| Octal | 21 | 33 | 15 | 45 | 0 | 64 | 131 | 147 | 43 | 10 |
| Binary | 10001 | 11011 | 1101 | 100101 | 0 | 110100 | 1011001 | 1100111 | 100011 | 1000 |
Color Harmonies of #111B0D
Complementary color
Monochromatic Colors of #111B0D
Black with #111B0D
Text Example
Text Example
White with #111B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B0D; }
p { color: rgb(17,27,13); }
H1.HeaderClassName
{
color: #111B0D;
}
.AnyTagClassName
{
color: #111B0D;
}
</style>
background-color css
<style>
a { background-color: #111B0D; }
a { background-color: rgb(17,27,13); }
div.DivClassName
{
background-color: #111B0D;
}
.BgClassName
{
background-color: #111B0D;
}
</style>
border-color css
<style>
span { border-color: #111B0D; }
span { border-color: rgb(17,27,13); }
td.TdClassName
{
border-color: #111B0D;
}
.TagClassName
{
border-color: #111B0D;
}
</style>