Shades of Deep Fir #09300E
Tints of Deep Fir #09300E
RGB
CMYK
RGB Variations
Color information
#09300E (or 0x09300E) is known color: Deep Fir. HEX triplet: 09, 30 and 0E. RGB value is (9,48,14). Sum of RGB (Red+Green+Blue) = 9+48+14=71 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.68% from 71); Green value is 48 (19.14% from 255 or 67.61% from 71); Blue value is 14 (5.86% from 255 or 19.72% from 71); Max value from RGB is 48 - color contains mainly: green. Hex color #09300E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09300E is #F6CFF1. Grayscale: #202020. Windows color (decimal): -16175090 or 929801. OLE color: 929801.
HSL color Cylindrical-coordinate representation of color #09300E: hue angle of 127.69º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #09300E is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 9 | 48 | 14 | - |
| CMYK | 0.81 | 0 | 0.71 | 0.81 |
| HSL | 127.69º | 0.68% | 0.11% | - |
| HSV(B) | 127.69º | 0.81% | 0.19% | - |
| XYZ | 1.25 | 2.2 | 0.77 | - |
| YUV | 32.46 | 117.58 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 48 | 14 | 0.81 | 0 | 0.71 | 0.81 | 127.69 | 0.68 | 0.11 |
| Hex | 9 | 30 | E | 51 | 0 | 47 | 51 | 80 | 44 | B |
| Octal | 11 | 60 | 16 | 121 | 0 | 107 | 121 | 200 | 104 | 13 |
| Binary | 1001 | 110000 | 1110 | 1010001 | 0 | 1000111 | 1010001 | 10000000 | 1000100 | 1011 |
Color Harmonies of #09300E
Complementary color
Monochromatic Colors of #09300E
Black with #09300E
Text Example
Text Example
White with #09300E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09300E; }
p { color: rgb(9,48,14); }
H1.HeaderClassName
{
color: #09300E;
}
.AnyTagClassName
{
color: #09300E;
}
</style>
background-color css
<style>
a { background-color: #09300E; }
a { background-color: rgb(9,48,14); }
div.DivClassName
{
background-color: #09300E;
}
.BgClassName
{
background-color: #09300E;
}
</style>
border-color css
<style>
span { border-color: #09300E; }
span { border-color: rgb(9,48,14); }
td.TdClassName
{
border-color: #09300E;
}
.TagClassName
{
border-color: #09300E;
}
</style>