Shades of Black Forest #1F2F15
Tints of Black Forest #1F2F15
RGB
CMYK
RGB Variations
Color information
#1F2F15 (or 0x1F2F15) is known color: Black Forest. HEX triplet: 1F, 2F and 15. RGB value is (31,47,21). Sum of RGB (Red+Green+Blue) = 31+47+21=99 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31.31% from 99); Green value is 47 (18.75% from 255 or 47.47% from 99); Blue value is 21 (8.59% from 255 or 21.21% from 99); Max value from RGB is 47 - color contains mainly: green. Hex color #1F2F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2F15 is #E0D0EA. Grayscale: #272727. Windows color (decimal): -14733547 or 1388319. OLE color: 1388319.
HSL color Cylindrical-coordinate representation of color #1F2F15: hue angle of 96.92º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1F2F15 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 31 | 47 | 21 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.82 |
| HSL | 96.92º | 0.38% | 0.13% | - |
| HSV(B) | 96.92º | 0.55% | 0.18% | - |
| XYZ | 1.72 | 2.38 | 1.08 | - |
| YUV | 39.25 | 117.7 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 47 | 21 | 0.34 | 0 | 0.55 | 0.82 | 96.92 | 0.38 | 0.13 |
| Hex | 1F | 2F | 15 | 22 | 0 | 37 | 52 | 61 | 26 | D |
| Octal | 37 | 57 | 25 | 42 | 0 | 67 | 122 | 141 | 46 | 15 |
| Binary | 11111 | 101111 | 10101 | 100010 | 0 | 110111 | 1010010 | 1100001 | 100110 | 1101 |
Color Harmonies of #1F2F15
Complementary color
Monochromatic Colors of #1F2F15
Black with #1F2F15
Text Example
Text Example
White with #1F2F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2F15; }
p { color: rgb(31,47,21); }
H1.HeaderClassName
{
color: #1F2F15;
}
.AnyTagClassName
{
color: #1F2F15;
}
</style>
background-color css
<style>
a { background-color: #1F2F15; }
a { background-color: rgb(31,47,21); }
div.DivClassName
{
background-color: #1F2F15;
}
.BgClassName
{
background-color: #1F2F15;
}
</style>
border-color css
<style>
span { border-color: #1F2F15; }
span { border-color: rgb(31,47,21); }
td.TdClassName
{
border-color: #1F2F15;
}
.TagClassName
{
border-color: #1F2F15;
}
</style>