Shades of Deep Fir #103119
Tints of Deep Fir #103119
RGB
CMYK
RGB Variations
Color information
#103119 (or 0x103119) is known color: Deep Fir. HEX triplet: 10, 31 and 19. RGB value is (16,49,25). Sum of RGB (Red+Green+Blue) = 16+49+25=90 (11% of max value = 765). Red value is 16 (6.64% from 255 or 17.78% from 90); Green value is 49 (19.53% from 255 or 54.44% from 90); Blue value is 25 (10.16% from 255 or 27.78% from 90); Max value from RGB is 49 - color contains mainly: green. Hex color #103119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103119 is #EFCEE6. Grayscale: #242424. Windows color (decimal): -15716071 or 1650960. OLE color: 1650960.
HSL color Cylindrical-coordinate representation of color #103119: hue angle of 136.36º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #103119 is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 16 | 49 | 25 | - |
| CMYK | 0.67 | 0 | 0.49 | 0.81 |
| HSL | 136.36º | 0.51% | 0.13% | - |
| HSV(B) | 136.36º | 0.67% | 0.19% | - |
| XYZ | 1.49 | 2.38 | 1.3 | - |
| YUV | 36.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 49 | 25 | 0.67 | 0 | 0.49 | 0.81 | 136.36 | 0.51 | 0.13 |
| Hex | 10 | 31 | 19 | 43 | 0 | 31 | 51 | 88 | 33 | D |
| Octal | 20 | 61 | 31 | 103 | 0 | 61 | 121 | 210 | 63 | 15 |
| Binary | 10000 | 110001 | 11001 | 1000011 | 0 | 110001 | 1010001 | 10001000 | 110011 | 1101 |
Color Harmonies of #103119
Complementary color
Monochromatic Colors of #103119
Black with #103119
Text Example
Text Example
White with #103119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103119; }
p { color: rgb(16,49,25); }
H1.HeaderClassName
{
color: #103119;
}
.AnyTagClassName
{
color: #103119;
}
</style>
background-color css
<style>
a { background-color: #103119; }
a { background-color: rgb(16,49,25); }
div.DivClassName
{
background-color: #103119;
}
.BgClassName
{
background-color: #103119;
}
</style>
border-color css
<style>
span { border-color: #103119; }
span { border-color: rgb(16,49,25); }
td.TdClassName
{
border-color: #103119;
}
.TagClassName
{
border-color: #103119;
}
</style>