Shades of Deep Fir #103D1F
Tints of Deep Fir #103D1F
RGB
CMYK
RGB Variations
Color information
#103D1F (or 0x103D1F) is known color: Deep Fir. HEX triplet: 10, 3D and 1F. RGB value is (16,61,31). Sum of RGB (Red+Green+Blue) = 16+61+31=108 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.81% from 108); Green value is 61 (24.22% from 255 or 56.48% from 108); Blue value is 31 (12.5% from 255 or 28.70% from 108); Max value from RGB is 61 - color contains mainly: green. Hex color #103D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103D1F is #EFC2E0. Grayscale: #2C2C2C. Windows color (decimal): -15712993 or 2047248. OLE color: 2047248.
HSL color Cylindrical-coordinate representation of color #103D1F: hue angle of 140º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #103D1F is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 61 | 31 | - |
| CMYK | 0.74 | 0 | 0.49 | 0.76 |
| HSL | 140º | 0.58% | 0.15% | - |
| HSV(B) | 140º | 0.74% | 0.24% | - |
| XYZ | 2.13 | 3.55 | 1.87 | - |
| YUV | 44.13 | 120.59 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 31 | 0.74 | 0 | 0.49 | 0.76 | 140 | 0.58 | 0.15 |
| Hex | 10 | 3D | 1F | 4A | 0 | 31 | 4C | 8C | 3A | F |
| Octal | 20 | 75 | 37 | 112 | 0 | 61 | 114 | 214 | 72 | 17 |
| Binary | 10000 | 111101 | 11111 | 1001010 | 0 | 110001 | 1001100 | 10001100 | 111010 | 1111 |
Color Harmonies of #103D1F
Complementary color
Monochromatic Colors of #103D1F
Black with #103D1F
Text Example
Text Example
White with #103D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103D1F; }
p { color: rgb(16,61,31); }
H1.HeaderClassName
{
color: #103D1F;
}
.AnyTagClassName
{
color: #103D1F;
}
</style>
background-color css
<style>
a { background-color: #103D1F; }
a { background-color: rgb(16,61,31); }
div.DivClassName
{
background-color: #103D1F;
}
.BgClassName
{
background-color: #103D1F;
}
</style>
border-color css
<style>
span { border-color: #103D1F; }
span { border-color: rgb(16,61,31); }
td.TdClassName
{
border-color: #103D1F;
}
.TagClassName
{
border-color: #103D1F;
}
</style>