Shades of Black Forest #192911
Tints of Black Forest #192911
RGB
CMYK
RGB Variations
Color information
#192911 (or 0x192911) is known color: Black Forest. HEX triplet: 19, 29 and 11. RGB value is (25,41,17). Sum of RGB (Red+Green+Blue) = 25+41+17=83 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.12% from 83); Green value is 41 (16.41% from 255 or 49.40% from 83); Blue value is 17 (7.03% from 255 or 20.48% from 83); Max value from RGB is 41 - color contains mainly: green. Hex color #192911 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192911 is #E6D6EE. Grayscale: #212121. Windows color (decimal): -15128303 or 1124633. OLE color: 1124633.
HSL color Cylindrical-coordinate representation of color #192911: hue angle of 100º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #192911 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 41 | 17 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.84 |
| HSL | 100º | 0.41% | 0.11% | - |
| HSV(B) | 100º | 0.59% | 0.16% | - |
| XYZ | 1.3 | 1.83 | 0.82 | - |
| YUV | 33.48 | 118.7 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 41 | 17 | 0.39 | 0 | 0.59 | 0.84 | 100 | 0.41 | 0.11 |
| Hex | 19 | 29 | 11 | 27 | 0 | 3B | 54 | 64 | 29 | B |
| Octal | 31 | 51 | 21 | 47 | 0 | 73 | 124 | 144 | 51 | 13 |
| Binary | 11001 | 101001 | 10001 | 100111 | 0 | 111011 | 1010100 | 1100100 | 101001 | 1011 |
Color Harmonies of #192911
Complementary color
Monochromatic Colors of #192911
Black with #192911
Text Example
Text Example
White with #192911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192911; }
p { color: rgb(25,41,17); }
H1.HeaderClassName
{
color: #192911;
}
.AnyTagClassName
{
color: #192911;
}
</style>
background-color css
<style>
a { background-color: #192911; }
a { background-color: rgb(25,41,17); }
div.DivClassName
{
background-color: #192911;
}
.BgClassName
{
background-color: #192911;
}
</style>
border-color css
<style>
span { border-color: #192911; }
span { border-color: rgb(25,41,17); }
td.TdClassName
{
border-color: #192911;
}
.TagClassName
{
border-color: #192911;
}
</style>