Shades of Deep Fir #10491B
Tints of Deep Fir #10491B
RGB
CMYK
RGB Variations
Color information
#10491B (or 0x10491B) is known color: Deep Fir. HEX triplet: 10, 49 and 1B. RGB value is (16,73,27). Sum of RGB (Red+Green+Blue) = 16+73+27=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 73 (28.91% from 255 or 62.93% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 73 - color contains mainly: green. Hex color #10491B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10491B is #EFB6E4. Grayscale: #323232. Windows color (decimal): -15709925 or 1788176. OLE color: 1788176.
HSL color Cylindrical-coordinate representation of color #10491B: hue angle of 131.58º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #10491B is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 73 | 27 | - |
| CMYK | 0.78 | 0 | 0.63 | 0.71 |
| HSL | 131.58º | 0.64% | 0.17% | - |
| HSV(B) | 131.58º | 0.78% | 0.29% | - |
| XYZ | 2.79 | 4.95 | 1.85 | - |
| YUV | 50.71 | 114.62 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 73 | 27 | 0.78 | 0 | 0.63 | 0.71 | 131.58 | 0.64 | 0.17 |
| Hex | 10 | 49 | 1B | 4E | 0 | 3F | 47 | 84 | 40 | 11 |
| Octal | 20 | 111 | 33 | 116 | 0 | 77 | 107 | 204 | 100 | 21 |
| Binary | 10000 | 1001001 | 11011 | 1001110 | 0 | 111111 | 1000111 | 10000100 | 1000000 | 10001 |
Color Harmonies of #10491B
Complementary color
Monochromatic Colors of #10491B
Black with #10491B
Text Example
Text Example
White with #10491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10491B; }
p { color: rgb(16,73,27); }
H1.HeaderClassName
{
color: #10491B;
}
.AnyTagClassName
{
color: #10491B;
}
</style>
background-color css
<style>
a { background-color: #10491B; }
a { background-color: rgb(16,73,27); }
div.DivClassName
{
background-color: #10491B;
}
.BgClassName
{
background-color: #10491B;
}
</style>
border-color css
<style>
span { border-color: #10491B; }
span { border-color: rgb(16,73,27); }
td.TdClassName
{
border-color: #10491B;
}
.TagClassName
{
border-color: #10491B;
}
</style>