Shades of Black Forest #191F16
Tints of Black Forest #191F16
RGB
CMYK
RGB Variations
Color information
#191F16 (or 0x191F16) is known color: Black Forest. HEX triplet: 19, 1F and 16. RGB value is (25,31,22). Sum of RGB (Red+Green+Blue) = 25+31+22=78 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.05% from 78); Green value is 31 (12.5% from 255 or 39.74% from 78); Blue value is 22 (8.98% from 255 or 28.21% from 78); Max value from RGB is 31 - color contains mainly: green. Hex color #191F16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191F16 is #E6E0E9. Grayscale: #1C1C1C. Windows color (decimal): -15130858 or 1449753. OLE color: 1449753.
HSL color Cylindrical-coordinate representation of color #191F16: hue angle of 100º degrees, saturation: 0.17, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #191F16 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 25 | 31 | 22 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.88 |
| HSL | 100º | 0.17% | 0.1% | - |
| HSV(B) | 100º | 0.29% | 0.12% | - |
| XYZ | 1.04 | 1.24 | 0.94 | - |
| YUV | 28.18 | 124.51 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 31 | 22 | 0.19 | 0 | 0.29 | 0.88 | 100 | 0.17 | 0.1 |
| Hex | 19 | 1F | 16 | 13 | 0 | 1D | 58 | 64 | 11 | A |
| Octal | 31 | 37 | 26 | 23 | 0 | 35 | 130 | 144 | 21 | 12 |
| Binary | 11001 | 11111 | 10110 | 10011 | 0 | 11101 | 1011000 | 1100100 | 10001 | 1010 |
Color Harmonies of #191F16
Complementary color
Monochromatic Colors of #191F16
Black with #191F16
Text Example
Text Example
White with #191F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191F16; }
p { color: rgb(25,31,22); }
H1.HeaderClassName
{
color: #191F16;
}
.AnyTagClassName
{
color: #191F16;
}
</style>
background-color css
<style>
a { background-color: #191F16; }
a { background-color: rgb(25,31,22); }
div.DivClassName
{
background-color: #191F16;
}
.BgClassName
{
background-color: #191F16;
}
</style>
border-color css
<style>
span { border-color: #191F16; }
span { border-color: rgb(25,31,22); }
td.TdClassName
{
border-color: #191F16;
}
.TagClassName
{
border-color: #191F16;
}
</style>