Shades of Black Forest #1F281A
Tints of Black Forest #1F281A
RGB
CMYK
RGB Variations
Color information
#1F281A (or 0x1F281A) is known color: Black Forest. HEX triplet: 1F, 28 and 1A. RGB value is (31,40,26). Sum of RGB (Red+Green+Blue) = 31+40+26=97 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.96% from 97); Green value is 40 (16.02% from 255 or 41.24% from 97); Blue value is 26 (10.55% from 255 or 26.80% from 97); Max value from RGB is 40 - color contains mainly: green. Hex color #1F281A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F281A is #E0D7E5. Grayscale: #232323. Windows color (decimal): -14735334 or 1714207. OLE color: 1714207.
HSL color Cylindrical-coordinate representation of color #1F281A: hue angle of 98.57º degrees, saturation: 0.21, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1F281A is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 40 | 26 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.84 |
| HSL | 98.57º | 0.21% | 0.13% | - |
| HSV(B) | 98.57º | 0.35% | 0.16% | - |
| XYZ | 1.51 | 1.88 | 1.26 | - |
| YUV | 35.71 | 122.52 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 40 | 26 | 0.22 | 0 | 0.35 | 0.84 | 98.57 | 0.21 | 0.13 |
| Hex | 1F | 28 | 1A | 16 | 0 | 23 | 54 | 63 | 15 | D |
| Octal | 37 | 50 | 32 | 26 | 0 | 43 | 124 | 143 | 25 | 15 |
| Binary | 11111 | 101000 | 11010 | 10110 | 0 | 100011 | 1010100 | 1100011 | 10101 | 1101 |
Color Harmonies of #1F281A
Complementary color
Monochromatic Colors of #1F281A
Black with #1F281A
Text Example
Text Example
White with #1F281A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F281A; }
p { color: rgb(31,40,26); }
H1.HeaderClassName
{
color: #1F281A;
}
.AnyTagClassName
{
color: #1F281A;
}
</style>
background-color css
<style>
a { background-color: #1F281A; }
a { background-color: rgb(31,40,26); }
div.DivClassName
{
background-color: #1F281A;
}
.BgClassName
{
background-color: #1F281A;
}
</style>
border-color css
<style>
span { border-color: #1F281A; }
span { border-color: rgb(31,40,26); }
td.TdClassName
{
border-color: #1F281A;
}
.TagClassName
{
border-color: #1F281A;
}
</style>