Shades of Black Forest #131F0E
Tints of Black Forest #131F0E
RGB
CMYK
RGB Variations
Color information
#131F0E (or 0x131F0E) is known color: Black Forest. HEX triplet: 13, 1F and 0E. RGB value is (19,31,14). Sum of RGB (Red+Green+Blue) = 19+31+14=64 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.69% from 64); Green value is 31 (12.5% from 255 or 48.44% from 64); Blue value is 14 (5.86% from 255 or 21.88% from 64); Max value from RGB is 31 - color contains mainly: green. Hex color #131F0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131F0E is #ECE0F1. Grayscale: #191919. Windows color (decimal): -15524082 or 925459. OLE color: 925459.
HSL color Cylindrical-coordinate representation of color #131F0E: hue angle of 102.35º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #131F0E is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 31 | 14 | - |
| CMYK | 0.39 | 0 | 0.55 | 0.88 |
| HSL | 102.35º | 0.38% | 0.09% | - |
| HSV(B) | 102.35º | 0.55% | 0.12% | - |
| XYZ | 0.84 | 1.15 | 0.59 | - |
| YUV | 25.47 | 121.52 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 14 | 0.39 | 0 | 0.55 | 0.88 | 102.35 | 0.38 | 0.09 |
| Hex | 13 | 1F | E | 27 | 0 | 37 | 58 | 66 | 26 | 9 |
| Octal | 23 | 37 | 16 | 47 | 0 | 67 | 130 | 146 | 46 | 11 |
| Binary | 10011 | 11111 | 1110 | 100111 | 0 | 110111 | 1011000 | 1100110 | 100110 | 1001 |
Color Harmonies of #131F0E
Complementary color
Monochromatic Colors of #131F0E
Black with #131F0E
Text Example
Text Example
White with #131F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F0E; }
p { color: rgb(19,31,14); }
H1.HeaderClassName
{
color: #131F0E;
}
.AnyTagClassName
{
color: #131F0E;
}
</style>
background-color css
<style>
a { background-color: #131F0E; }
a { background-color: rgb(19,31,14); }
div.DivClassName
{
background-color: #131F0E;
}
.BgClassName
{
background-color: #131F0E;
}
</style>
border-color css
<style>
span { border-color: #131F0E; }
span { border-color: rgb(19,31,14); }
td.TdClassName
{
border-color: #131F0E;
}
.TagClassName
{
border-color: #131F0E;
}
</style>