Shades of Black Forest #192B11
Tints of Black Forest #192B11
RGB
CMYK
RGB Variations
Color information
#192B11 (or 0x192B11) is known color: Black Forest. HEX triplet: 19, 2B and 11. RGB value is (25,43,17). Sum of RGB (Red+Green+Blue) = 25+43+17=85 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.41% from 85); Green value is 43 (17.19% from 255 or 50.59% from 85); Blue value is 17 (7.03% from 255 or 20% from 85); Max value from RGB is 43 - color contains mainly: green. Hex color #192B11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192B11 is #E6D4EE. Grayscale: #222222. Windows color (decimal): -15127791 or 1125145. OLE color: 1125145.
HSL color Cylindrical-coordinate representation of color #192B11: hue angle of 101.54º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #192B11 is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 25 | 43 | 17 | - |
| CMYK | 0.42 | 0 | 0.60 | 0.83 |
| HSL | 101.54º | 0.43% | 0.12% | - |
| HSV(B) | 101.54º | 0.6% | 0.17% | - |
| XYZ | 1.37 | 1.97 | 0.84 | - |
| YUV | 34.65 | 118.04 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 17 | 0.42 | 0 | 0.60 | 0.83 | 101.54 | 0.43 | 0.12 |
| Hex | 19 | 2B | 11 | 2A | 0 | 3C | 53 | 66 | 2B | C |
| Octal | 31 | 53 | 21 | 52 | 0 | 74 | 123 | 146 | 53 | 14 |
| Binary | 11001 | 101011 | 10001 | 101010 | 0 | 111100 | 1010011 | 1100110 | 101011 | 1100 |
Color Harmonies of #192B11
Complementary color
Monochromatic Colors of #192B11
Black with #192B11
Text Example
Text Example
White with #192B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192B11; }
p { color: rgb(25,43,17); }
H1.HeaderClassName
{
color: #192B11;
}
.AnyTagClassName
{
color: #192B11;
}
</style>
background-color css
<style>
a { background-color: #192B11; }
a { background-color: rgb(25,43,17); }
div.DivClassName
{
background-color: #192B11;
}
.BgClassName
{
background-color: #192B11;
}
</style>
border-color css
<style>
span { border-color: #192B11; }
span { border-color: rgb(25,43,17); }
td.TdClassName
{
border-color: #192B11;
}
.TagClassName
{
border-color: #192B11;
}
</style>