Shades of Deep Fir #103919
Tints of Deep Fir #103919
RGB
CMYK
RGB Variations
Color information
#103919 (or 0x103919) is known color: Deep Fir. HEX triplet: 10, 39 and 19. RGB value is (16,57,25). Sum of RGB (Red+Green+Blue) = 16+57+25=98 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.33% from 98); Green value is 57 (22.66% from 255 or 58.16% from 98); Blue value is 25 (10.16% from 255 or 25.51% from 98); Max value from RGB is 57 - color contains mainly: green. Hex color #103919 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103919 is #EFC6E6. Grayscale: #292929. Windows color (decimal): -15714023 or 1653008. OLE color: 1653008.
HSL color Cylindrical-coordinate representation of color #103919: hue angle of 133.17º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #103919 is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 16 | 57 | 25 | - |
| CMYK | 0.72 | 0 | 0.56 | 0.78 |
| HSL | 133.17º | 0.56% | 0.14% | - |
| HSV(B) | 133.17º | 0.72% | 0.22% | - |
| XYZ | 1.85 | 3.11 | 1.42 | - |
| YUV | 41.09 | 118.92 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 57 | 25 | 0.72 | 0 | 0.56 | 0.78 | 133.17 | 0.56 | 0.14 |
| Hex | 10 | 39 | 19 | 48 | 0 | 38 | 4E | 85 | 38 | E |
| Octal | 20 | 71 | 31 | 110 | 0 | 70 | 116 | 205 | 70 | 16 |
| Binary | 10000 | 111001 | 11001 | 1001000 | 0 | 111000 | 1001110 | 10000101 | 111000 | 1110 |
Color Harmonies of #103919
Complementary color
Monochromatic Colors of #103919
Black with #103919
Text Example
Text Example
White with #103919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103919; }
p { color: rgb(16,57,25); }
H1.HeaderClassName
{
color: #103919;
}
.AnyTagClassName
{
color: #103919;
}
</style>
background-color css
<style>
a { background-color: #103919; }
a { background-color: rgb(16,57,25); }
div.DivClassName
{
background-color: #103919;
}
.BgClassName
{
background-color: #103919;
}
</style>
border-color css
<style>
span { border-color: #103919; }
span { border-color: rgb(16,57,25); }
td.TdClassName
{
border-color: #103919;
}
.TagClassName
{
border-color: #103919;
}
</style>