Shades of Deep Fir #10411E
Tints of Deep Fir #10411E
RGB
CMYK
RGB Variations
Color information
#10411E (or 0x10411E) is known color: Deep Fir. HEX triplet: 10, 41 and 1E. RGB value is (16,65,30). Sum of RGB (Red+Green+Blue) = 16+65+30=111 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.41% from 111); Green value is 65 (25.78% from 255 or 58.56% from 111); Blue value is 30 (12.11% from 255 or 27.03% from 111); Max value from RGB is 65 - color contains mainly: green. Hex color #10411E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10411E is #EFBEE1. Grayscale: #2E2E2E. Windows color (decimal): -15711970 or 1982736. OLE color: 1982736.
HSL color Cylindrical-coordinate representation of color #10411E: hue angle of 137.14º 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 #10411E is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 65 | 30 | - |
| CMYK | 0.75 | 0 | 0.54 | 0.75 |
| HSL | 137.14º | 0.6% | 0.16% | - |
| HSV(B) | 137.14º | 0.75% | 0.25% | - |
| XYZ | 2.34 | 3.98 | 1.87 | - |
| YUV | 46.36 | 118.77 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 65 | 30 | 0.75 | 0 | 0.54 | 0.75 | 137.14 | 0.6 | 0.16 |
| Hex | 10 | 41 | 1E | 4B | 0 | 36 | 4B | 89 | 3C | 10 |
| Octal | 20 | 101 | 36 | 113 | 0 | 66 | 113 | 211 | 74 | 20 |
| Binary | 10000 | 1000001 | 11110 | 1001011 | 0 | 110110 | 1001011 | 10001001 | 111100 | 10000 |
Color Harmonies of #10411E
Complementary color
Monochromatic Colors of #10411E
Black with #10411E
Text Example
Text Example
White with #10411E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10411E; }
p { color: rgb(16,65,30); }
H1.HeaderClassName
{
color: #10411E;
}
.AnyTagClassName
{
color: #10411E;
}
</style>
background-color css
<style>
a { background-color: #10411E; }
a { background-color: rgb(16,65,30); }
div.DivClassName
{
background-color: #10411E;
}
.BgClassName
{
background-color: #10411E;
}
</style>
border-color css
<style>
span { border-color: #10411E; }
span { border-color: rgb(16,65,30); }
td.TdClassName
{
border-color: #10411E;
}
.TagClassName
{
border-color: #10411E;
}
</style>