Shades of Black Forest #1F251C
Tints of Black Forest #1F251C
RGB
CMYK
RGB Variations
Color information
#1F251C (or 0x1F251C) is known color: Black Forest. HEX triplet: 1F, 25 and 1C. RGB value is (31,37,28). Sum of RGB (Red+Green+Blue) = 31+37+28=96 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.29% from 96); Green value is 37 (14.84% from 255 or 38.54% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 37 - color contains mainly: green. Hex color #1F251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F251C is #E0DAE3. Grayscale: #222222. Windows color (decimal): -14736100 or 1844511. OLE color: 1844511.
HSL color Cylindrical-coordinate representation of color #1F251C: hue angle of 100º degrees, saturation: 0.14, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #1F251C is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 37 | 28 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.85 |
| HSL | 100º | 0.14% | 0.13% | - |
| HSV(B) | 100º | 0.24% | 0.15% | - |
| XYZ | 1.44 | 1.7 | 1.35 | - |
| YUV | 34.18 | 124.51 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 37 | 28 | 0.16 | 0 | 0.24 | 0.85 | 100 | 0.14 | 0.13 |
| Hex | 1F | 25 | 1C | 10 | 0 | 18 | 55 | 64 | E | D |
| Octal | 37 | 45 | 34 | 20 | 0 | 30 | 125 | 144 | 16 | 15 |
| Binary | 11111 | 100101 | 11100 | 10000 | 0 | 11000 | 1010101 | 1100100 | 1110 | 1101 |
Color Harmonies of #1F251C
Complementary color
Monochromatic Colors of #1F251C
Black with #1F251C
Text Example
Text Example
White with #1F251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F251C; }
p { color: rgb(31,37,28); }
H1.HeaderClassName
{
color: #1F251C;
}
.AnyTagClassName
{
color: #1F251C;
}
</style>
background-color css
<style>
a { background-color: #1F251C; }
a { background-color: rgb(31,37,28); }
div.DivClassName
{
background-color: #1F251C;
}
.BgClassName
{
background-color: #1F251C;
}
</style>
border-color css
<style>
span { border-color: #1F251C; }
span { border-color: rgb(31,37,28); }
td.TdClassName
{
border-color: #1F251C;
}
.TagClassName
{
border-color: #1F251C;
}
</style>