Shades of Black Forest #192215
Tints of Black Forest #192215
RGB
CMYK
RGB Variations
Color information
#192215 (or 0x192215) is known color: Black Forest. HEX triplet: 19, 22 and 15. RGB value is (25,34,21). Sum of RGB (Red+Green+Blue) = 25+34+21=80 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.25% from 80); Green value is 34 (13.67% from 255 or 42.5% from 80); Blue value is 21 (8.59% from 255 or 26.25% from 80); Max value from RGB is 34 - color contains mainly: green. Hex color #192215 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192215 is #E6DDEA. Grayscale: #1D1D1D. Windows color (decimal): -15130091 or 1384985. OLE color: 1384985.
HSL color Cylindrical-coordinate representation of color #192215: hue angle of 101.54º degrees, saturation: 0.24, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #192215 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 34 | 21 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.87 |
| HSL | 101.54º | 0.24% | 0.11% | - |
| HSV(B) | 101.54º | 0.38% | 0.13% | - |
| XYZ | 1.11 | 1.4 | 0.92 | - |
| YUV | 29.83 | 123.02 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 34 | 21 | 0.26 | 0 | 0.38 | 0.87 | 101.54 | 0.24 | 0.11 |
| Hex | 19 | 22 | 15 | 1A | 0 | 26 | 57 | 66 | 18 | B |
| Octal | 31 | 42 | 25 | 32 | 0 | 46 | 127 | 146 | 30 | 13 |
| Binary | 11001 | 100010 | 10101 | 11010 | 0 | 100110 | 1010111 | 1100110 | 11000 | 1011 |
Color Harmonies of #192215
Complementary color
Monochromatic Colors of #192215
Black with #192215
Text Example
Text Example
White with #192215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192215; }
p { color: rgb(25,34,21); }
H1.HeaderClassName
{
color: #192215;
}
.AnyTagClassName
{
color: #192215;
}
</style>
background-color css
<style>
a { background-color: #192215; }
a { background-color: rgb(25,34,21); }
div.DivClassName
{
background-color: #192215;
}
.BgClassName
{
background-color: #192215;
}
</style>
border-color css
<style>
span { border-color: #192215; }
span { border-color: rgb(25,34,21); }
td.TdClassName
{
border-color: #192215;
}
.TagClassName
{
border-color: #192215;
}
</style>