Shades of Black Forest #1F370F
Tints of Black Forest #1F370F
RGB
CMYK
RGB Variations
Color information
#1F370F (or 0x1F370F) is known color: Black Forest. HEX triplet: 1F, 37 and 0F. RGB value is (31,55,15). Sum of RGB (Red+Green+Blue) = 31+55+15=101 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.69% from 101); Green value is 55 (21.88% from 255 or 54.46% from 101); Blue value is 15 (6.25% from 255 or 14.85% from 101); Max value from RGB is 55 - color contains mainly: green. Hex color #1F370F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F370F is #E0C8F0. Grayscale: #2B2B2B. Windows color (decimal): -14731505 or 997151. OLE color: 997151.
HSL color Cylindrical-coordinate representation of color #1F370F: hue angle of 96º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F370F is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 55 | 15 | - |
| CMYK | 0.44 | 0 | 0.73 | 0.78 |
| HSL | 96º | 0.57% | 0.14% | - |
| HSV(B) | 96º | 0.73% | 0.22% | - |
| XYZ | 2.02 | 3.06 | 0.94 | - |
| YUV | 43.26 | 112.05 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 55 | 15 | 0.44 | 0 | 0.73 | 0.78 | 96 | 0.57 | 0.14 |
| Hex | 1F | 37 | F | 2C | 0 | 49 | 4E | 60 | 39 | E |
| Octal | 37 | 67 | 17 | 54 | 0 | 111 | 116 | 140 | 71 | 16 |
| Binary | 11111 | 110111 | 1111 | 101100 | 0 | 1001001 | 1001110 | 1100000 | 111001 | 1110 |
Color Harmonies of #1F370F
Complementary color
Monochromatic Colors of #1F370F
Black with #1F370F
Text Example
Text Example
White with #1F370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F370F; }
p { color: rgb(31,55,15); }
H1.HeaderClassName
{
color: #1F370F;
}
.AnyTagClassName
{
color: #1F370F;
}
</style>
background-color css
<style>
a { background-color: #1F370F; }
a { background-color: rgb(31,55,15); }
div.DivClassName
{
background-color: #1F370F;
}
.BgClassName
{
background-color: #1F370F;
}
</style>
border-color css
<style>
span { border-color: #1F370F; }
span { border-color: rgb(31,55,15); }
td.TdClassName
{
border-color: #1F370F;
}
.TagClassName
{
border-color: #1F370F;
}
</style>