Shades of Black Forest #1F3710
Tints of Black Forest #1F3710
RGB
CMYK
RGB Variations
Color information
#1F3710 (or 0x1F3710) is known color: Black Forest. HEX triplet: 1F, 37 and 10. RGB value is (31,55,16). Sum of RGB (Red+Green+Blue) = 31+55+16=102 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.39% from 102); Green value is 55 (21.88% from 255 or 53.92% from 102); Blue value is 16 (6.64% from 255 or 15.69% from 102); Max value from RGB is 55 - color contains mainly: green. Hex color #1F3710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3710 is #E0C8EF. Grayscale: #2B2B2B. Windows color (decimal): -14731504 or 1062687. OLE color: 1062687.
HSL color Cylindrical-coordinate representation of color #1F3710: hue angle of 96.92º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F3710 is Cyan = 0.44, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 55 | 16 | - |
| CMYK | 0.44 | 0 | 0.71 | 0.78 |
| HSL | 96.92º | 0.55% | 0.14% | - |
| HSV(B) | 96.92º | 0.71% | 0.22% | - |
| XYZ | 2.02 | 3.06 | 0.97 | - |
| YUV | 43.38 | 112.55 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 55 | 16 | 0.44 | 0 | 0.71 | 0.78 | 96.92 | 0.55 | 0.14 |
| Hex | 1F | 37 | 10 | 2C | 0 | 47 | 4E | 61 | 37 | E |
| Octal | 37 | 67 | 20 | 54 | 0 | 107 | 116 | 141 | 67 | 16 |
| Binary | 11111 | 110111 | 10000 | 101100 | 0 | 1000111 | 1001110 | 1100001 | 110111 | 1110 |
Color Harmonies of #1F3710
Complementary color
Monochromatic Colors of #1F3710
Black with #1F3710
Text Example
Text Example
White with #1F3710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3710; }
p { color: rgb(31,55,16); }
H1.HeaderClassName
{
color: #1F3710;
}
.AnyTagClassName
{
color: #1F3710;
}
</style>
background-color css
<style>
a { background-color: #1F3710; }
a { background-color: rgb(31,55,16); }
div.DivClassName
{
background-color: #1F3710;
}
.BgClassName
{
background-color: #1F3710;
}
</style>
border-color css
<style>
span { border-color: #1F3710; }
span { border-color: rgb(31,55,16); }
td.TdClassName
{
border-color: #1F3710;
}
.TagClassName
{
border-color: #1F3710;
}
</style>