Shades of Deep Fir #103C1C
Tints of Deep Fir #103C1C
RGB
CMYK
RGB Variations
Color information
#103C1C (or 0x103C1C) is known color: Deep Fir. HEX triplet: 10, 3C and 1C. RGB value is (16,60,28). Sum of RGB (Red+Green+Blue) = 16+60+28=104 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.38% from 104); Green value is 60 (23.83% from 255 or 57.69% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 60 - color contains mainly: green. Hex color #103C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103C1C is #EFC3E3. Grayscale: #2B2B2B. Windows color (decimal): -15713252 or 1850384. OLE color: 1850384.
HSL color Cylindrical-coordinate representation of color #103C1C: hue angle of 136.36º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #103C1C is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 60 | 28 | - |
| CMYK | 0.73 | 0 | 0.53 | 0.76 |
| HSL | 136.36º | 0.58% | 0.15% | - |
| HSV(B) | 136.36º | 0.73% | 0.24% | - |
| XYZ | 2.04 | 3.43 | 1.65 | - |
| YUV | 43.2 | 119.42 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 60 | 28 | 0.73 | 0 | 0.53 | 0.76 | 136.36 | 0.58 | 0.15 |
| Hex | 10 | 3C | 1C | 49 | 0 | 35 | 4C | 88 | 3A | F |
| Octal | 20 | 74 | 34 | 111 | 0 | 65 | 114 | 210 | 72 | 17 |
| Binary | 10000 | 111100 | 11100 | 1001001 | 0 | 110101 | 1001100 | 10001000 | 111010 | 1111 |
Color Harmonies of #103C1C
Complementary color
Monochromatic Colors of #103C1C
Black with #103C1C
Text Example
Text Example
White with #103C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103C1C; }
p { color: rgb(16,60,28); }
H1.HeaderClassName
{
color: #103C1C;
}
.AnyTagClassName
{
color: #103C1C;
}
</style>
background-color css
<style>
a { background-color: #103C1C; }
a { background-color: rgb(16,60,28); }
div.DivClassName
{
background-color: #103C1C;
}
.BgClassName
{
background-color: #103C1C;
}
</style>
border-color css
<style>
span { border-color: #103C1C; }
span { border-color: rgb(16,60,28); }
td.TdClassName
{
border-color: #103C1C;
}
.TagClassName
{
border-color: #103C1C;
}
</style>