Shades of Deep Fir #103019
Tints of Deep Fir #103019
RGB
CMYK
RGB Variations
Color information
#103019 (or 0x103019) is known color: Deep Fir. HEX triplet: 10, 30 and 19. RGB value is (16,48,25). Sum of RGB (Red+Green+Blue) = 16+48+25=89 (11% of max value = 765). Red value is 16 (6.64% from 255 or 17.98% from 89); Green value is 48 (19.14% from 255 or 53.93% from 89); Blue value is 25 (10.16% from 255 or 28.09% from 89); Max value from RGB is 48 - color contains mainly: green. Hex color #103019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103019 is #EFCFE6. Grayscale: #232323. Windows color (decimal): -15716327 or 1650704. OLE color: 1650704.
HSL color Cylindrical-coordinate representation of color #103019: hue angle of 136.88º degrees, saturation: 0.5, 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 #103019 is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 16 | 48 | 25 | - |
| CMYK | 0.67 | 0 | 0.48 | 0.81 |
| HSL | 136.88º | 0.5% | 0.13% | - |
| HSV(B) | 136.88º | 0.67% | 0.19% | - |
| XYZ | 1.45 | 2.29 | 1.29 | - |
| YUV | 35.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 48 | 25 | 0.67 | 0 | 0.48 | 0.81 | 136.88 | 0.5 | 0.13 |
| Hex | 10 | 30 | 19 | 43 | 0 | 30 | 51 | 89 | 32 | D |
| Octal | 20 | 60 | 31 | 103 | 0 | 60 | 121 | 211 | 62 | 15 |
| Binary | 10000 | 110000 | 11001 | 1000011 | 0 | 110000 | 1010001 | 10001001 | 110010 | 1101 |
Color Harmonies of #103019
Complementary color
Monochromatic Colors of #103019
Black with #103019
Text Example
Text Example
White with #103019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103019; }
p { color: rgb(16,48,25); }
H1.HeaderClassName
{
color: #103019;
}
.AnyTagClassName
{
color: #103019;
}
</style>
background-color css
<style>
a { background-color: #103019; }
a { background-color: rgb(16,48,25); }
div.DivClassName
{
background-color: #103019;
}
.BgClassName
{
background-color: #103019;
}
</style>
border-color css
<style>
span { border-color: #103019; }
span { border-color: rgb(16,48,25); }
td.TdClassName
{
border-color: #103019;
}
.TagClassName
{
border-color: #103019;
}
</style>