Shades of Black Forest #1F390D
Tints of Black Forest #1F390D
RGB
CMYK
RGB Variations
Color information
#1F390D (or 0x1F390D) is known color: Black Forest. HEX triplet: 1F, 39 and 0D. RGB value is (31,57,13). Sum of RGB (Red+Green+Blue) = 31+57+13=101 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.69% from 101); Green value is 57 (22.66% from 255 or 56.44% from 101); Blue value is 13 (5.47% from 255 or 12.87% from 101); Max value from RGB is 57 - color contains mainly: green. Hex color #1F390D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F390D is #E0C6F2. Grayscale: #2C2C2C. Windows color (decimal): -14730995 or 866591. OLE color: 866591.
HSL color Cylindrical-coordinate representation of color #1F390D: hue angle of 95.45º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F390D is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 57 | 13 | - |
| CMYK | 0.46 | 0 | 0.77 | 0.78 |
| HSL | 95.45º | 0.63% | 0.14% | - |
| HSV(B) | 95.45º | 0.77% | 0.22% | - |
| XYZ | 2.1 | 3.25 | 0.9 | - |
| YUV | 44.21 | 110.39 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 57 | 13 | 0.46 | 0 | 0.77 | 0.78 | 95.45 | 0.63 | 0.14 |
| Hex | 1F | 39 | D | 2E | 0 | 4D | 4E | 5F | 3F | E |
| Octal | 37 | 71 | 15 | 56 | 0 | 115 | 116 | 137 | 77 | 16 |
| Binary | 11111 | 111001 | 1101 | 101110 | 0 | 1001101 | 1001110 | 1011111 | 111111 | 1110 |
Color Harmonies of #1F390D
Complementary color
Monochromatic Colors of #1F390D
Black with #1F390D
Text Example
Text Example
White with #1F390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F390D; }
p { color: rgb(31,57,13); }
H1.HeaderClassName
{
color: #1F390D;
}
.AnyTagClassName
{
color: #1F390D;
}
</style>
background-color css
<style>
a { background-color: #1F390D; }
a { background-color: rgb(31,57,13); }
div.DivClassName
{
background-color: #1F390D;
}
.BgClassName
{
background-color: #1F390D;
}
</style>
border-color css
<style>
span { border-color: #1F390D; }
span { border-color: rgb(31,57,13); }
td.TdClassName
{
border-color: #1F390D;
}
.TagClassName
{
border-color: #1F390D;
}
</style>