Shades of Deep Fir #10391D
Tints of Deep Fir #10391D
RGB
CMYK
RGB Variations
Color information
#10391D (or 0x10391D) is known color: Deep Fir. HEX triplet: 10, 39 and 1D. RGB value is (16,57,29). Sum of RGB (Red+Green+Blue) = 16+57+29=102 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.69% from 102); Green value is 57 (22.66% from 255 or 55.88% from 102); Blue value is 29 (11.72% from 255 or 28.43% from 102); Max value from RGB is 57 - color contains mainly: green. Hex color #10391D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10391D is #EFC6E2. Grayscale: #292929. Windows color (decimal): -15714019 or 1915152. OLE color: 1915152.
HSL color Cylindrical-coordinate representation of color #10391D: hue angle of 139.02º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #10391D is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 16 | 57 | 29 | - |
| CMYK | 0.72 | 0 | 0.49 | 0.78 |
| HSL | 139.02º | 0.56% | 0.14% | - |
| HSV(B) | 139.02º | 0.72% | 0.22% | - |
| XYZ | 1.9 | 3.13 | 1.67 | - |
| YUV | 41.55 | 120.92 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 57 | 29 | 0.72 | 0 | 0.49 | 0.78 | 139.02 | 0.56 | 0.14 |
| Hex | 10 | 39 | 1D | 48 | 0 | 31 | 4E | 8B | 38 | E |
| Octal | 20 | 71 | 35 | 110 | 0 | 61 | 116 | 213 | 70 | 16 |
| Binary | 10000 | 111001 | 11101 | 1001000 | 0 | 110001 | 1001110 | 10001011 | 111000 | 1110 |
Color Harmonies of #10391D
Complementary color
Monochromatic Colors of #10391D
Black with #10391D
Text Example
Text Example
White with #10391D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10391D; }
p { color: rgb(16,57,29); }
H1.HeaderClassName
{
color: #10391D;
}
.AnyTagClassName
{
color: #10391D;
}
</style>
background-color css
<style>
a { background-color: #10391D; }
a { background-color: rgb(16,57,29); }
div.DivClassName
{
background-color: #10391D;
}
.BgClassName
{
background-color: #10391D;
}
</style>
border-color css
<style>
span { border-color: #10391D; }
span { border-color: rgb(16,57,29); }
td.TdClassName
{
border-color: #10391D;
}
.TagClassName
{
border-color: #10391D;
}
</style>