Shades of Black Forest #1F3C0C
Tints of Black Forest #1F3C0C
RGB
CMYK
RGB Variations
Color information
#1F3C0C (or 0x1F3C0C) is known color: Black Forest. HEX triplet: 1F, 3C and 0C. RGB value is (31,60,12). Sum of RGB (Red+Green+Blue) = 31+60+12=103 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.10% from 103); Green value is 60 (23.83% from 255 or 58.25% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 60 - color contains mainly: green. Hex color #1F3C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3C0C is #E0C3F3. Grayscale: #2E2E2E. Windows color (decimal): -14730228 or 801823. OLE color: 801823.
HSL color Cylindrical-coordinate representation of color #1F3C0C: hue angle of 96.25º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F3C0C is Cyan = 0.48, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 60 | 12 | - |
| CMYK | 0.48 | 0 | 0.80 | 0.76 |
| HSL | 96.25º | 0.67% | 0.14% | - |
| HSV(B) | 96.25º | 0.8% | 0.24% | - |
| XYZ | 2.25 | 3.55 | 0.91 | - |
| YUV | 45.86 | 108.89 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 60 | 12 | 0.48 | 0 | 0.80 | 0.76 | 96.25 | 0.67 | 0.14 |
| Hex | 1F | 3C | C | 30 | 0 | 50 | 4C | 60 | 43 | E |
| Octal | 37 | 74 | 14 | 60 | 0 | 120 | 114 | 140 | 103 | 16 |
| Binary | 11111 | 111100 | 1100 | 110000 | 0 | 1010000 | 1001100 | 1100000 | 1000011 | 1110 |
Color Harmonies of #1F3C0C
Complementary color
Monochromatic Colors of #1F3C0C
Black with #1F3C0C
Text Example
Text Example
White with #1F3C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3C0C; }
p { color: rgb(31,60,12); }
H1.HeaderClassName
{
color: #1F3C0C;
}
.AnyTagClassName
{
color: #1F3C0C;
}
</style>
background-color css
<style>
a { background-color: #1F3C0C; }
a { background-color: rgb(31,60,12); }
div.DivClassName
{
background-color: #1F3C0C;
}
.BgClassName
{
background-color: #1F3C0C;
}
</style>
border-color css
<style>
span { border-color: #1F3C0C; }
span { border-color: rgb(31,60,12); }
td.TdClassName
{
border-color: #1F3C0C;
}
.TagClassName
{
border-color: #1F3C0C;
}
</style>