Shades of Deep Fir #10311E
Tints of Deep Fir #10311E
RGB
CMYK
RGB Variations
Color information
#10311E (or 0x10311E) is known color: Deep Fir. HEX triplet: 10, 31 and 1E. RGB value is (16,49,30). Sum of RGB (Red+Green+Blue) = 16+49+30=95 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.84% from 95); Green value is 49 (19.53% from 255 or 51.58% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 49 - color contains mainly: green. Hex color #10311E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10311E is #EFCEE1. Grayscale: #252525. Windows color (decimal): -15716066 or 1978640. OLE color: 1978640.
HSL color Cylindrical-coordinate representation of color #10311E: hue angle of 145.45º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #10311E is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 16 | 49 | 30 | - |
| CMYK | 0.67 | 0 | 0.39 | 0.81 |
| HSL | 145.45º | 0.51% | 0.13% | - |
| HSV(B) | 145.45º | 0.67% | 0.19% | - |
| XYZ | 1.55 | 2.4 | 1.61 | - |
| YUV | 36.97 | 124.07 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 49 | 30 | 0.67 | 0 | 0.39 | 0.81 | 145.45 | 0.51 | 0.13 |
| Hex | 10 | 31 | 1E | 43 | 0 | 27 | 51 | 91 | 33 | D |
| Octal | 20 | 61 | 36 | 103 | 0 | 47 | 121 | 221 | 63 | 15 |
| Binary | 10000 | 110001 | 11110 | 1000011 | 0 | 100111 | 1010001 | 10010001 | 110011 | 1101 |
Color Harmonies of #10311E
Complementary color
Monochromatic Colors of #10311E
Black with #10311E
Text Example
Text Example
White with #10311E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10311E; }
p { color: rgb(16,49,30); }
H1.HeaderClassName
{
color: #10311E;
}
.AnyTagClassName
{
color: #10311E;
}
</style>
background-color css
<style>
a { background-color: #10311E; }
a { background-color: rgb(16,49,30); }
div.DivClassName
{
background-color: #10311E;
}
.BgClassName
{
background-color: #10311E;
}
</style>
border-color css
<style>
span { border-color: #10311E; }
span { border-color: rgb(16,49,30); }
td.TdClassName
{
border-color: #10311E;
}
.TagClassName
{
border-color: #10311E;
}
</style>