Shades of Deep Fir #10411D
Tints of Deep Fir #10411D
RGB
CMYK
RGB Variations
Color information
#10411D (or 0x10411D) is known color: Deep Fir. HEX triplet: 10, 41 and 1D. RGB value is (16,65,29). Sum of RGB (Red+Green+Blue) = 16+65+29=110 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.55% from 110); Green value is 65 (25.78% from 255 or 59.09% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 65 - color contains mainly: green. Hex color #10411D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10411D is #EFBEE2. Grayscale: #2E2E2E. Windows color (decimal): -15711971 or 1917200. OLE color: 1917200.
HSL color Cylindrical-coordinate representation of color #10411D: hue angle of 135.92º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #10411D is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 65 | 29 | - |
| CMYK | 0.75 | 0 | 0.55 | 0.75 |
| HSL | 135.92º | 0.6% | 0.16% | - |
| HSV(B) | 135.92º | 0.75% | 0.25% | - |
| XYZ | 2.33 | 3.98 | 1.81 | - |
| YUV | 46.25 | 118.27 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 65 | 29 | 0.75 | 0 | 0.55 | 0.75 | 135.92 | 0.6 | 0.16 |
| Hex | 10 | 41 | 1D | 4B | 0 | 37 | 4B | 88 | 3C | 10 |
| Octal | 20 | 101 | 35 | 113 | 0 | 67 | 113 | 210 | 74 | 20 |
| Binary | 10000 | 1000001 | 11101 | 1001011 | 0 | 110111 | 1001011 | 10001000 | 111100 | 10000 |
Color Harmonies of #10411D
Complementary color
Monochromatic Colors of #10411D
Black with #10411D
Text Example
Text Example
White with #10411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10411D; }
p { color: rgb(16,65,29); }
H1.HeaderClassName
{
color: #10411D;
}
.AnyTagClassName
{
color: #10411D;
}
</style>
background-color css
<style>
a { background-color: #10411D; }
a { background-color: rgb(16,65,29); }
div.DivClassName
{
background-color: #10411D;
}
.BgClassName
{
background-color: #10411D;
}
</style>
border-color css
<style>
span { border-color: #10411D; }
span { border-color: rgb(16,65,29); }
td.TdClassName
{
border-color: #10411D;
}
.TagClassName
{
border-color: #10411D;
}
</style>