Shades of Black Forest #192713
Tints of Black Forest #192713
RGB
CMYK
RGB Variations
Color information
#192713 (or 0x192713) is known color: Black Forest. HEX triplet: 19, 27 and 13. RGB value is (25,39,19). Sum of RGB (Red+Green+Blue) = 25+39+19=83 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.12% from 83); Green value is 39 (15.62% from 255 or 46.99% from 83); Blue value is 19 (7.81% from 255 or 22.89% from 83); Max value from RGB is 39 - color contains mainly: green. Hex color #192713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192713 is #E6D8EC. Grayscale: #202020. Windows color (decimal): -15128813 or 1255193. OLE color: 1255193.
HSL color Cylindrical-coordinate representation of color #192713: hue angle of 102º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #192713 is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 25 | 39 | 19 | - |
| CMYK | 0.36 | 0 | 0.51 | 0.85 |
| HSL | 102º | 0.34% | 0.11% | - |
| HSV(B) | 102º | 0.51% | 0.15% | - |
| XYZ | 1.24 | 1.7 | 0.88 | - |
| YUV | 32.53 | 120.36 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 39 | 19 | 0.36 | 0 | 0.51 | 0.85 | 102 | 0.34 | 0.11 |
| Hex | 19 | 27 | 13 | 24 | 0 | 33 | 55 | 66 | 22 | B |
| Octal | 31 | 47 | 23 | 44 | 0 | 63 | 125 | 146 | 42 | 13 |
| Binary | 11001 | 100111 | 10011 | 100100 | 0 | 110011 | 1010101 | 1100110 | 100010 | 1011 |
Color Harmonies of #192713
Complementary color
Monochromatic Colors of #192713
Black with #192713
Text Example
Text Example
White with #192713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192713; }
p { color: rgb(25,39,19); }
H1.HeaderClassName
{
color: #192713;
}
.AnyTagClassName
{
color: #192713;
}
</style>
background-color css
<style>
a { background-color: #192713; }
a { background-color: rgb(25,39,19); }
div.DivClassName
{
background-color: #192713;
}
.BgClassName
{
background-color: #192713;
}
</style>
border-color css
<style>
span { border-color: #192713; }
span { border-color: rgb(25,39,19); }
td.TdClassName
{
border-color: #192713;
}
.TagClassName
{
border-color: #192713;
}
</style>