Shades of Black Forest #1F231D
Tints of Black Forest #1F231D
RGB
CMYK
RGB Variations
Color information
#1F231D (or 0x1F231D) is known color: Black Forest. HEX triplet: 1F, 23 and 1D. RGB value is (31,35,29). Sum of RGB (Red+Green+Blue) = 31+35+29=95 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.63% from 95); Green value is 35 (14.06% from 255 or 36.84% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 35 - color contains mainly: green. Hex color #1F231D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F231D is #E0DCE2. Grayscale: #212121. Windows color (decimal): -14736611 or 1909535. OLE color: 1909535.
HSL color Cylindrical-coordinate representation of color #1F231D: hue angle of 100º degrees, saturation: 0.09, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #1F231D is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 31 | 35 | 29 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.86 |
| HSL | 100º | 0.09% | 0.13% | - |
| HSV(B) | 100º | 0.17% | 0.14% | - |
| XYZ | 1.39 | 1.58 | 1.39 | - |
| YUV | 33.12 | 125.67 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 35 | 29 | 0.11 | 0 | 0.17 | 0.86 | 100 | 0.09 | 0.13 |
| Hex | 1F | 23 | 1D | B | 0 | 11 | 56 | 64 | 9 | D |
| Octal | 37 | 43 | 35 | 13 | 0 | 21 | 126 | 144 | 11 | 15 |
| Binary | 11111 | 100011 | 11101 | 1011 | 0 | 10001 | 1010110 | 1100100 | 1001 | 1101 |
Color Harmonies of #1F231D
Complementary color
Monochromatic Colors of #1F231D
Black with #1F231D
Text Example
Text Example
White with #1F231D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F231D; }
p { color: rgb(31,35,29); }
H1.HeaderClassName
{
color: #1F231D;
}
.AnyTagClassName
{
color: #1F231D;
}
</style>
background-color css
<style>
a { background-color: #1F231D; }
a { background-color: rgb(31,35,29); }
div.DivClassName
{
background-color: #1F231D;
}
.BgClassName
{
background-color: #1F231D;
}
</style>
border-color css
<style>
span { border-color: #1F231D; }
span { border-color: rgb(31,35,29); }
td.TdClassName
{
border-color: #1F231D;
}
.TagClassName
{
border-color: #1F231D;
}
</style>