Shades of Black Forest #192812
Tints of Black Forest #192812
RGB
CMYK
RGB Variations
Color information
#192812 (or 0x192812) is known color: Black Forest. HEX triplet: 19, 28 and 12. RGB value is (25,40,18). Sum of RGB (Red+Green+Blue) = 25+40+18=83 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.12% from 83); Green value is 40 (16.02% from 255 or 48.19% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 40 - color contains mainly: green. Hex color #192812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192812 is #E6D7ED. Grayscale: #212121. Windows color (decimal): -15128558 or 1189913. OLE color: 1189913.
HSL color Cylindrical-coordinate representation of color #192812: hue angle of 100.91º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #192812 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 40 | 18 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.84 |
| HSL | 100.91º | 0.38% | 0.11% | - |
| HSV(B) | 100.91º | 0.55% | 0.16% | - |
| XYZ | 1.27 | 1.77 | 0.85 | - |
| YUV | 33.01 | 119.53 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 40 | 18 | 0.38 | 0 | 0.55 | 0.84 | 100.91 | 0.38 | 0.11 |
| Hex | 19 | 28 | 12 | 26 | 0 | 37 | 54 | 65 | 26 | B |
| Octal | 31 | 50 | 22 | 46 | 0 | 67 | 124 | 145 | 46 | 13 |
| Binary | 11001 | 101000 | 10010 | 100110 | 0 | 110111 | 1010100 | 1100101 | 100110 | 1011 |
Color Harmonies of #192812
Complementary color
Monochromatic Colors of #192812
Black with #192812
Text Example
Text Example
White with #192812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192812; }
p { color: rgb(25,40,18); }
H1.HeaderClassName
{
color: #192812;
}
.AnyTagClassName
{
color: #192812;
}
</style>
background-color css
<style>
a { background-color: #192812; }
a { background-color: rgb(25,40,18); }
div.DivClassName
{
background-color: #192812;
}
.BgClassName
{
background-color: #192812;
}
</style>
border-color css
<style>
span { border-color: #192812; }
span { border-color: rgb(25,40,18); }
td.TdClassName
{
border-color: #192812;
}
.TagClassName
{
border-color: #192812;
}
</style>