Shades of Deep Fir #103E1F
Tints of Deep Fir #103E1F
RGB
CMYK
RGB Variations
Color information
#103E1F (or 0x103E1F) is known color: Deep Fir. HEX triplet: 10, 3E and 1F. RGB value is (16,62,31). Sum of RGB (Red+Green+Blue) = 16+62+31=109 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.68% from 109); Green value is 62 (24.61% from 255 or 56.88% from 109); Blue value is 31 (12.5% from 255 or 28.44% from 109); Max value from RGB is 62 - color contains mainly: green. Hex color #103E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103E1F is #EFC1E0. Grayscale: #2C2C2C. Windows color (decimal): -15712737 or 2047504. OLE color: 2047504.
HSL color Cylindrical-coordinate representation of color #103E1F: hue angle of 139.57º degrees, saturation: 0.59, 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 #103E1F is Cyan = 0.74, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 62 | 31 | - |
| CMYK | 0.74 | 0 | 0.5 | 0.76 |
| HSL | 139.57º | 0.59% | 0.15% | - |
| HSV(B) | 139.57º | 0.74% | 0.24% | - |
| XYZ | 2.18 | 3.65 | 1.89 | - |
| YUV | 44.71 | 120.26 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 31 | 0.74 | 0 | 0.5 | 0.76 | 139.57 | 0.59 | 0.15 |
| Hex | 10 | 3E | 1F | 4A | 0 | 32 | 4C | 8C | 3B | F |
| Octal | 20 | 76 | 37 | 112 | 0 | 62 | 114 | 214 | 73 | 17 |
| Binary | 10000 | 111110 | 11111 | 1001010 | 0 | 110010 | 1001100 | 10001100 | 111011 | 1111 |
Color Harmonies of #103E1F
Complementary color
Monochromatic Colors of #103E1F
Black with #103E1F
Text Example
Text Example
White with #103E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103E1F; }
p { color: rgb(16,62,31); }
H1.HeaderClassName
{
color: #103E1F;
}
.AnyTagClassName
{
color: #103E1F;
}
</style>
background-color css
<style>
a { background-color: #103E1F; }
a { background-color: rgb(16,62,31); }
div.DivClassName
{
background-color: #103E1F;
}
.BgClassName
{
background-color: #103E1F;
}
</style>
border-color css
<style>
span { border-color: #103E1F; }
span { border-color: rgb(16,62,31); }
td.TdClassName
{
border-color: #103E1F;
}
.TagClassName
{
border-color: #103E1F;
}
</style>