Shades of Deep Fir #093B1B
Tints of Deep Fir #093B1B
RGB
CMYK
RGB Variations
Color information
#093B1B (or 0x093B1B) is known color: Deep Fir. HEX triplet: 09, 3B and 1B. RGB value is (9,59,27). Sum of RGB (Red+Green+Blue) = 9+59+27=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 59 (23.44% from 255 or 62.11% from 95); Blue value is 27 (10.94% from 255 or 28.42% from 95); Max value from RGB is 59 - color contains mainly: green. Hex color #093B1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093B1B is #F6C4E4. Grayscale: #282828. Windows color (decimal): -16172261 or 1784585. OLE color: 1784585.
HSL color Cylindrical-coordinate representation of color #093B1B: hue angle of 141.6º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093B1B is Cyan = 0.85, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 9 | 59 | 27 | - |
| CMYK | 0.85 | 0 | 0.54 | 0.77 |
| HSL | 141.6º | 0.74% | 0.13% | - |
| HSV(B) | 141.6º | 0.85% | 0.23% | - |
| XYZ | 1.87 | 3.27 | 1.57 | - |
| YUV | 40.4 | 120.44 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 59 | 27 | 0.85 | 0 | 0.54 | 0.77 | 141.6 | 0.74 | 0.13 |
| Hex | 9 | 3B | 1B | 55 | 0 | 36 | 4D | 8E | 4A | D |
| Octal | 11 | 73 | 33 | 125 | 0 | 66 | 115 | 216 | 112 | 15 |
| Binary | 1001 | 111011 | 11011 | 1010101 | 0 | 110110 | 1001101 | 10001110 | 1001010 | 1101 |
Color Harmonies of #093B1B
Complementary color
Monochromatic Colors of #093B1B
Black with #093B1B
Text Example
Text Example
White with #093B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093B1B; }
p { color: rgb(9,59,27); }
H1.HeaderClassName
{
color: #093B1B;
}
.AnyTagClassName
{
color: #093B1B;
}
</style>
background-color css
<style>
a { background-color: #093B1B; }
a { background-color: rgb(9,59,27); }
div.DivClassName
{
background-color: #093B1B;
}
.BgClassName
{
background-color: #093B1B;
}
</style>
border-color css
<style>
span { border-color: #093B1B; }
span { border-color: rgb(9,59,27); }
td.TdClassName
{
border-color: #093B1B;
}
.TagClassName
{
border-color: #093B1B;
}
</style>