Shades of Black Forest #1F281B
Tints of Black Forest #1F281B
RGB
CMYK
RGB Variations
Color information
#1F281B (or 0x1F281B) is known color: Black Forest. HEX triplet: 1F, 28 and 1B. RGB value is (31,40,27). Sum of RGB (Red+Green+Blue) = 31+40+27=98 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.63% from 98); Green value is 40 (16.02% from 255 or 40.82% from 98); Blue value is 27 (10.94% from 255 or 27.55% from 98); Max value from RGB is 40 - color contains mainly: green. Hex color #1F281B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F281B is #E0D7E4. Grayscale: #232323. Windows color (decimal): -14735333 or 1779743. OLE color: 1779743.
HSL color Cylindrical-coordinate representation of color #1F281B: hue angle of 101.54º degrees, saturation: 0.19, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1F281B is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 40 | 27 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.84 |
| HSL | 101.54º | 0.19% | 0.13% | - |
| HSV(B) | 101.54º | 0.33% | 0.16% | - |
| XYZ | 1.52 | 1.89 | 1.32 | - |
| YUV | 35.83 | 123.02 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 40 | 27 | 0.22 | 0 | 0.33 | 0.84 | 101.54 | 0.19 | 0.13 |
| Hex | 1F | 28 | 1B | 16 | 0 | 21 | 54 | 66 | 13 | D |
| Octal | 37 | 50 | 33 | 26 | 0 | 41 | 124 | 146 | 23 | 15 |
| Binary | 11111 | 101000 | 11011 | 10110 | 0 | 100001 | 1010100 | 1100110 | 10011 | 1101 |
Color Harmonies of #1F281B
Complementary color
Monochromatic Colors of #1F281B
Black with #1F281B
Text Example
Text Example
White with #1F281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F281B; }
p { color: rgb(31,40,27); }
H1.HeaderClassName
{
color: #1F281B;
}
.AnyTagClassName
{
color: #1F281B;
}
</style>
background-color css
<style>
a { background-color: #1F281B; }
a { background-color: rgb(31,40,27); }
div.DivClassName
{
background-color: #1F281B;
}
.BgClassName
{
background-color: #1F281B;
}
</style>
border-color css
<style>
span { border-color: #1F281B; }
span { border-color: rgb(31,40,27); }
td.TdClassName
{
border-color: #1F281B;
}
.TagClassName
{
border-color: #1F281B;
}
</style>