Shades of Deep Fir #093A1D
Tints of Deep Fir #093A1D
RGB
CMYK
RGB Variations
Color information
#093A1D (or 0x093A1D) is known color: Deep Fir. HEX triplet: 09, 3A and 1D. RGB value is (9,58,29). Sum of RGB (Red+Green+Blue) = 9+58+29=96 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.38% from 96); Green value is 58 (23.05% from 255 or 60.42% from 96); Blue value is 29 (11.72% from 255 or 30.21% from 96); Max value from RGB is 58 - color contains mainly: green. Hex color #093A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093A1D is #F6C5E2. Grayscale: #282828. Windows color (decimal): -16172515 or 1915401. OLE color: 1915401.
HSL color Cylindrical-coordinate representation of color #093A1D: hue angle of 144.49º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093A1D is Cyan = 0.84, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 9 | 58 | 29 | - |
| CMYK | 0.84 | 0 | 0.5 | 0.77 |
| HSL | 144.49º | 0.73% | 0.13% | - |
| HSV(B) | 144.49º | 0.84% | 0.23% | - |
| XYZ | 1.85 | 3.17 | 1.68 | - |
| YUV | 40.04 | 121.77 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 58 | 29 | 0.84 | 0 | 0.5 | 0.77 | 144.49 | 0.73 | 0.13 |
| Hex | 9 | 3A | 1D | 54 | 0 | 32 | 4D | 90 | 49 | D |
| Octal | 11 | 72 | 35 | 124 | 0 | 62 | 115 | 220 | 111 | 15 |
| Binary | 1001 | 111010 | 11101 | 1010100 | 0 | 110010 | 1001101 | 10010000 | 1001001 | 1101 |
Color Harmonies of #093A1D
Complementary color
Monochromatic Colors of #093A1D
Black with #093A1D
Text Example
Text Example
White with #093A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093A1D; }
p { color: rgb(9,58,29); }
H1.HeaderClassName
{
color: #093A1D;
}
.AnyTagClassName
{
color: #093A1D;
}
</style>
background-color css
<style>
a { background-color: #093A1D; }
a { background-color: rgb(9,58,29); }
div.DivClassName
{
background-color: #093A1D;
}
.BgClassName
{
background-color: #093A1D;
}
</style>
border-color css
<style>
span { border-color: #093A1D; }
span { border-color: rgb(9,58,29); }
td.TdClassName
{
border-color: #093A1D;
}
.TagClassName
{
border-color: #093A1D;
}
</style>