Shades of Deep Fir #10411F
Tints of Deep Fir #10411F
RGB
CMYK
RGB Variations
Color information
#10411F (or 0x10411F) is known color: Deep Fir. HEX triplet: 10, 41 and 1F. RGB value is (16,65,31). Sum of RGB (Red+Green+Blue) = 16+65+31=112 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.29% from 112); Green value is 65 (25.78% from 255 or 58.04% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 65 - color contains mainly: green. Hex color #10411F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10411F is #EFBEE0. Grayscale: #2E2E2E. Windows color (decimal): -15711969 or 2048272. OLE color: 2048272.
HSL color Cylindrical-coordinate representation of color #10411F: hue angle of 138.37º 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 #10411F is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 65 | 31 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.75 |
| HSL | 138.37º | 0.6% | 0.16% | - |
| HSV(B) | 138.37º | 0.75% | 0.25% | - |
| XYZ | 2.35 | 3.99 | 1.94 | - |
| YUV | 46.47 | 119.27 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 65 | 31 | 0.75 | 0 | 0.52 | 0.75 | 138.37 | 0.6 | 0.16 |
| Hex | 10 | 41 | 1F | 4B | 0 | 34 | 4B | 8A | 3C | 10 |
| Octal | 20 | 101 | 37 | 113 | 0 | 64 | 113 | 212 | 74 | 20 |
| Binary | 10000 | 1000001 | 11111 | 1001011 | 0 | 110100 | 1001011 | 10001010 | 111100 | 10000 |
Color Harmonies of #10411F
Complementary color
Monochromatic Colors of #10411F
Black with #10411F
Text Example
Text Example
White with #10411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10411F; }
p { color: rgb(16,65,31); }
H1.HeaderClassName
{
color: #10411F;
}
.AnyTagClassName
{
color: #10411F;
}
</style>
background-color css
<style>
a { background-color: #10411F; }
a { background-color: rgb(16,65,31); }
div.DivClassName
{
background-color: #10411F;
}
.BgClassName
{
background-color: #10411F;
}
</style>
border-color css
<style>
span { border-color: #10411F; }
span { border-color: rgb(16,65,31); }
td.TdClassName
{
border-color: #10411F;
}
.TagClassName
{
border-color: #10411F;
}
</style>