Shades of Deep Fir #093113
Tints of Deep Fir #093113
RGB
CMYK
RGB Variations
Color information
#093113 (or 0x093113) is known color: Deep Fir. HEX triplet: 09, 31 and 13. RGB value is (9,49,19). Sum of RGB (Red+Green+Blue) = 9+49+19=77 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.69% from 77); Green value is 49 (19.53% from 255 or 63.64% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 49 - color contains mainly: green. Hex color #093113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093113 is #F6CEEC. Grayscale: #212121. Windows color (decimal): -16174829 or 1257737. OLE color: 1257737.
HSL color Cylindrical-coordinate representation of color #093113: hue angle of 135º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #093113 is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 9 | 49 | 19 | - |
| CMYK | 0.82 | 0 | 0.61 | 0.81 |
| HSL | 135º | 0.69% | 0.11% | - |
| HSV(B) | 135º | 0.82% | 0.19% | - |
| XYZ | 1.33 | 2.3 | 0.99 | - |
| YUV | 33.62 | 119.75 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 49 | 19 | 0.82 | 0 | 0.61 | 0.81 | 135 | 0.69 | 0.11 |
| Hex | 9 | 31 | 13 | 52 | 0 | 3D | 51 | 87 | 45 | B |
| Octal | 11 | 61 | 23 | 122 | 0 | 75 | 121 | 207 | 105 | 13 |
| Binary | 1001 | 110001 | 10011 | 1010010 | 0 | 111101 | 1010001 | 10000111 | 1000101 | 1011 |
Color Harmonies of #093113
Complementary color
Monochromatic Colors of #093113
Black with #093113
Text Example
Text Example
White with #093113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093113; }
p { color: rgb(9,49,19); }
H1.HeaderClassName
{
color: #093113;
}
.AnyTagClassName
{
color: #093113;
}
</style>
background-color css
<style>
a { background-color: #093113; }
a { background-color: rgb(9,49,19); }
div.DivClassName
{
background-color: #093113;
}
.BgClassName
{
background-color: #093113;
}
</style>
border-color css
<style>
span { border-color: #093113; }
span { border-color: rgb(9,49,19); }
td.TdClassName
{
border-color: #093113;
}
.TagClassName
{
border-color: #093113;
}
</style>