Shades of Black Forest #141D11
Tints of Black Forest #141D11
RGB
CMYK
RGB Variations
Color information
#141D11 (or 0x141D11) is known color: Black Forest. HEX triplet: 14, 1D and 11. RGB value is (20,29,17). Sum of RGB (Red+Green+Blue) = 20+29+17=66 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.30% from 66); Green value is 29 (11.72% from 255 or 43.94% from 66); Blue value is 17 (7.03% from 255 or 25.76% from 66); Max value from RGB is 29 - color contains mainly: green. Hex color #141D11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141D11 is #EBE2EE. Grayscale: #181818. Windows color (decimal): -15459055 or 1121556. OLE color: 1121556.
HSL color Cylindrical-coordinate representation of color #141D11: hue angle of 105º degrees, saturation: 0.26, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #141D11 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 20 | 29 | 17 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.89 |
| HSL | 105º | 0.26% | 0.09% | - |
| HSV(B) | 105º | 0.41% | 0.11% | - |
| XYZ | 0.83 | 1.07 | 0.69 | - |
| YUV | 24.94 | 123.52 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 17 | 0.31 | 0 | 0.41 | 0.89 | 105 | 0.26 | 0.09 |
| Hex | 14 | 1D | 11 | 1F | 0 | 29 | 59 | 69 | 1A | 9 |
| Octal | 24 | 35 | 21 | 37 | 0 | 51 | 131 | 151 | 32 | 11 |
| Binary | 10100 | 11101 | 10001 | 11111 | 0 | 101001 | 1011001 | 1101001 | 11010 | 1001 |
Color Harmonies of #141D11
Complementary color
Monochromatic Colors of #141D11
Black with #141D11
Text Example
Text Example
White with #141D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141D11; }
p { color: rgb(20,29,17); }
H1.HeaderClassName
{
color: #141D11;
}
.AnyTagClassName
{
color: #141D11;
}
</style>
background-color css
<style>
a { background-color: #141D11; }
a { background-color: rgb(20,29,17); }
div.DivClassName
{
background-color: #141D11;
}
.BgClassName
{
background-color: #141D11;
}
</style>
border-color css
<style>
span { border-color: #141D11; }
span { border-color: rgb(20,29,17); }
td.TdClassName
{
border-color: #141D11;
}
.TagClassName
{
border-color: #141D11;
}
</style>