Shades of Black Forest #192B0F
Tints of Black Forest #192B0F
RGB
CMYK
RGB Variations
Color information
#192B0F (or 0x192B0F) is known color: Black Forest. HEX triplet: 19, 2B and 0F. RGB value is (25,43,15). Sum of RGB (Red+Green+Blue) = 25+43+15=83 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.12% from 83); Green value is 43 (17.19% from 255 or 51.81% from 83); Blue value is 15 (6.25% from 255 or 18.07% from 83); Max value from RGB is 43 - color contains mainly: green. Hex color #192B0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192B0F is #E6D4F0. Grayscale: #222222. Windows color (decimal): -15127793 or 994073. OLE color: 994073.
HSL color Cylindrical-coordinate representation of color #192B0F: hue angle of 98.57º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #192B0F is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 25 | 43 | 15 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.83 |
| HSL | 98.57º | 0.48% | 0.11% | - |
| HSV(B) | 98.57º | 0.65% | 0.17% | - |
| XYZ | 1.35 | 1.97 | 0.76 | - |
| YUV | 34.43 | 117.04 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 15 | 0.42 | 0 | 0.65 | 0.83 | 98.57 | 0.48 | 0.11 |
| Hex | 19 | 2B | F | 2A | 0 | 41 | 53 | 63 | 30 | B |
| Octal | 31 | 53 | 17 | 52 | 0 | 101 | 123 | 143 | 60 | 13 |
| Binary | 11001 | 101011 | 1111 | 101010 | 0 | 1000001 | 1010011 | 1100011 | 110000 | 1011 |
Color Harmonies of #192B0F
Complementary color
Monochromatic Colors of #192B0F
Black with #192B0F
Text Example
Text Example
White with #192B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192B0F; }
p { color: rgb(25,43,15); }
H1.HeaderClassName
{
color: #192B0F;
}
.AnyTagClassName
{
color: #192B0F;
}
</style>
background-color css
<style>
a { background-color: #192B0F; }
a { background-color: rgb(25,43,15); }
div.DivClassName
{
background-color: #192B0F;
}
.BgClassName
{
background-color: #192B0F;
}
</style>
border-color css
<style>
span { border-color: #192B0F; }
span { border-color: rgb(25,43,15); }
td.TdClassName
{
border-color: #192B0F;
}
.TagClassName
{
border-color: #192B0F;
}
</style>