Shades of Black Forest #1F3312
Tints of Black Forest #1F3312
RGB
CMYK
RGB Variations
Color information
#1F3312 (or 0x1F3312) is known color: Black Forest. HEX triplet: 1F, 33 and 12. RGB value is (31,51,18). Sum of RGB (Red+Green+Blue) = 31+51+18=100 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31% from 100); Green value is 51 (20.31% from 255 or 51% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 51 - color contains mainly: green. Hex color #1F3312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3312 is #E0CCED. Grayscale: #292929. Windows color (decimal): -14732526 or 1192735. OLE color: 1192735.
HSL color Cylindrical-coordinate representation of color #1F3312: hue angle of 96.36º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F3312 is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 31 | 51 | 18 | - |
| CMYK | 0.39 | 0 | 0.65 | 0.8 |
| HSL | 96.36º | 0.48% | 0.14% | - |
| HSV(B) | 96.36º | 0.65% | 0.2% | - |
| XYZ | 1.86 | 2.7 | 1 | - |
| YUV | 41.26 | 114.87 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 51 | 18 | 0.39 | 0 | 0.65 | 0.8 | 96.36 | 0.48 | 0.14 |
| Hex | 1F | 33 | 12 | 27 | 0 | 41 | 50 | 60 | 30 | E |
| Octal | 37 | 63 | 22 | 47 | 0 | 101 | 120 | 140 | 60 | 16 |
| Binary | 11111 | 110011 | 10010 | 100111 | 0 | 1000001 | 1010000 | 1100000 | 110000 | 1110 |
Color Harmonies of #1F3312
Complementary color
Monochromatic Colors of #1F3312
Black with #1F3312
Text Example
Text Example
White with #1F3312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3312; }
p { color: rgb(31,51,18); }
H1.HeaderClassName
{
color: #1F3312;
}
.AnyTagClassName
{
color: #1F3312;
}
</style>
background-color css
<style>
a { background-color: #1F3312; }
a { background-color: rgb(31,51,18); }
div.DivClassName
{
background-color: #1F3312;
}
.BgClassName
{
background-color: #1F3312;
}
</style>
border-color css
<style>
span { border-color: #1F3312; }
span { border-color: rgb(31,51,18); }
td.TdClassName
{
border-color: #1F3312;
}
.TagClassName
{
border-color: #1F3312;
}
</style>