Shades of Black Forest #141912
Tints of Black Forest #141912
RGB
CMYK
RGB Variations
Color information
#141912 (or 0x141912) is known color: Black Forest. HEX triplet: 14, 19 and 12. RGB value is (20,25,18). Sum of RGB (Red+Green+Blue) = 20+25+18=63 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.75% from 63); Green value is 25 (10.16% from 255 or 39.68% from 63); Blue value is 18 (7.42% from 255 or 28.57% from 63); Max value from RGB is 25 - color contains mainly: green. Hex color #141912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141912 is #EBE6ED. Grayscale: #161616. Windows color (decimal): -15460078 or 1186068. OLE color: 1186068.
HSL color Cylindrical-coordinate representation of color #141912: hue angle of 102.86º degrees, saturation: 0.16, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #141912 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 20 | 25 | 18 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.90 |
| HSL | 102.86º | 0.16% | 0.08% | - |
| HSV(B) | 102.86º | 0.28% | 0.1% | - |
| XYZ | 0.75 | 0.89 | 0.7 | - |
| YUV | 22.71 | 125.34 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 18 | 0.20 | 0 | 0.28 | 0.90 | 102.86 | 0.16 | 0.08 |
| Hex | 14 | 19 | 12 | 14 | 0 | 1C | 5A | 67 | 10 | 8 |
| Octal | 24 | 31 | 22 | 24 | 0 | 34 | 132 | 147 | 20 | 10 |
| Binary | 10100 | 11001 | 10010 | 10100 | 0 | 11100 | 1011010 | 1100111 | 10000 | 1000 |
Color Harmonies of #141912
Complementary color
Monochromatic Colors of #141912
Black with #141912
Text Example
Text Example
White with #141912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141912; }
p { color: rgb(20,25,18); }
H1.HeaderClassName
{
color: #141912;
}
.AnyTagClassName
{
color: #141912;
}
</style>
background-color css
<style>
a { background-color: #141912; }
a { background-color: rgb(20,25,18); }
div.DivClassName
{
background-color: #141912;
}
.BgClassName
{
background-color: #141912;
}
</style>
border-color css
<style>
span { border-color: #141912; }
span { border-color: rgb(20,25,18); }
td.TdClassName
{
border-color: #141912;
}
.TagClassName
{
border-color: #141912;
}
</style>