Shades of Black Forest #1F291B
Tints of Black Forest #1F291B
RGB
CMYK
RGB Variations
Color information
#1F291B (or 0x1F291B) is known color: Black Forest. HEX triplet: 1F, 29 and 1B. RGB value is (31,41,27). Sum of RGB (Red+Green+Blue) = 31+41+27=99 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31.31% from 99); Green value is 41 (16.41% from 255 or 41.41% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 41 - color contains mainly: green. Hex color #1F291B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F291B is #E0D6E4. Grayscale: #242424. Windows color (decimal): -14735077 or 1779999. OLE color: 1779999.
HSL color Cylindrical-coordinate representation of color #1F291B: hue angle of 102.86º degrees, saturation: 0.21, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #1F291B is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 41 | 27 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.84 |
| HSL | 102.86º | 0.21% | 0.13% | - |
| HSV(B) | 102.86º | 0.34% | 0.16% | - |
| XYZ | 1.56 | 1.96 | 1.33 | - |
| YUV | 36.41 | 122.69 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 41 | 27 | 0.24 | 0 | 0.34 | 0.84 | 102.86 | 0.21 | 0.13 |
| Hex | 1F | 29 | 1B | 18 | 0 | 22 | 54 | 67 | 15 | D |
| Octal | 37 | 51 | 33 | 30 | 0 | 42 | 124 | 147 | 25 | 15 |
| Binary | 11111 | 101001 | 11011 | 11000 | 0 | 100010 | 1010100 | 1100111 | 10101 | 1101 |
Color Harmonies of #1F291B
Complementary color
Monochromatic Colors of #1F291B
Black with #1F291B
Text Example
Text Example
White with #1F291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F291B; }
p { color: rgb(31,41,27); }
H1.HeaderClassName
{
color: #1F291B;
}
.AnyTagClassName
{
color: #1F291B;
}
</style>
background-color css
<style>
a { background-color: #1F291B; }
a { background-color: rgb(31,41,27); }
div.DivClassName
{
background-color: #1F291B;
}
.BgClassName
{
background-color: #1F291B;
}
</style>
border-color css
<style>
span { border-color: #1F291B; }
span { border-color: rgb(31,41,27); }
td.TdClassName
{
border-color: #1F291B;
}
.TagClassName
{
border-color: #1F291B;
}
</style>