Shades of Black Forest #1F3213
Tints of Black Forest #1F3213
RGB
CMYK
RGB Variations
Color information
#1F3213 (or 0x1F3213) is known color: Black Forest. HEX triplet: 1F, 32 and 13. RGB value is (31,50,19). Sum of RGB (Red+Green+Blue) = 31+50+19=100 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31% from 100); Green value is 50 (19.92% from 255 or 50% from 100); Blue value is 19 (7.81% from 255 or 19% from 100); Max value from RGB is 50 - color contains mainly: green. Hex color #1F3213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3213 is #E0CDEC. Grayscale: #282828. Windows color (decimal): -14732781 or 1258015. OLE color: 1258015.
HSL color Cylindrical-coordinate representation of color #1F3213: hue angle of 96.77º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F3213 is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 50 | 19 | - |
| CMYK | 0.38 | 0 | 0.62 | 0.80 |
| HSL | 96.77º | 0.45% | 0.14% | - |
| HSV(B) | 96.77º | 0.62% | 0.2% | - |
| XYZ | 1.82 | 2.62 | 1.03 | - |
| YUV | 40.79 | 115.71 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 50 | 19 | 0.38 | 0 | 0.62 | 0.80 | 96.77 | 0.45 | 0.14 |
| Hex | 1F | 32 | 13 | 26 | 0 | 3E | 50 | 61 | 2D | E |
| Octal | 37 | 62 | 23 | 46 | 0 | 76 | 120 | 141 | 55 | 16 |
| Binary | 11111 | 110010 | 10011 | 100110 | 0 | 111110 | 1010000 | 1100001 | 101101 | 1110 |
Color Harmonies of #1F3213
Complementary color
Monochromatic Colors of #1F3213
Black with #1F3213
Text Example
Text Example
White with #1F3213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3213; }
p { color: rgb(31,50,19); }
H1.HeaderClassName
{
color: #1F3213;
}
.AnyTagClassName
{
color: #1F3213;
}
</style>
background-color css
<style>
a { background-color: #1F3213; }
a { background-color: rgb(31,50,19); }
div.DivClassName
{
background-color: #1F3213;
}
.BgClassName
{
background-color: #1F3213;
}
</style>
border-color css
<style>
span { border-color: #1F3213; }
span { border-color: rgb(31,50,19); }
td.TdClassName
{
border-color: #1F3213;
}
.TagClassName
{
border-color: #1F3213;
}
</style>