Shades of Deep Fir #10481D
Tints of Deep Fir #10481D
RGB
CMYK
RGB Variations
Color information
#10481D (or 0x10481D) is known color: Deep Fir. HEX triplet: 10, 48 and 1D. RGB value is (16,72,29). Sum of RGB (Red+Green+Blue) = 16+72+29=117 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.68% from 117); Green value is 72 (28.52% from 255 or 61.54% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 72 - color contains mainly: green. Hex color #10481D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10481D is #EFB7E2. Grayscale: #323232. Windows color (decimal): -15710179 or 1918992. OLE color: 1918992.
HSL color Cylindrical-coordinate representation of color #10481D: hue angle of 133.93º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #10481D is Cyan = 0.78, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 16 | 72 | 29 | - |
| CMYK | 0.78 | 0 | 0.60 | 0.72 |
| HSL | 133.93º | 0.64% | 0.17% | - |
| HSV(B) | 133.93º | 0.78% | 0.28% | - |
| XYZ | 2.75 | 4.83 | 1.95 | - |
| YUV | 50.35 | 115.95 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 72 | 29 | 0.78 | 0 | 0.60 | 0.72 | 133.93 | 0.64 | 0.17 |
| Hex | 10 | 48 | 1D | 4E | 0 | 3C | 48 | 86 | 40 | 11 |
| Octal | 20 | 110 | 35 | 116 | 0 | 74 | 110 | 206 | 100 | 21 |
| Binary | 10000 | 1001000 | 11101 | 1001110 | 0 | 111100 | 1001000 | 10000110 | 1000000 | 10001 |
Color Harmonies of #10481D
Complementary color
Monochromatic Colors of #10481D
Black with #10481D
Text Example
Text Example
White with #10481D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10481D; }
p { color: rgb(16,72,29); }
H1.HeaderClassName
{
color: #10481D;
}
.AnyTagClassName
{
color: #10481D;
}
</style>
background-color css
<style>
a { background-color: #10481D; }
a { background-color: rgb(16,72,29); }
div.DivClassName
{
background-color: #10481D;
}
.BgClassName
{
background-color: #10481D;
}
</style>
border-color css
<style>
span { border-color: #10481D; }
span { border-color: rgb(16,72,29); }
td.TdClassName
{
border-color: #10481D;
}
.TagClassName
{
border-color: #10481D;
}
</style>