Shades of Black Forest #1F2E17
Tints of Black Forest #1F2E17
RGB
CMYK
RGB Variations
Color information
#1F2E17 (or 0x1F2E17) is known color: Black Forest. HEX triplet: 1F, 2E and 17. RGB value is (31,46,23). Sum of RGB (Red+Green+Blue) = 31+46+23=100 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31% from 100); Green value is 46 (18.36% from 255 or 46% from 100); Blue value is 23 (9.38% from 255 or 23% from 100); Max value from RGB is 46 - color contains mainly: green. Hex color #1F2E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2E17 is #E0D1E8. Grayscale: #262626. Windows color (decimal): -14733801 or 1519135. OLE color: 1519135.
HSL color Cylindrical-coordinate representation of color #1F2E17: hue angle of 99.13º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1F2E17 is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 31 | 46 | 23 | - |
| CMYK | 0.33 | 0 | 0.50 | 0.82 |
| HSL | 99.13º | 0.33% | 0.14% | - |
| HSV(B) | 99.13º | 0.5% | 0.18% | - |
| XYZ | 1.7 | 2.31 | 1.17 | - |
| YUV | 38.89 | 119.03 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 46 | 23 | 0.33 | 0 | 0.50 | 0.82 | 99.13 | 0.33 | 0.14 |
| Hex | 1F | 2E | 17 | 21 | 0 | 32 | 52 | 63 | 21 | E |
| Octal | 37 | 56 | 27 | 41 | 0 | 62 | 122 | 143 | 41 | 16 |
| Binary | 11111 | 101110 | 10111 | 100001 | 0 | 110010 | 1010010 | 1100011 | 100001 | 1110 |
Color Harmonies of #1F2E17
Complementary color
Monochromatic Colors of #1F2E17
Black with #1F2E17
Text Example
Text Example
White with #1F2E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2E17; }
p { color: rgb(31,46,23); }
H1.HeaderClassName
{
color: #1F2E17;
}
.AnyTagClassName
{
color: #1F2E17;
}
</style>
background-color css
<style>
a { background-color: #1F2E17; }
a { background-color: rgb(31,46,23); }
div.DivClassName
{
background-color: #1F2E17;
}
.BgClassName
{
background-color: #1F2E17;
}
</style>
border-color css
<style>
span { border-color: #1F2E17; }
span { border-color: rgb(31,46,23); }
td.TdClassName
{
border-color: #1F2E17;
}
.TagClassName
{
border-color: #1F2E17;
}
</style>