Shades of Deep Fir #10411B
Tints of Deep Fir #10411B
RGB
CMYK
RGB Variations
Color information
#10411B (or 0x10411B) is known color: Deep Fir. HEX triplet: 10, 41 and 1B. RGB value is (16,65,27). Sum of RGB (Red+Green+Blue) = 16+65+27=108 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.81% from 108); Green value is 65 (25.78% from 255 or 60.19% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 65 - color contains mainly: green. Hex color #10411B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10411B is #EFBEE4. Grayscale: #2E2E2E. Windows color (decimal): -15711973 or 1786128. OLE color: 1786128.
HSL color Cylindrical-coordinate representation of color #10411B: hue angle of 133.47º 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 #10411B is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 65 | 27 | - |
| CMYK | 0.75 | 0 | 0.58 | 0.75 |
| HSL | 133.47º | 0.6% | 0.16% | - |
| HSV(B) | 133.47º | 0.75% | 0.25% | - |
| XYZ | 2.3 | 3.97 | 1.68 | - |
| YUV | 46.02 | 117.27 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 65 | 27 | 0.75 | 0 | 0.58 | 0.75 | 133.47 | 0.6 | 0.16 |
| Hex | 10 | 41 | 1B | 4B | 0 | 3A | 4B | 85 | 3C | 10 |
| Octal | 20 | 101 | 33 | 113 | 0 | 72 | 113 | 205 | 74 | 20 |
| Binary | 10000 | 1000001 | 11011 | 1001011 | 0 | 111010 | 1001011 | 10000101 | 111100 | 10000 |
Color Harmonies of #10411B
Complementary color
Monochromatic Colors of #10411B
Black with #10411B
Text Example
Text Example
White with #10411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10411B; }
p { color: rgb(16,65,27); }
H1.HeaderClassName
{
color: #10411B;
}
.AnyTagClassName
{
color: #10411B;
}
</style>
background-color css
<style>
a { background-color: #10411B; }
a { background-color: rgb(16,65,27); }
div.DivClassName
{
background-color: #10411B;
}
.BgClassName
{
background-color: #10411B;
}
</style>
border-color css
<style>
span { border-color: #10411B; }
span { border-color: rgb(16,65,27); }
td.TdClassName
{
border-color: #10411B;
}
.TagClassName
{
border-color: #10411B;
}
</style>