Shades of Deep Fir #103F1F
Tints of Deep Fir #103F1F
RGB
CMYK
RGB Variations
Color information
#103F1F (or 0x103F1F) is known color: Deep Fir. HEX triplet: 10, 3F and 1F. RGB value is (16,63,31). Sum of RGB (Red+Green+Blue) = 16+63+31=110 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.55% from 110); Green value is 63 (25% from 255 or 57.27% from 110); Blue value is 31 (12.5% from 255 or 28.18% from 110); Max value from RGB is 63 - color contains mainly: green. Hex color #103F1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103F1F is #EFC0E0. Grayscale: #2D2D2D. Windows color (decimal): -15712481 or 2047760. OLE color: 2047760.
HSL color Cylindrical-coordinate representation of color #103F1F: hue angle of 139.15º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #103F1F is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 63 | 31 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.75 |
| HSL | 139.15º | 0.59% | 0.15% | - |
| HSV(B) | 139.15º | 0.75% | 0.25% | - |
| XYZ | 2.24 | 3.76 | 1.9 | - |
| YUV | 45.3 | 119.93 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 31 | 0.75 | 0 | 0.51 | 0.75 | 139.15 | 0.59 | 0.15 |
| Hex | 10 | 3F | 1F | 4B | 0 | 33 | 4B | 8B | 3B | F |
| Octal | 20 | 77 | 37 | 113 | 0 | 63 | 113 | 213 | 73 | 17 |
| Binary | 10000 | 111111 | 11111 | 1001011 | 0 | 110011 | 1001011 | 10001011 | 111011 | 1111 |
Color Harmonies of #103F1F
Complementary color
Monochromatic Colors of #103F1F
Black with #103F1F
Text Example
Text Example
White with #103F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103F1F; }
p { color: rgb(16,63,31); }
H1.HeaderClassName
{
color: #103F1F;
}
.AnyTagClassName
{
color: #103F1F;
}
</style>
background-color css
<style>
a { background-color: #103F1F; }
a { background-color: rgb(16,63,31); }
div.DivClassName
{
background-color: #103F1F;
}
.BgClassName
{
background-color: #103F1F;
}
</style>
border-color css
<style>
span { border-color: #103F1F; }
span { border-color: rgb(16,63,31); }
td.TdClassName
{
border-color: #103F1F;
}
.TagClassName
{
border-color: #103F1F;
}
</style>