Shades of Black Forest #1F3413
Tints of Black Forest #1F3413
RGB
CMYK
RGB Variations
Color information
#1F3413 (or 0x1F3413) is known color: Black Forest. HEX triplet: 1F, 34 and 13. RGB value is (31,52,19). Sum of RGB (Red+Green+Blue) = 31+52+19=102 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.39% from 102); Green value is 52 (20.70% from 255 or 50.98% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 52 - color contains mainly: green. Hex color #1F3413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3413 is #E0CBEC. Grayscale: #2A2A2A. Windows color (decimal): -14732269 or 1258527. OLE color: 1258527.
HSL color Cylindrical-coordinate representation of color #1F3413: hue angle of 98.18º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1F3413 is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 52 | 19 | - |
| CMYK | 0.40 | 0 | 0.63 | 0.80 |
| HSL | 98.18º | 0.46% | 0.14% | - |
| HSV(B) | 98.18º | 0.63% | 0.2% | - |
| XYZ | 1.91 | 2.79 | 1.05 | - |
| YUV | 41.96 | 115.04 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 52 | 19 | 0.40 | 0 | 0.63 | 0.80 | 98.18 | 0.46 | 0.14 |
| Hex | 1F | 34 | 13 | 28 | 0 | 3F | 50 | 62 | 2E | E |
| Octal | 37 | 64 | 23 | 50 | 0 | 77 | 120 | 142 | 56 | 16 |
| Binary | 11111 | 110100 | 10011 | 101000 | 0 | 111111 | 1010000 | 1100010 | 101110 | 1110 |
Color Harmonies of #1F3413
Complementary color
Monochromatic Colors of #1F3413
Black with #1F3413
Text Example
Text Example
White with #1F3413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3413; }
p { color: rgb(31,52,19); }
H1.HeaderClassName
{
color: #1F3413;
}
.AnyTagClassName
{
color: #1F3413;
}
</style>
background-color css
<style>
a { background-color: #1F3413; }
a { background-color: rgb(31,52,19); }
div.DivClassName
{
background-color: #1F3413;
}
.BgClassName
{
background-color: #1F3413;
}
</style>
border-color css
<style>
span { border-color: #1F3413; }
span { border-color: rgb(31,52,19); }
td.TdClassName
{
border-color: #1F3413;
}
.TagClassName
{
border-color: #1F3413;
}
</style>